Dominique
Dominique
Just to add to the issue, `Homebrew.add("dpo/openblas/mumps")` fails with the error above but ``Homebrew.brew(`install dpo/openblas/mumps`)`` succeeds. While I would expect both commands to have the same effect, the PATH doesn't...
I don't see a mumps formula in homebrew/julia though. Overriding brew when I fully qualify the tap would seem like tricking the user...
Yes it works for me but I had to brew `open-mpi` from source. Brewing with `-v` revealed that the `mpicc` error above was actually due to another error: ``` Cannot...
``` julia> using Homebrew julia> Homebrew.brew(`install dpo/openblas/mumps`) ==> Installing mumps from dpo/openblas ==> Installing dependencies for dpo/openblas/mumps: open-mpi, scalapack ==> Installing dpo/openblas/mumps dependency: open-mpi ==> Downloading https://www.open-mpi.org/software/ompi/v3.0/downloads/openmpi-3.0.0.ta Already downloaded: /Users/dpo/Library/Caches/Homebrew.jl/open-mpi-3.0.0.tar.bz2...
Another issue is that `Pkg.test("MUMPS")` then fails with ``` ERROR: LoadError: LoadError: error compiling Type: could not load library "libmumps_simple" dlopen(libmumps_simple.dylib, 1): image not found ``` while the library is...
Just to add to this, ```julia julia> ENV["MPI_BASE_DIR"] = joinpath(Pkg.dir("Homebrew"), "deps", "usr", "opt", "open-mpi") julia> using Homebrew julia> Homebrew.brew(`install dpo/openblas/mumps`) ``` works, but `provides(Homebrew.HB, "dpo/openblas/mumps", ...)` doesn't, even when setting...
Thanks for the comments @staticfloat. Linuxbrew has been very good for the few projects I've tested it on. One of them is MPI (see the MPI.jl issue I point to...
@Luthaf I starting hacking Linuxbrew.jl on and off a while ago and just rebased: https://github.com/dpo/Linuxbrew.jl Current tests (fail but installing packages appears to work): https://travis-ci.org/dpo/Linuxbrew.jl/jobs/259227272 Feel free to jump in!
This is still happening with gcc-8.1.0. Works locally. Any ideas?
I did `Pkg.pin("BinDeps", v"0.4.7")` but I'm still getting `bindeps_context not defined`.