You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using cygwin to do everything here. I followed the BUILDING_ATLAS guide and got the libblas.a and liblapack.a files. Then I did ./configure --lapack-build --lapack=../lapack-3.10.0
checking for java, javac... ok
determining operating system... ok (Windows)
determining architecture... ok (amd64)
determining architecture flavor... ok (sse3)
looking for nm... Looking for 64bit toolchain
ok
checking for cygpath... true
locating the Java Development Kit... ok (C:\Users\billi\.jdks\adopt-openjdk-11.0.11)
Setting up gcc and flags... ok (gcc)
deciding whether to use g77 or gfortran... ok (gfortran)
looking for version of make... ok (make)
search for lapack sources (configure by --lapack=dir)... ok (../lapack-3.10.0)
determining build type... ok (static)
getting library path...... ok (["/usr/lib/x86_64-linux-gnu"])
determining whether to build for lapack or atlas... ok (lapack)
looking for libraries...... *failed*
Configuration failed!
Reason: Could not locate libraries for the following symbols: dsyev_, daxpy_, dgemm_.
The error message is as above. I have to use a version of LAPACK that is later than 3.5.0 as a multithreading issue is only fixed in that version onwards.
The text was updated successfully, but these errors were encountered:
I am using cygwin to do everything here. I followed the BUILDING_ATLAS guide and got the libblas.a and liblapack.a files. Then I did ./configure --lapack-build --lapack=../lapack-3.10.0
The error message is as above. I have to use a version of LAPACK that is later than 3.5.0 as a multithreading issue is only fixed in that version onwards.
The text was updated successfully, but these errors were encountered: