Changeset 24494
- Timestamp:
- 12/25/19 17:55:27 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/dakota/install-6.2-linux64.sh
r24372 r24494 23 23 export DAK_BUILD=$ISSM_DIR/externalpackages/dakota/build 24 24 export MPIHOME=$ISSM_DIR/externalpackages/mpich/install 25 export BLAS_LIBS="-L${ISSM_DIR}/externalpackages/ lapack/install/lib -lblas" # Need to export BLAS_LIBS *and* pass is as an option to CMake to ensure that external packages also find it25 export BLAS_LIBS="-L${ISSM_DIR}/externalpackages/blas/install/lib -lblas" # Need to export BLAS_LIBS *and* pass is as an option to CMake to ensure that external packages also find it 26 26 export LAPACK_LIBS="-L${ISSM_DIR}/externalpackages/lapack/install/lib -llapack" # Need to export BLAS_LIBS *and* pass is as an option to CMake to ensure that 27 27 cp $DAK_SRC/cmake/BuildDakotaTemplate.cmake $DAK_SRC/cmake/BuildDakotaCustom.cmake
Note:
See TracChangeset
for help on using the changeset viewer.