This seemed to get past all the dependencies for me: sudo apt-get install libblas3gf liblapack3gf libfftw3-dev libgmp3-dev libmpfr-dev libblas-dev liblapack-dev gfortran cmake gcc-4.7 g++-4.7 libgfortran3
On Thursday, February 19, 2015 at 6:42:14 AM UTC-8, Viral Shah wrote: > > Try apt-get install libgfortran-dev or libgfortran-4.7-dev or something > similar. It is odd that it wouldn’t find libgfortran - perhaps it is a path > issue. > > -viral > > > > > On 19-Feb-2015, at 5:45 pm, Sto Forest <[email protected] > <javascript:>> wrote: > > > > Latest hurdle seems to be the absence of lgfortran > > > > lapacke_ztpmqrt_work.c:54:20: warning: unused variable ‘r’ > [-Wunused-variable] > > lapacke_ztprfb_work.c: In function ‘LAPACKE_ztprfb_work’: > > lapacke_ztprfb_work.c:54:20: warning: unused variable ‘r’ > [-Wunused-variable] > > /usr/bin/ld: cannot find -lgfortran > > collect2: error: ld returned 1 exit status > > Makefile:120: recipe for target '../libopenblas_armv7p-r0.2.13.so' > failed > > make[3]: *** [../libopenblas_armv7p-r0.2.13.so] Error 1 > > Makefile:87: recipe for target 'shared' failed > > make[2]: *** [shared] Error 2 > > *** Clean the OpenBLAS build with 'make -C deps clean-openblas'. Rebuild > with 'make OPENBLAS_USE_THREAD=0 if OpenBLAS had trouble linking > libpthread.so, and with 'make OPENBLAS_TARGET_ARCH=NEHALEM' if there were > errors building SandyBridge support. Both these options can also be used > simultaneously. *** > > Makefile:963: recipe for target 'openblas-v0.2.13/libopenblas.so' failed > > make[1]: *** [openblas-v0.2.13/libopenblas.so] Error 1 > > Makefile:64: recipe for target 'julia-deps' failed > > make: *** [julia-deps] Error 2 > > > > On Saturday, 14 February 2015 20:11:04 UTC, Sto Forest wrote: > > Is there a way to get Julia running on the new Raspberry Pi 2, perhaps > under raspbian ? > > > > > >
