Changeset 28183
- Timestamp:
- 03/25/24 20:09:51 (12 months ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/mac-silicon-binaries-matlab
r28161 r28183 22 22 --disable-dependency-tracking \ 23 23 --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 \27 24 --with-fortran-lib="${LIBGFORTRAN_PATH}/libgfortran.a ${LIBGFORTRAN_PATH}/libquadmath.a ${LIBGCC_PATH}/libgcc.a" \ 28 25 --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"2 1 LIBGFORTRAN_PATH="/opt/homebrew/Cellar/gcc/13.2.0/lib/gcc/current" 3 2 LIBGCC_PATH="${LIBGFORTRAN_PATH}/gcc/aarch64-apple-darwin23/13" … … 21 20 --enable-standalone-libraries \ 22 21 --disable-dependency-tracking \ 23 --with-matlab-dir=${MATLAB_PATH} \24 22 --with-python-version=3.9 \ 25 23 --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 128 128 ISSM_BINS=$(\ 129 129 find ${PKG}/bin -type f -name *.exe; \ 130 find ${PKG}/bin -type f -name *.pyc; \ 131 find ${PKG}/lib -type f -name *.mexmaca64; \ 130 132 find ${PKG}/lib -type f -name *.mexmaci64; \ 131 133 find ${PKG}/test -type f -name *.pkg; \ … … 138 140 echo ${PKG}/bin/gdalsrsinfo; \ 139 141 echo ${PKG}/bin/gdaltransform; \ 142 echo ${PKG}/bin/gmsh; \ 140 143 echo ${PKG}/bin/gmt; \ 141 echo ${PKG}/bin/gmtselect; \142 echo ${PKG}/bin/gmsh; \143 144 ) 144 145
Note:
See TracChangeset
for help on using the changeset viewer.