-
Notifications
You must be signed in to change notification settings - Fork 75
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
Improved Conda install, dependencies #795
Comments
Yes I was thinking about that. Let me first finish setting up my Ubuntu 18.4 environment so I can make sure that still builds. |
Something like cmake's This is not urgent, but would be great if you could look into. As I hope we'll figure parameter optimization for NAB (#792 ) and then I'll abuse some of the university clusters for heavy computing ;) |
relevant snip
|
I'm wondering if I should work on this further. |
@dkeeney I've recently been toying with our conda python install. Turns out I could be able to get most of the deps through conda (eigen, cereal, pybind11,..)
But our CMake would still try to install them from source. Would it be difficult to add a check "if exists, don't install from source"?
The text was updated successfully, but these errors were encountered: