Changeset 27162
- Timestamp:
- 07/22/22 15:21:54 (3 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/etc/environment.sh
r27158 r27162 317 317 path_append "${LAPACK_ROOT}/lib" # Allows dynamic loader to find DLLs 318 318 fi 319 320 if ls ${LAPACK_ROOT}/lib/libblas.* 1> /dev/null 2>&1; then 321 export BLAS_ROOT="${LAPACK_ROOT}" 322 fi 319 323 fi 320 324 -
issm/trunk-jpl/externalpackages/mplapack/install-1-linux.sh
r26910 r27162 56 56 --enable-fast-install=yes \ 57 57 --disable-dependency-tracking \ 58 --enable-optimization=yes \ 58 59 --enable-fortranwrapper=yes \ 59 60 --enable-gmp=yes \ -
issm/trunk-jpl/externalpackages/mplapack/install-2-linux.sh
r27161 r27162 16 16 ## Constants 17 17 # 18 VER=" 1.0.1"18 VER="2.0" 19 19 20 20 PREFIX="${ISSM_DIR}/externalpackages/mplapack/install" # Set to location where external package should be installed … … 56 56 --enable-fast-install=yes \ 57 57 --disable-dependency-tracking \ 58 --enable-optimization=yes \ 58 59 --enable-fortranwrapper=yes \ 59 60 --enable-gmp=yes \ -
issm/trunk-jpl/jenkins/ross-debian_linux-full-mplapack
r26910 r27162 47 47 cmake install.sh 48 48 petsc install-3.12-linux.sh 49 mplapack install- 1-linux.sh49 mplapack install-2-linux.sh 50 50 gsl install.sh 51 51 boost install-1.7-linux.sh
Note:
See TracChangeset
for help on using the changeset viewer.