Skip to content
Snippets Groups Projects
Commit 277d0f7e authored by Carlo Camilloni's avatar Carlo Camilloni
Browse files

Installation: Blas and Lapack

I have noticed that on some machines one needs to add  -lgfortran
to link blas and lapack correctly (manual updated).
parent 0d4059ac
No related branches found
No related tags found
No related merge requests found
...@@ -93,8 +93,8 @@ you need to link BLAS and LAPACK libraries. Here you find some note. ...@@ -93,8 +93,8 @@ you need to link BLAS and LAPACK libraries. Here you find some note.
First of all, the DYNAMIC_LIB variable in the configuration file First of all, the DYNAMIC_LIB variable in the configuration file
should contain the flag necessary to load these libraries should contain the flag necessary to load these libraries
(typically -llapack -lblas, but full path specification with -L (typically -llapack -lblas, in some case followed by -lgfortran
should be necessary depending on your system configuration). but full path specification with -L should be necessary depending on your system configuration).
Even though you can incur in some problem. Even though you can incur in some problem.
- If the linker complains and suggest to recompiled lapack with -fPIC, it means that you have static lapack libraries. Either install dynamic lapack libraries - If the linker complains and suggest to recompiled lapack with -fPIC, it means that you have static lapack libraries. Either install dynamic lapack libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment