Closed ghazel closed 7 years ago
Similar to what was recommended here: #208
This worked:
$ brew rm -f openblas-julia
Error: Refusing to uninstall /usr/local/Cellar/openblas-julia/0.2.19
because it is required by arpack-julia 3.3.0_4, julia 0.5.0, suite-sparse-julia 4.4.6_2, which are currently installed.
You can override this and force removal with:
brew uninstall --ignore-dependencies openblas-julia
$ brew uninstall --ignore-dependencies openblas-julia
Uninstalling /usr/local/Cellar/openblas-julia/0.2.19... (17 files, 41.8M)
$ brew install openblas-julia
==> Installing openblas-julia from staticfloat/julia
==> Downloading https://juliabottles.s3.amazonaws.com/openblas-julia-0.2.19.sierra.bottle.1.tar.gz
######################################################################## 100.0%
==> Pouring openblas-julia-0.2.19.sierra.bottle.1.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.
Conflicts with openblas in homebrew-science.
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/openblas-julia/lib
CPPFLAGS: -I/usr/local/opt/openblas-julia/include
==> Summary
🍺 /usr/local/Cellar/openblas-julia/0.2.19: 17 files, 148.6
Glad you got it working, @ghazel!
This error #188 seems to have resurfaced.