-
Notifications
You must be signed in to change notification settings - Fork 14
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
Travis build can't find boost libs #48
Comments
It might be an ALPSCore problem, i'll look at it shortly. |
I've loaded up a Ubuntu 14.04 VM and cannot replicate this error for some reason Thanks! |
Correction: this happens in my Ubuntu 18.04.1 LTS |
What is the cmake version in Ubuntu 18.04? |
version 3.10.2 (and 3.5.1 in 14.04 which seems to be behind travis) |
Thanks! |
...and i can reproduce the error with CMake 3.9.6. |
Quick workaround: in |
That fixes it with cmake 3.10.2! |
It's a bug in ALPSCore, i am thinking how best to fix it while still deterring the ALPSCore user from accidentally finding the wrong Boost. |
As discovered in #47, Travis fails on the cmake scripts when finding boost_program_options (the compiled lib)
The text was updated successfully, but these errors were encountered: