Changeset 27550 for issm/trunk-jpl/jenkins/mac-intel-solid_earth
- Timestamp:
- 02/02/23 11:07:00 (2 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/mac-intel-solid_earth
r27548 r27550 7 7 #--------------------# 8 8 9 MATLAB_PATH="/Applications/MATLAB_R20 18a.app"9 MATLAB_PATH="/Applications/MATLAB_R2022b.app" 10 10 11 11 ISSM_CONFIG='\ … … 16 16 --with-numthreads=4 \ 17 17 --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" \ 21 22 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 22 23 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ … … 46 47 autotools install-mac.sh 47 48 cmake install.sh 48 petsc install-3.1 2-mac.sh49 petsc install-3.14-mac.sh 49 50 gsl install.sh 50 51 boost install-1.7-mac.sh
Note:
See TracChangeset
for help on using the changeset viewer.