Issue with LAPACK 3.4.1 when installing both 32 bit and 64 bit
up vote
0
down vote
favorite
I am trying to install JAGS on my windows using MinGW. In order to do so, the instructions state that I need to install LAPACK 32 bit and 64 bit. I have successfully installed the 32 bit but am getting errors when trying to install the 64 bit. It says you must have a clean build directory. I am pretty new to all of this but I tried using make clean and also deleting the LAPACK folder and redownloading both did not work.
Here are the instructions:
- tar xfvz lapack-3.4.1.tgz
- cd lapack-3.4.1
- Copy the file ‘INSTALL/make.inc.gfortran’ to ‘make.inc’ in the top level source directory.
- Then
edit ‘make.inc’ replacing the following lines: - FORTRAN = gfortran -m32
LOADER = gfortran -m32 - Type
make blaslib - make lapacklib
When I try to type make blaslib I get this message:
$ make blaslib
( cd BLAS/SRC; make )
make[1]: Entering directory '/home/AM/lapack-3.4.1/BLAS/SRC'
gofortran -m64 -02 -c isamax.f -o isamax.o
f951.exe: sorry, unimplemented: 64-bit mode not compiled in
make[1]: xxx [isamax.o] Error 1
make[1]: Leaving directory '/home/AM/lapack-3.4.1/BLAS/SRC'
make: xxx [blaslib] Error 2
I am not sure why this happening since it worked when I installed the 32 bit.
mingw lapack jags
add a comment |
up vote
0
down vote
favorite
I am trying to install JAGS on my windows using MinGW. In order to do so, the instructions state that I need to install LAPACK 32 bit and 64 bit. I have successfully installed the 32 bit but am getting errors when trying to install the 64 bit. It says you must have a clean build directory. I am pretty new to all of this but I tried using make clean and also deleting the LAPACK folder and redownloading both did not work.
Here are the instructions:
- tar xfvz lapack-3.4.1.tgz
- cd lapack-3.4.1
- Copy the file ‘INSTALL/make.inc.gfortran’ to ‘make.inc’ in the top level source directory.
- Then
edit ‘make.inc’ replacing the following lines: - FORTRAN = gfortran -m32
LOADER = gfortran -m32 - Type
make blaslib - make lapacklib
When I try to type make blaslib I get this message:
$ make blaslib
( cd BLAS/SRC; make )
make[1]: Entering directory '/home/AM/lapack-3.4.1/BLAS/SRC'
gofortran -m64 -02 -c isamax.f -o isamax.o
f951.exe: sorry, unimplemented: 64-bit mode not compiled in
make[1]: xxx [isamax.o] Error 1
make[1]: Leaving directory '/home/AM/lapack-3.4.1/BLAS/SRC'
make: xxx [blaslib] Error 2
I am not sure why this happening since it worked when I installed the 32 bit.
mingw lapack jags
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to install JAGS on my windows using MinGW. In order to do so, the instructions state that I need to install LAPACK 32 bit and 64 bit. I have successfully installed the 32 bit but am getting errors when trying to install the 64 bit. It says you must have a clean build directory. I am pretty new to all of this but I tried using make clean and also deleting the LAPACK folder and redownloading both did not work.
Here are the instructions:
- tar xfvz lapack-3.4.1.tgz
- cd lapack-3.4.1
- Copy the file ‘INSTALL/make.inc.gfortran’ to ‘make.inc’ in the top level source directory.
- Then
edit ‘make.inc’ replacing the following lines: - FORTRAN = gfortran -m32
LOADER = gfortran -m32 - Type
make blaslib - make lapacklib
When I try to type make blaslib I get this message:
$ make blaslib
( cd BLAS/SRC; make )
make[1]: Entering directory '/home/AM/lapack-3.4.1/BLAS/SRC'
gofortran -m64 -02 -c isamax.f -o isamax.o
f951.exe: sorry, unimplemented: 64-bit mode not compiled in
make[1]: xxx [isamax.o] Error 1
make[1]: Leaving directory '/home/AM/lapack-3.4.1/BLAS/SRC'
make: xxx [blaslib] Error 2
I am not sure why this happening since it worked when I installed the 32 bit.
mingw lapack jags
I am trying to install JAGS on my windows using MinGW. In order to do so, the instructions state that I need to install LAPACK 32 bit and 64 bit. I have successfully installed the 32 bit but am getting errors when trying to install the 64 bit. It says you must have a clean build directory. I am pretty new to all of this but I tried using make clean and also deleting the LAPACK folder and redownloading both did not work.
Here are the instructions:
- tar xfvz lapack-3.4.1.tgz
- cd lapack-3.4.1
- Copy the file ‘INSTALL/make.inc.gfortran’ to ‘make.inc’ in the top level source directory.
- Then
edit ‘make.inc’ replacing the following lines: - FORTRAN = gfortran -m32
LOADER = gfortran -m32 - Type
make blaslib - make lapacklib
When I try to type make blaslib I get this message:
$ make blaslib
( cd BLAS/SRC; make )
make[1]: Entering directory '/home/AM/lapack-3.4.1/BLAS/SRC'
gofortran -m64 -02 -c isamax.f -o isamax.o
f951.exe: sorry, unimplemented: 64-bit mode not compiled in
make[1]: xxx [isamax.o] Error 1
make[1]: Leaving directory '/home/AM/lapack-3.4.1/BLAS/SRC'
make: xxx [blaslib] Error 2
I am not sure why this happening since it worked when I installed the 32 bit.
mingw lapack jags
mingw lapack jags
asked Nov 10 at 17:05
Mike John
12
12
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53241321%2fissue-with-lapack-3-4-1-when-installing-both-32-bit-and-64-bit%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown