I didn't know there was a Homebrew Tap for Julia. But thanks to this post, I found it:
*brew tap staticfloat/julia* So that's really cool. I prefer to have all my add-on software managed via Homebrew, if possible. So I tried installing gcc & Julia, as per above, but seem to be missing a Fortran library: *==> make -C contrib -f repackage_system_suitesparse4.make prefix=/usr/local/Cellar/julia/0.3.0 USE_BLAS64=0 FC=/usr/local/bin/gfortran LLV* * clang++ -stdlib=libc++ -mmacosx-version-min=10.7 -m64 -shared -Xlinker -all_load /usr/local/opt/suite-sparse-julia/lib/libsuitesparseconfig.a /usr/local/opt/suite-sparse-julia/lib/libspqr.a -o /private/tmp/julia-0p1Hpa/usr/lib/libspqr.dylib -L/private/tmp/julia-0p1Hpa/usr/lib -L/usr/local/opt/suite-sparse-julia/lib -L/usr/local/opt/arpack-julia/lib -L/usr/local/opt/openblas-julia/lib -L/usr/local/opt/llvm33-julia/lib -L/usr/local/opt/libffi/lib -L/usr/local/opt/cloog018-julia/lib -L/usr/local/opt/isl011-julia/lib -L/usr/local/opt/gmp4-julia/lib -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names -headerpad_max_install_names -lcholmod -lcolamd -lamd -lopenblas -Wl,-rpath,'@loader_path/' && \* * install_name_tool -id @rpath/libspqr.dylib /private/tmp/julia-0p1Hpa/usr/lib/libspqr.dylib* *ld: file not found: /usr/local/lib/gcc/x86_64-apple-darwin13.3.0/4.9.1/libgfortran.3.dylib for architecture x86_64* *clang: error: linker command failed with exit code 1 (use -v to see invocation)* *make: *** [default] Error 1* I thought that Homebrew took care of dependencies, so that anything missing would be installed first, if necessary. Maybe this doesn't work with 'unofficial' taps? Confused. . .
