-
-
Notifications
You must be signed in to change notification settings - Fork 18
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 libboost 1.82 #149
Conversation
…nda-forge-pinning 2023.09.29.05.06.46
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 ( |
recipe/meta.yaml
Outdated
- cairo | ||
- curl | ||
- fontconfig | ||
- freetype | ||
- gettext | ||
- glib | ||
- libboost-devel |
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.
use libboost-devel
because of the run-dep (now handled through the run-export)...
- cairo | ||
- curl | ||
- fontconfig | ||
- freetype | ||
- gettext | ||
- glib | ||
- libboost-headers |
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.
And libboost-headers
where there's not run-dep (and hence no run-requirement). Due to the layered build here, we should still verify that the link-check agrees.
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.
All builds have:
WARNING (poppler): dso library package conda-forge::libboost-1.82.0-hf0c313a_3 in requirements/run but it is not used (i.e. it is overdepending or perhaps statically linked? If that is what you want then add it to `build/ignore_run_exports`)
so indeed, we don't need -devel
here.
@conda-forge/poppler, this should be ready, PTAL! :) |
Sounds like the piggyback migrator hit a corner-case, do it manually.