Changeset 28123
- Timestamp:
- 02/29/24 21:16:08 (13 months ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/mac-silicon-binaries-matlab
r28116 r28123 23 23 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ 24 24 --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" \ 26 26 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 27 27 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ -
issm/trunk-jpl/jenkins/mac-silicon-binaries-python-3
r28116 r28123 21 21 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ 22 22 --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" \ 24 24 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 25 25 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ -
issm/trunk-jpl/jenkins/mac-silicon-full
r28079 r28123 15 15 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ 16 16 --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" \ 18 18 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 19 19 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \ -
issm/trunk-jpl/jenkins/mac-silicon-python
r28121 r28123 12 12 --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \ 13 13 --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" \ 15 15 --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \ 16 16 --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Note:
See TracChangeset
for help on using the changeset viewer.