Closed
Description
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.