-
Notifications
You must be signed in to change notification settings - Fork 17
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
External library support #17
Comments
I'm willing to put certain libraries in, but am a bit wary of adding too much as it can wipe So boost seems reasonable, and I've had a request for CUDA too. So I will add the
This has added significantly to the base install load (~8% of disk), so anything |
sudo apt-get install libboost-system1.55-dev ? |
Sorry, just noticed this. I think the extra space is not too bad, so I can do that. I'm a bit mystified as to which, |
Hi,
Is it the case that we can use external libraries?
For instance, in our case, we would like to use boost library, however, this requires it being installed on the machine the code is being run on, because we need to link against it.
Is it possible to ask for the library to be installed prior to running the tests?
Many thanks.
The text was updated successfully, but these errors were encountered: