Changeset 27706
- Timestamp:
- 04/24/23 20:04:29 (2 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/etc/environment.sh ¶
r27430 r27706 484 484 if [ -d "${GSL_ROOT}" ]; then 485 485 export GSL_HOME="${GSL_ROOT}" # Used in installation of Dakota 486 cpath_prepend "${GSL_ROOT}/include" 486 487 ld_library_path_append "${GSL_ROOT}/lib" 487 488 fi -
TabularUnified 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.