Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ cd elmer-build

--- For elmer use
$ cmake -C ../elmer-opts.cmake ../elmerfem 

--- To explicitly set installation directory
-DCMAKE_INSTALL_PREFIX=../install 

--- Optional: To try different libraries
-DLAPACK_LIBRARIES="-L/usr/lib/x86_64-linux-gnu/lapack -llapack "

...