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

CHG: Issues with Dakota on Intel-based Mac node

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.