Ignore:
Timestamp:
03/31/20 12:42:27 (5 years ago)
Author:
jdquinn
Message:

CHG: Support for Mac binaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/pine_island-mac-binaries-with_dakota

    r24665 r24676  
    99# - We can disable dependency tracking in the Autotools because the binaries
    1010#       should always be a one-time build.
    11 # - libgfortran is copied to $ISSM_DIR/lib by packaging script.
    1211#
     12
    1313# ISSM CONFIGURATION
    1414ISSM_CONFIG='\
    1515        --prefix=${ISSM_DIR} \
    16         --disable-static \
    1716        --enable-standalone-executables \
    1817        --enable-standalone-modules \
     
    2221        --with-python-dir=/System/Library/Frameworks/Python.framework/Versions/2.7 \
    2322        --with-python-numpy-dir=/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy \
    24         --with-fortran-lib="-L/usr/local/gfortran/lib -lgfortran" \
     23        --with-fortran-lib="/usr/local/Cellar/gcc/9.3.0/lib/gcc/9/libgfortran.a /usr/local/Cellar/gcc/9.3.0/lib/gcc/9/libquadmath.a /usr/local/Cellar/gcc/9.3.0/lib/gcc/9/gcc/x86_64-apple-darwin15/9.3.0/libgcc.a" \
    2524        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2625        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Note: See TracChangeset for help on using the changeset viewer.