-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
cctag: 1.0.3 -> 1.0.4 #358972
base: master
Are you sure you want to change the base?
cctag: 1.0.3 -> 1.0.4 #358972
Conversation
Includes fixes for Boost 1.86.
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.
darwin fails to build:
CMake Error at /nix/store/gjbd4dvxahrhpazz0mf005jqfhcd650d-boost-1.86.0-dev/lib/cmake/Boost-1.86.0/BoostConfig.cmake:141 (find_package):
Could not find a package configuration file provided by "boost_math_c99"
(requested version 1.86.0) with any of the following names:
boost_math_c99Config.cmake
boost_math_c99-config.cmake
Annoying. I’m afraid I have no idea why since it doesn’t seem like their build system is conditioning on Darwin at all and I don’t see anything in our Boost package that would leave components out on Darwin. I’ll try to take a look later. |
those directories are missing under darwin |
seems like darwin just doesn't need to link to libraries but has the headers? anyway, this fixes the build, checkPhase and the libraries. fixes.diff
|
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.
This looks good to merge after @paparodeo's patch is applied.
Includes fixes for Boost 1.86.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.