Skip to content
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

Closed
owainkenwayucl opened this issue Nov 18, 2019 · 6 comments
Closed

USE_BINARYBUILDER* has no effect in Make.user #33880

owainkenwayucl opened this issue Nov 18, 2019 · 6 comments
Labels
building Build system, or building Julia or its dependencies

Comments

@owainkenwayucl
Copy link

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 in Make.user had no effect on the build process - make still uses the binary versions of the library triggering the bug. Adding those options to Make.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.

@fredrikekre
Copy link
Member

Fixed by #32044 ? Should work on 1.2 if you use override though.

@fredrikekre fredrikekre added the building Build system, or building Julia or its dependencies label Nov 18, 2019
@owainkenwayucl
Copy link
Author

Possibly. How did this not make it into 1.2.0?

@KristofferC
Copy link
Member

The branch for 1.2 was in April and the PR was not marked with the backport label.

@owainkenwayucl
Copy link
Author

OK - I'll close this on the basis that it'll be resolved in future versions.

@KristofferC
Copy link
Member

1.3 should be (no jinx plzplz) good to go really soon so shouldn't have to wait long.

@vchuravy
Copy link
Member

OK - I'll close this on the basis that it'll be resolved in future versions.

In the mean time you can use override USE_*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies
Projects
None yet
Development

No branches or pull requests

4 participants