Changeset 27802


Ignore:
Timestamp:
06/25/23 23:30:27 (21 months ago)
Author:
jdquinn
Message:

CHG: Correct path to libgfortran

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/mac-silicon-basic

    r27801 r27802  
    2424        --without-wrappers \
    2525        --with-numthreads=8 \
    26         --with-fortran-lib="-L/usr/local/Cellar/gcc/13.1.0/lib/gcc/13 -lgfortran" \
     26        --with-fortran-lib="-L/opt/homebrew/lib/gcc/13 -lgfortran" \
    2727        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2828        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Note: See TracChangeset for help on using the changeset viewer.