-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Julia fails to brew on OSX 10.6.8:
~ $ uname -a
Darwin VB-MACPRO 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
~ $ brew update
Already up-to-date.
~ $ brew doctor
Your system is ready to brew.
~ $ brew install --HEAD julia
==> Installing julia dependency: arpack-julia
==> Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
==> Downloading http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/arpack-ng-3.1.3.tar.gz
Already downloaded: /Users/vb/Library/Caches/Homebrew/arpack-julia-3.1.3.tar.gz
==> Building with an alternative Fortran compiler
This is unsupported.
Warning: No Fortran optimization information was provided. You may want to consider
setting FCFLAGS and FFLAGS or pass the --default-fortran-flags option to
brew install if your compiler is compatible with GCC.
If you like the default optimization level of your compiler, ignore this
warning.
==> ./configure --prefix=/usr/local/Cellar/arpack-julia/3.1.3 --enable-shared --with-blas=openblas --with-lapack=openbla
==> make install
libtool: link: /usr/local/bin/gfortran -dynamiclib -o .libs/libarpack.2.dylib -Wl,-force_load,./SRC/.libs/libarpacksrc.a -Wl,-force_load,./UTIL/.libs/libarpackutil.a -lopenblas -install_name /usr/local/Cellar/arpack-julia/3.1.3/lib/libarpack.2.dylib -compatibility_version 3 -current_version 3.0 -Wl,-single_module
ld: library not found for -lopenblas
collect2: ld returned 1 exit status
make[1]: *** [libarpack.la] Error 1
make: *** [install-recursive] Error 1
READ THIS: https://github.com/mxcl/homebrew/wiki/troubleshooting