-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
USE_BINARYBUILDER* has no effect in Make.user #33880
Comments
Fixed by #32044 ? Should work on 1.2 if you use |
Possibly. How did this not make it into 1.2.0? |
The branch for 1.2 was in April and the PR was not marked with the backport label. |
OK - I'll close this on the basis that it'll be resolved in future versions. |
1.3 should be (no jinx plzplz) good to go really soon so shouldn't have to wait long. |
In the mean time you can use |
With Julia 1.2.0 on RHEL 7.x I ran across this issue: #31555
In attempting to resolve it, I determined that setting any of the
USE_BINARYBUILDER*
options (e.g.USE_BINARYBUILDER
,USE_BINARYBUILDER_LIBUV
options inMake.user
had no effect on the build process -make
still uses the binary versions of the library triggering the bug. Adding those options toMake.inc
however does result in them taking effect.Make.user
is being read for other purposes (for example the install location) so it's not an issue that the file has the wrong name/location etc.The text was updated successfully, but these errors were encountered: