Changeset 27706


Ignore:
Timestamp:
04/24/23 20:04:29 (2 years ago)
Author:
jdquinn
Message:

CHG: Issues with Dakota on Intel-based Mac node

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/etc/environment.sh

    r27430 r27706  
    484484if [ -d "${GSL_ROOT}" ]; then
    485485        export GSL_HOME="${GSL_ROOT}" # Used in installation of Dakota
     486        cpath_prepend "${GSL_ROOT}/include"
    486487        ld_library_path_append "${GSL_ROOT}/lib"
    487488fi
  • TabularUnified issm/trunk-jpl/externalpackages/dakota/install-6.2-mac.sh

    r27705 r27706  
    2424export DAK_INSTALL=${PREFIX} # DO NOT CHANGE THIS
    2525export DAK_SRC=${ISSM_DIR}/externalpackages/dakota/src # DO NOT CHANGE THIS
    26 export GSL_CONFIG=${GSL_HOME}/bin/gsl-config
    2726export 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
    2827export LDFLAGS="-framework CoreFoundation"
     
    5857# Disable requirement of Python 2 for TriBITS
    5958sed -i'' -e 's|SET(PythonInterp_FIND_VERSION|#SET(PythonInterp_FIND_VERSION|' ${DAK_SRC}/packages/teuchos/cmake/tribits/package_arch/TribitsFindPythonInterp.cmake
     59
     60echo "Debug:"
     61echo "GSL_HOME : ${GSL_HOME}"
     62echo "CPATH : ${CPATH}"
    6063
    6164# Configure
Note: See TracChangeset for help on using the changeset viewer.