-
Notifications
You must be signed in to change notification settings - Fork 0
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
Extra Libraries #5
Comments
I think it depends on the specific purpose of the library. Anything that is providing For generic libraries it needs to be part of the shared image - I allowed for So if you have a specific For now, let's say that you just post the I'll leave the issue open. |
Sorry, forgot to actually reply to this. Could we add the libjpeg-turbo library? It is essentially libjpeg with SIMD instructions and some functionality to make it a little faster. Jake and I compiled and built it for DoC machines (as we don't have sudo rights), so I can either make a script for that or I think the command should be One caveat is that I think you need to uninstall libjpeg, but it does provide all of the functionality of libjpeg, but with the speed ups - so possibly a bonus for everyone in the course? If you don't want to swap out libjpeg for libjpeg-turbo, we can just include the shared object files needed and ensure that it compiles and runs with out affecting the normal libjpeg (have to change the LD_LIBRARY_PATH for dynamic linking at one point but only for our session and can be done in the makefile). |
I'm aware of libjpeg-turbo, and deliberately didn't install it. It's not that I'm against you So I think here a local install would make sense as part of your makefile or environment, I will commit to having your I'll be doing a couple of test runs today and tomorrow (I'll email out a schedule), so |
Thanks, will close this issue now then. |
Hi, found that to compile libjpeg-turbo, some more tools are required. Could you run |
Yes, I've added those libraries to the provision script. I'll document them on the front-page too. |
Are we allowed to install/use any extra libraries? If so, how do we go about doing this?
The text was updated successfully, but these errors were encountered: