-
Notifications
You must be signed in to change notification settings - Fork 70
how to check fftw3, blas, lapack installed with raspa2 #46
Comments
There no no information available in output file regarding compiled library information. |
How to prepare the lib files of fftw3 blas and lapack? libfftw3f.a, libblas.a, liblapack.a? |
if all above library/packages are in your system path then during compilation it will auto detect. |
check your config.log file: |
configure:4080: gcc -o conftest -g -O2 conftest.c -lblas >&5 |
thank you for your reply. but my results are -lfftw3 -lblas without -llapack. |
Which Operating System(OS) you are using |
last time, i use the way "yum install lapack lapack-devel" on CentOS 7, then raspa2 could be installed with blas and lapack, but now when i use the same way "dnf installl lapack" on CentOS 8, it does not work, raspa2 can not find the lapack and blas. I still don't know what is the key for this? |
it there any information to show raspa2 installed with fftw3, blas and lapack?
during the configure process, it prints out
"checking for library containing ddot_... -lblas
checking for library containing dsyevd_... no
checking for library containing fftw_plan_dft_r2c_1d... -lfftw3
"
Are these showing whether the fftw3, blas, lapack can be used by raspa2?
But even if there is the library file of lapack ( liblapack.a ), the result of checking dsyevd is still "no".
Is it normal? or someone tells me something about this?
Thank you very much
The text was updated successfully, but these errors were encountered: