- Timestamp:
- 04/24/23 20:04:29 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/dakota/install-6.2-mac.sh
r27705 r27706 24 24 export DAK_INSTALL=${PREFIX} # DO NOT CHANGE THIS 25 25 export DAK_SRC=${ISSM_DIR}/externalpackages/dakota/src # DO NOT CHANGE THIS 26 export GSL_CONFIG=${GSL_HOME}/bin/gsl-config27 26 export LAPACK_LIBS="-L${LAPACK_ROOT}/lib -lflapack -L${LIBGFORTRAN_ROOT} -lgfortran" # Need to export LAPACK_LIBS *and* pass it as an option to CMake to ensure that external packages also find it 28 27 export LDFLAGS="-framework CoreFoundation" … … 58 57 # Disable requirement of Python 2 for TriBITS 59 58 sed -i'' -e 's|SET(PythonInterp_FIND_VERSION|#SET(PythonInterp_FIND_VERSION|' ${DAK_SRC}/packages/teuchos/cmake/tribits/package_arch/TribitsFindPythonInterp.cmake 59 60 echo "Debug:" 61 echo "GSL_HOME : ${GSL_HOME}" 62 echo "CPATH : ${CPATH}" 60 63 61 64 # Configure
Note:
See TracChangeset
for help on using the changeset viewer.