Changeset 27552


Ignore:
Timestamp:
02/05/23 12:37:54 (2 years ago)
Author:
jdquinn
Message:

BUG: Path to libgfortran

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

Legend:

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

    r27544 r27552  
    1212        --with-numthreads=4 \
    1313        --with-matlab-dir=${MATLAB_PATH} \
    14         --with-fortran-lib="-L/usr/local/Cellar/gcc@11/11.3.0/lib/gcc/11 -lgfortran" \
     14        --with-fortran-lib="-L/usr/local/Cellar/gcc/12.2.0/lib/gcc/12 -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" \
  • issm/trunk-jpl/jenkins/mac-intel-dakota

    r27550 r27552  
    1919        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
    2020        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
    21         --with-fortran-lib="-L/usr/local/Cellar/gcc@11/11.3.0/lib/gcc/11 -lgfortran" \
     21        --with-fortran-lib="-L/usr/local/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \
    2222        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2323        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
  • issm/trunk-jpl/jenkins/mac-intel-examples

    r27550 r27552  
    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="-L/usr/local/Cellar/gcc@11/11.3.0/lib/gcc/11 -lgfortran" \
     23        --with-fortran-lib="-L/usr/local/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \
    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-intel-solid_earth

    r27550 r27552  
    1919        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
    2020        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
    21         --with-fortran-lib="-L/usr/local/Cellar/gcc@11/11.3.0/lib/gcc/11 -lgfortran" \
     21        --with-fortran-lib="-L/usr/local/Cellar/gcc/12.2.0/lib/gcc/12 -lgfortran" \
    2222        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2323        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Note: See TracChangeset for help on using the changeset viewer.