rogermoore wrote:Or you can download tgz file and install:
wget http://getyourlink/lapack.tgz
tar zxvf lapack.tgz
cd LAPACK
wget http://getyourlink/lapack-dev/lapack--3.0--patch--10042002.tgz
tar zxvf lapack--3.0--patch--10042002.tgz
mv INSTALL/make.inc.LINUX make.inc
make install blaslib lib
mv lapack_LINUX.a liblapack.a
mv blas_LINUX.a librefblas.a
Hi, I followed the same rule and used mv INSTALL/make.inc.ifort make.inc
Got these error.
somenath@Binder@lapack-3.4.0$make install blaslib lib
make: *** No rule to make target `install'. Stop.
somenath@Binder@lapack-3.4.0$
somenath@Binder@lapack-3.4.0$make blaslib
( cd BLAS/SRC; make )
make[1]: Entering directory `/home/somenath/Downloads/lapack-3.4.0/BLAS/SRC'
ifort -O3 -c isamax.f -o isamax.o
make[1]: ifort: Command not found
make[1]: *** [isamax.o] Error 127
make[1]: Leaving directory `/home/somenath/Downloads/lapack-3.4.0/BLAS/SRC'
make: *** [blaslib] Error 2
somenath@Binder@lapack-3.4.0$
somenath@Binder@lapack-3.4.0$
can you help me.
P.S. ifort is there in my system and perfectly working for simple codes where I dont require lapack or blas