Compiling groops with custon LAPACK installation #260
AndreHauschild
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
|
Hi Andre, thanks for your sharing. From you post
just out of curiosity, why should we use a different order for the library inclusion when using custom |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear groops community,
for testing purposes I had to compile groops with a LAPACK version other than the system version. I would like to share the necessary modifications to
CMakeList.txthere, because it might be of interest for other users as well.Assuming that you have downloaded the LAPACK source files and compiled them in
$(HOME)/Software/, you must set the path to the libraries like soand comment out the search for the system libraries
Then, also change the order of the library inclusion to avoid linker errors
Here is a snippet of the relevant part of
CMakeList.txtwith all the changes:Hope this helps!
Beta Was this translation helpful? Give feedback.
All reactions