-
-
Couldn't load subscription status.
- Fork 5.7k
Allow system versions of libwhich and libblastrampoline #43000
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to clarify, it looks like these are included in make -C deps get (e.g. via make full-source-dist) which should also stop them from being downloaded if USE_BINARYBUILDER is 0, right?
(cherry picked from commit ee4bcab)
) (cherry picked from commit ee4bcab)
Currently Julia can't build on air-gapped systems because
libblastrampolineandlibwhichsources are always downloaded.This PR adds the missing
USE_SYSTEM_{LIBWHICH,LIBBLASTRAMPOLINE}to fix that.