-
Notifications
You must be signed in to change notification settings - Fork 25
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
Build failed to get libcoinblas #38
Comments
@blegat how was Julia installed? AFAIK BinaryBuilder binaries don't work with Julia source builds. |
Through pacman |
Can you please post the output of |
actually I see pacman uses the systems gcc (there is no libgfortran in |
Indeed, it seems to be the missing
|
I just thought of inelegant, but simple solution. Copy the |
Sounds similar to the workaround being implemented by users of Arpack.jl: JuliaLinearAlgebra/Arpack.jl#5 (comment), needed by folks to get Gadfly working, as noted in https://discourse.julialang.org/t/julia-1-0-support-just-landed-on-gadfly-master/14978/16. |
Linking this BB issue that should eventually resolve everything |
Hi! It seems the previous issue was recently closed. I however cannot use Clp in Julia v0.7 or v1 because of the following build error:
Can a fix be released now that BB has been updated? |
Can you send me more info on your system, it could be unrelated. |
It seems it was unrelated. I am on Ubuntu 18.04. Yesterday I installed gfortran-7 but I didn't reboot. Today I tried again and it was building, maybe that was it. I will report if I encounter the problem again, but it looks fine at the moment. Thank you. |
I also encountered this problem on Travis, then I restarted the build and it succeeded |
Same problem here:
I'm on Manjaro. |
what version of BinaryProvider is installed? (e.g. |
[b99e7846] BinaryProvider v0.5.3 |
Can you please try |
That worked! Thanks!!! |
@juan-pablo-vielma I am impressed, how did you make it work ? Is is https://github.com/JuliaOpt/COINBLASBuilder that creates a |
Just used the new multi-gcc version of BB/BP that figures the right version of Any pointers on how to test this are welcome. |
Just as an aside, this also resolved the build problems on a source-built Julia 1.0.3 on OSX. (I haven't tested functionality yet, but |
When building on Julia v1.0 and Arch Linux I get
However, I get
The text was updated successfully, but these errors were encountered: