staticfloat / homebrew-julia

small repository to install julia
221 stars 35 forks source link

'libcholmod' not getting loaded #208

Closed vishaluk closed 8 years ago

vishaluk commented 8 years ago

WARNING: Error during initialization of module CHOLMOD: ErrorException("could not load library "libcholmod" dlopen(libcholmod.dylib, 1): Library not loaded: /usr/local/opt/openblas-julia/lib/libopenblasp-r0.2.17.dylib Referenced from: /usr/local/Cellar/julia/0.4.5/lib/julia//libcholmod.dylib Reason: image not found") () | A fresh approach to technical computing () | () () | Documentation: http://docs.julialang.org | |_ | Type "?help" for help. | | | | | | |/ ` | | | | || | | | (| | | Version 0.4.5 (2016-03-18 00:58 UTC) / |_'||_|'_| |
|__/ | x86_64-apple-darwin15.4.0

I am using mac with el capitan and upgraded Julia from 0.4.0 to 0.4.5 and now I get the error about unable to load 'libcholmod'. I have done the brew update but that didnt help.

staticfloat commented 8 years ago

What does brew info openblas-julia show? You can try brew rm -f openblas-julia followed by brew install openblas-julia.

staticfloat commented 8 years ago

I'm closing this, as this issue should be resolved.