source: issm/oecreview/Archive/25834-26739/ISSM-25856-25857.diff@ 26740

Last change on this file since 26740 was 26740, checked in by Mathieu Morlighem, 3 years ago

CHG: added 25834-26739

File size: 758 bytes
RevLine 
[26740]1Index: ../trunk-jpl/etc/environment.sh
2===================================================================
3--- ../trunk-jpl/etc/environment.sh (revision 25856)
4+++ ../trunk-jpl/etc/environment.sh (revision 25857)
5@@ -247,6 +247,11 @@
6 ld_library_path_append "${MPI_ROOT}/lib"
7 fi
8
9+LAPACK_ROOT="${ISSM_EXT_DIR}/lapack/install"
10+if [ -d "${LAPACK_ROOT}" ]; then
11+ ld_library_path_append "${LAPACK_ROOT}/lib"
12+fi
13+
14 PETSC_ROOT="${ISSM_EXT_DIR}/petsc/install"
15 if [ -d "$PETSC_ROOT" ]; then
16 export PETSC_ROOT # Used in installation of Gmsh
17@@ -301,9 +306,6 @@
18 fi
19 fi
20
21-LAPACK_ROOT="${ISSM_EXT_DIR}/lapack/install"
22-ld_library_path_append "${LAPACK_ROOT}/lib"
23-
24 SCOTCH_ROOT="${ISSM_EXT_DIR}/scotch/install"
25 ld_library_path_append "${SCOTCH_ROOT}/lib"
26
Note: See TracBrowser for help on using the repository browser.