Ignore:
Timestamp:
02/10/23 13:57:01 (2 years ago)
Author:
jdquinn
Message:

CHG: Various fixes for static and shared versions of ext pkg install scripts; fixing EsaGRACE example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/dakota/install-6.2-mac-static.sh

    r27563 r27565  
    2828export DAK_SRC=${ISSM_DIR}/externalpackages/dakota/src # DO NOT CHANGE THIS
    2929export LAPACK_LIBS="-L${LAPACK_ROOT}/lib -lflapack ${LIBGFORTRAN_ROOT}/libgfortran.a ${LIBGFORTRAN_ROOT}/libquadmath.a ${LIBGCC}" # Need to export LAPACK_LIBS *and* pass it as an option to CMake to ensure that external packages also find it
     30export LDFLAGS="-framework CoreFoundation"
    3031
    3132# Cleanup
Note: See TracChangeset for help on using the changeset viewer.