osx - Installing BLAS on a mac OS X Yosemite -
i'm trying install blas on mac, every time run make error (shown below link). trying follow instructions on this website:
gfortran -o3 -c isamax.f -o isamax.o make: gfortran: no such file or directory make: *** [isamax.o] error 1
i have no idea means or how fix appreciated. i'm trying install cblas , lapack tips/instructions nice if know of source...everything i've found far pretty confusing. tried install atlas kept not working.
this error caused because gfortran
apparently not installed, you'll need download installer package os x yosemite 10.10
, install it:
gfortran 5.1 or gfortran 4.9.2 (info)
once installed run make
command in blas
directory.
Comments
Post a Comment