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
Trying to configure on Linux/AArch64 fails as follows:
$ ./configure --lapack=../lapack --static-libs --lapack-build --built-type=lapack --libpath=../lapack
checking for java, javac... ok
determining operating system... ok (Linux)
determining architecture... ok (aarch64)
determining architecture flavor... ok
looking for nm... ok
locating the Java Development Kit... ok (/usr/lib/jvm/java-8-openjdk-arm64)
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)
determining build type... ok (static)
getting library path...... ok (["../lapack"])
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: daxpy_, dgemm_.
Trying to configure using the download option $ ./configure --static-libs --download-lapack also fails:
determining whether to build for lapack or atlas... ok (atlas)
looking for libraries...... *failed*
Configuration failed!
Reason: Could not locate libraries for the following symbols: dsyev_, ATL_dgemm, dgemm_, daxpy_, cblas_daxpy, ATL_caxpy.
Same is the case with specifying --lapack-build:
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 text was updated successfully, but these errors were encountered:
Trying to configure on Linux/AArch64 fails as follows:
Note that the lapack directory above is as downloaded from http://www.netlib.org/lapack
Trying to configure using the download option
$ ./configure --static-libs --download-lapack
also fails:Same is the case with specifying
--lapack-build
:The text was updated successfully, but these errors were encountered: