rcthomas / es

Elementary Supernova Spectrum Synthesis
http://c3.lbl.gov/es
Other
12 stars 8 forks source link

SYNAPPS not able to find required BLAS library. #21

Open akshtriescodes opened 1 year ago

akshtriescodes commented 1 year ago

This is the command I entered through the terminal: CPPFLAGS=-I/ghome//akshara/SYNAPPS/cfitsio/include LDFLAGS=-L/ghome//akshara/SYNAPPS/cfitsio/lib ./configure --with-lapack=/ghome/akshara/SYNAPPS/lapack-3.11.0/SRC --with-blas=/ghome/akshara/SYNAPPS/BLAS-3.11.0 --with-appspack-cpp="-I /ghome/akshara/SYNAPPS/appswithmpi/include" --with-appspack-libs="-L /ghome/akshara/SYNAPPS/appswithmpi/lib -lappspack" --prefix=/ghome/akshara/SYNAPPS/synapps

And this is the configuration report I get: Screenshot from 2023-06-12 20-32-10

What is the fix for this?