-
-
Notifications
You must be signed in to change notification settings - Fork 7
Rebuild for python 3.14 #128
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
Rebuild for python 3.14 #128
Conversation
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
f036a8d
to
8472dd8
Compare
8472dd8
to
ad7f6d3
Compare
sed -i "s@${CONDA_BUILD_SYSROOT}/usr/lib/[email protected]@g" $PREFIX/lib/cmake/openPMD/openPMDTargets.cmake | ||
sed -i "s@${CONDA_BUILD_SYSROOT}/usr/lib/[email protected]@g" $PREFIX/lib/cmake/openPMD/openPMDTargets.cmake | ||
sed -i "s@${CONDA_BUILD_SYSROOT}/usr/lib/libpthread.tbd@-lpthread@g" $PREFIX/lib/cmake/openPMD/openPMDTargets.cmake | ||
sed -i "s@${CONDA_BUILD_SYSROOT}/usr/lib/libz.tbd@\$PREFIX/lib/libz.dylib@g" $PREFIX/lib/cmake/openPMD/openPMDTargets.cmake |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@isuruf downstream in WarpX, I now get:
...
$BUILD_PREFIX/bin/cmake -E cmake_link_script CMakeFiles/app_1d.dir/link.txt --verbose=1
x86_64-apple-darwin13.4: error: no such file or directory: '$PREFIX/lib/libz.dylib'
conda-forge/warpx-feedstock#117
How is that possible? The path definitely exists... Or is there an issue writing $PREFIX
here? It looks on the terminal like that is used for other libs.
Just using -lz.tbd
as you suggested originally also fails to link for me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New attempt in #129
Also trying to fix #127 (comment)
This PR has been triggered in an effort to update python314.
Notes and instructions for merging this PR:
Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.
If this PR was opened in error or needs to be updated please add the
bot-rerun
label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase@conda-forge-admin, please rerun bot
in a PR comment to have theconda-forge-admin
add it for you.This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/17885958595 - please use this URL for debugging.