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 was able to get EIGENSOFT along with its dependency programs lapack + openblas + gsl installed. When executing smartpca, i am getting the following error message:.
./smartpca: symbol lookup error: ./smartpca: undefined symbol: LAPACKE_dlange
Following are the static/shared objects being referenced using 'LDFLAGS' flag when compiling EIGENSOFT
If you have issues with missing lapacke symbols, for example "undefined reference to `LAPACKE_dlange'", run make with the corresponding additional libraries linked:
'make LDLIBS="-llapacke"'
This has been encountered on Linux Mint 18.
Hello Eigensoft Team,
I was able to get EIGENSOFT along with its dependency programs lapack + openblas + gsl installed. When executing smartpca, i am getting the following error message:.
./smartpca: symbol lookup error: ./smartpca: undefined symbol: LAPACKE_dlange
Following are the static/shared objects being referenced using 'LDFLAGS' flag when compiling EIGENSOFT
libopenblas.a libopenblas_haswellp-r0.3.29.dev.a libopenblas_haswellp-r0.3.29.dev.so libopenblas.so libopenblas.so.0
liblapack.a liblapacke.a librefblas.a libtmglib.a
Any pointers is highly appreciated.
thanks
The text was updated successfully, but these errors were encountered: