Changes between Version 43 and Version 44 of Installation
- Timestamp:
- 07/12/13 16:35:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v43 v44 98 98 || {{{MPI_C_LIBRARIES}}} || All libraries needed to link with for C MPI (semicolon separated) || {{{/usr/lib/libmpi.so;/usr/lib/libm.so}}} || 99 99 100 Possible build options can be evaluated by going to the build directory and running 100 Possible build options can be evaluated by going to the build directory and running: 101 101 {{{ 102 102 cmake -L .. 103 103 }}} 104 104 105 Even more detailed build options are found with 105 Even more detailed build options are found with: 106 106 {{{ 107 107 cmake -LA .. 108 108 }}} 109 109 110 These options can be passed to cmake by setting the environment variable 110 These options can be passed to cmake by setting the environment variable {{{MUSCLE_CMAKE_OPTIONS}}}: 111 111 {{{ 112 112 export MUSCLE_CMAKE_OPTIONS="-DOPTION=VALUE -DOPTION2=VALUE2"