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
There has been some problem when compiled using separately built LAPACK. Let's fix it. Then, it would enable user to use this library in a system where there is no system-wide BLAS and/or LAPACK routines.
Compiled LAPACK with -fPIC flag but still as a static library. Supplied LAPACK_LIB_DIR pointing to the external LAPACK library directory. Modified at 41dd2c3.
Compiling LAPACK as a shared library may be tried in a future if needed.
There has been some problem when compiled using separately built LAPACK. Let's fix it. Then, it would enable user to use this library in a system where there is no system-wide BLAS and/or LAPACK routines.
Reference
The text was updated successfully, but these errors were encountered: