Open rdeits opened 6 years ago
This failure can also be seen in the Travis-CI logs for CoinOptServices.jl: https://travis-ci.org/JuliaOpt/CoinOptServices.jl/jobs/314168001#L330 which are running OSX 10.12.
same problem here.
Same problem trying to install bonmin
Pinging @staticfloat as requested.
Attempting to build CoinOptServices.jl on OSX 10.11 in Julia v0.6 currently fails with:
CoinOptServices.jl tries to get libOS by installing
juliadeps/Optimizationservices
, and the install works correctly, but BinDeps continues to throw the "failed to satisfy dependency" error. That's because the resultinglibOS.dylib
cannot actually be opened. Going into~/.julia/v0.6/Homebrew/deps/urs/lib
and running:gives:
Indeed
libgfortran.3.dylib
does not exist, but I do havelibgfortran.4.dylib
.Trying to build libOS from source with:
fails with:
Can you give me any advice on what to do next?