Changeset 28183


Ignore:
Timestamp:
03/25/24 20:09:51 (12 months ago)
Author:
jdquinn
Message:

CHG: Corrected configs; list of files to sign

Location:
issm/trunk-jpl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/mac-silicon-binaries-matlab

    r28161 r28183  
    2222        --disable-dependency-tracking \
    2323        --with-matlab-dir=${MATLAB_PATH} \
    24         --with-python-version=3.9 \
    25         --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
    26         --with-python-numpy-dir=/Library/Python/3.9/site-packages/numpy/core/include/numpy \
    2724        --with-fortran-lib="${LIBGFORTRAN_PATH}/libgfortran.a ${LIBGFORTRAN_PATH}/libquadmath.a ${LIBGCC_PATH}/libgcc.a" \
    2825        --with-mpi-include=${ISSM_DIR}/externalpackages/petsc/install/include \
  • issm/trunk-jpl/jenkins/mac-silicon-binaries-python-3

    r28161 r28183  
    1 MATLAB_PATH="/Applications/MATLAB_R2023b.app"
    21LIBGFORTRAN_PATH="/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current"
    32LIBGCC_PATH="${LIBGFORTRAN_PATH}/gcc/aarch64-apple-darwin23/13"
     
    2120        --enable-standalone-libraries \
    2221        --disable-dependency-tracking \
    23         --with-matlab-dir=${MATLAB_PATH} \
    2422        --with-python-version=3.9 \
    2523        --with-python-dir=/System/Volumes/Data/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9 \
  • issm/trunk-jpl/packagers/mac/sign-issm-mac-binaries.sh

    r28175 r28183  
    128128ISSM_BINS=$(\
    129129        find ${PKG}/bin -type f -name *.exe; \
     130        find ${PKG}/bin -type f -name *.pyc; \
     131        find ${PKG}/lib -type f -name *.mexmaca64; \
    130132        find ${PKG}/lib -type f -name *.mexmaci64; \
    131133        find ${PKG}/test -type f -name *.pkg; \
     
    138140        echo ${PKG}/bin/gdalsrsinfo; \
    139141        echo ${PKG}/bin/gdaltransform; \
     142        echo ${PKG}/bin/gmsh; \
    140143        echo ${PKG}/bin/gmt; \
    141         echo ${PKG}/bin/gmtselect; \
    142         echo ${PKG}/bin/gmsh; \
    143144)
    144145
Note: See TracChangeset for help on using the changeset viewer.