-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
gplates: use boost 160 #23489
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
gplates: use boost 160 #23489
Conversation
Still failing for me.
|
Thanks for that. I just looked more carefully at hydra and apparently it was broken from the moment it was merged into nixpkgs. So I need to bisect between where it was merged in and where I based my fork. This will take a while, as I need to compile qwt6 too. |
Fixed compilation problem, problem was that cgal needed to be compiled with boost160. However I can't properly test the binary right now because #9415. |
The program seems to run ok. I am downloading the sample files to be sure but it's taking a while. |
I get:
|
Why is the error showing up in ~/.nox ? I don't know enough about nix to be sure, but doesn't this error have something to do with your local nixpkgs customizations? Do you have something in ~/.nixpkgs ? |
You also need to change the attribute name in |
update 161 changed reference parameters for optional https://hydra.nixos.org/build/49707856/nixlog/1 http://www.boost.org/doc/libs/1_61_0/libs/optional/doc/html/boost_ooptional/relnotes.html
Didn't realize that was changed. Better remember to rebase on origin/master before the PR next time? |
Motivation for this change
boost update 1.61 seems to have changed reference parameters for optional. I assume that's causing the break seen in hydra
https://hydra.nixos.org/build/49707856/nixlog/1
http://www.boost.org/doc/libs/1_61_0/libs/optional/doc/html/boost_ooptional/relnotes.html
Still needs to be tested, compiling takes hours. Is there some config for Travis to do that?
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)