Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xsimd - fix apache-arrow FTBFS by putting cmake files in -dev package, update python 3.13 #36413

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

smoser
Copy link
Member

@smoser smoser commented Dec 11, 2024

xsimd changed where it put its cmake files in version 13.1.0 (from /usr/lib/cmake to /usr/share/cmake). The new location meant that cmake files were left in xsimd rather than xsimd-dev.

apache-arrow only lists xsimd-dev and thus it's cmake build did not find xsimd.

The fix here is to get the files into xsimd-dev.

See chainguard-dev/melange#1693 for a pipeline fix. After that lands, the change here could be backed out.

Last, we update the priority of the python3.13 package for arrow so it gets chosen "by default" now.

@smoser smoser force-pushed the fix/ftbfs-apache-arrow branch from b54dbcf to 58103f3 Compare December 11, 2024 20:13
@smoser smoser enabled auto-merge (squash) December 11, 2024 20:14
xsimd changed where it put its cmake files in version 13.1.0
(from /usr/lib/cmake to /usr/share/cmake). The new location
meant that cmake files were left in xsimd rather than xsimd-dev.

apache-arrow only lists xsimd-dev and thus it's cmake build
did not find xsimd.

The fix here is to get the files into xsimd-dev.

See chainguard-dev/melange#1693 for
a pipeline fix.  After that lands, the change here could be
backed out.
@smoser smoser force-pushed the fix/ftbfs-apache-arrow branch from 58103f3 to 056bcfb Compare December 11, 2024 20:18
@octo-sts octo-sts bot added the bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages. label Dec 11, 2024
@smoser smoser merged commit b4cf3f7 into wolfi-dev:main Dec 11, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bincapz/pass bincapz/pass Bincapz (aka. malcontent) scan didn't detect any CRITICALs on the scanned packages.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants