Ignore:
Timestamp:
02/02/23 11:07:00 (2 years ago)
Author:
jdquinn
Message:

ADD: Configs for new macOS Intel machine

File:
1 copied

Legend:

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

    r27548 r27550  
    77#--------------------#
    88
    9 MATLAB_PATH="/Applications/MATLAB_R2018a.app"
     9MATLAB_PATH="/Applications/MATLAB_R2022b.app"
    1010
    1111ISSM_CONFIG='\
     
    1616        --with-numthreads=4 \
    1717        --with-matlab-dir=${MATLAB_PATH} \
    18         --with-python-dir=/System/Library/Frameworks/Python.framework/Versions/2.7 \
    19         --with-python-numpy-dir=/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy \
    20         --with-fortran-lib="-L/usr/local/Cellar/gcc/11.3.0/lib/gcc/11 -lgfortran" \
     18        --with-python-version="3.9" \
     19        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
     20        --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" \
    2122        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2223        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
     
    4647        autotools       install-mac.sh
    4748        cmake           install.sh
    48         petsc           install-3.12-mac.sh
     49        petsc           install-3.14-mac.sh
    4950        gsl                     install.sh
    5051        boost           install-1.7-mac.sh
Note: See TracChangeset for help on using the changeset viewer.