Changeset 28123


Ignore:
Timestamp:
02/29/24 21:16:08 (13 months ago)
Author:
jdquinn
Message:

CHG: Corrected path to libgfortran et al

Location:
issm/trunk-jpl/jenkins
Files:
4 edited

Legend:

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

    r28116 r28123  
    2323        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
    2424        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
    25         --with-fortran-lib="/usr/local/Cellar/gcc/12.2.0/lib/gcc/12/libgfortran.a /usr/local/Cellar/gcc/12.2.0/lib/gcc/12/libquadmath.a /usr/local/Cellar/gcc/12.2.0/lib/gcc/12/gcc/x86_64-apple-darwin21/12/libgcc.a" \
     25        --with-fortran-lib="/opt/homebrew/Cellar/gcc/13.1.0/lib/gcc/13/libgfortran.a /opt/homebrew/Cellar/gcc/13.1.0/lib/gcc/13/libquadmath.a /opt/homebrew/Cellar/gcc/13.1.0/lib/gcc/13/gcc/aarch64-apple-darwin22/13/libgcc.a" \
    2626        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2727        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
  • issm/trunk-jpl/jenkins/mac-silicon-binaries-python-3

    r28116 r28123  
    2121        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
    2222        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
    23         --with-fortran-lib="/usr/local/Cellar/gcc/12.2.0/lib/gcc/12/libgfortran.a /usr/local/Cellar/gcc/12.2.0/lib/gcc/12/libquadmath.a /usr/local/Cellar/gcc/12.2.0/lib/gcc/12/gcc/x86_64-apple-darwin21/12/libgcc.a" \
     23        --with-fortran-lib="/opt/homebrew/Cellar/gcc/13.1.0/lib/gcc/13/libgfortran.a /opt/homebrew/Cellar/gcc/13.1.0/lib/gcc/13/libquadmath.a /opt/homebrew/Cellar/gcc/13.1.0/lib/gcc/13/gcc/aarch64-apple-darwin22/13/libgcc.a" \
    2424        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2525        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
  • issm/trunk-jpl/jenkins/mac-silicon-full

    r28079 r28123  
    1515        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
    1616        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
    17         --with-fortran-lib="-L/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \
     17        --with-fortran-lib="-L/opt/homebrew/lib/gcc/current -lgfortran" \
    1818        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    1919        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
  • issm/trunk-jpl/jenkins/mac-silicon-python

    r28121 r28123  
    1212        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
    1313        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
    14         --with-fortran-lib="-L/opt/homebrew/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \
     14        --with-fortran-lib="-L/opt/homebrew/lib/gcc/current -lgfortran" \
    1515        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    1616        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Note: See TracChangeset for help on using the changeset viewer.