source:
issm/oecreview/Archive/25834-26739/ISSM-25856-25857.diff
Last change on this file was 26740, checked in by , 3 years ago | |
---|---|
File size: 758 bytes |
-
../trunk-jpl/etc/environment.sh
247 247 ld_library_path_append "${MPI_ROOT}/lib" 248 248 fi 249 249 250 LAPACK_ROOT="${ISSM_EXT_DIR}/lapack/install" 251 if [ -d "${LAPACK_ROOT}" ]; then 252 ld_library_path_append "${LAPACK_ROOT}/lib" 253 fi 254 250 255 PETSC_ROOT="${ISSM_EXT_DIR}/petsc/install" 251 256 if [ -d "$PETSC_ROOT" ]; then 252 257 export PETSC_ROOT # Used in installation of Gmsh … … 301 306 fi 302 307 fi 303 308 304 LAPACK_ROOT="${ISSM_EXT_DIR}/lapack/install"305 ld_library_path_append "${LAPACK_ROOT}/lib"306 307 309 SCOTCH_ROOT="${ISSM_EXT_DIR}/scotch/install" 308 310 ld_library_path_append "${SCOTCH_ROOT}/lib" 309 311
Note:
See TracBrowser
for help on using the repository browser.