Changeset 27790


Ignore:
Timestamp:
06/16/23 20:35:09 (22 months ago)
Author:
jdquinn
Message:

CHG: Minor adjustment to Python 3 path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/mac-intel-binaries-python-3

    r27701 r27790  
    1818        --disable-dependency-tracking \
    1919        --with-python-version=3.9 \
    20         --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
     20        --with-python-dir=/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
    2121        --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
    22         --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" \
     22        --with-fortran-lib="/usr/local/Cellar/gcc/13.1.0/lib/gcc/13/libgfortran.a /usr/local/Cellar/gcc/13.1.0/lib/gcc/13/libquadmath.a /usr/local/Cellar/gcc/13.1.0/lib/gcc/13/gcc/x86_64-apple-darwin21/13/libgcc.a" \
    2323        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
    2424        --with-mpi-libflags="-L${ISSM_DIR}/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort" \
Note: See TracChangeset for help on using the changeset viewer.