- Timestamp:
- 03/31/20 12:42:27 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh ¶
r24651 r24676 4 4 ## Constants 5 5 # 6 LIBGFORTRAN="/usr/local/gfortran/lib/libgfortran.3.dylib" # Important that this is the library itself 7 LIBGFORTRAN_DIST="${ISSM_DIR}/lib/libgfortran.3.dylib" # Important the file name matches the SONAME entry in the binaries and other shared libraries which link to it 8 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,244,250,417,444,445]" # Exclude any tests with transient solutions that require a restart 9 MATLAB_PATH="/Applications/MATLAB_R2015b.app" 6 MATLAB_NROPTIONS="'id',[IdFromString('Dakota')],'exclude',[234,244,250,417,435,444,445,701,702,703]" # Exclude any tests with transient solutions that require a restart, and any tests that are excluded in the standard build 7 MATLAB_PATH="/Applications/MATLAB_R2018a.app" 10 8 PACKAGE="ISSM" # Name of directory to copy distributable files to 11 9 … … 13 11 # 14 12 # NOTE: 15 # - All non-excluded tests were running until recent changes to QMU16 13 # - 418 fails with "malloc(): invalid next size (unsorted)"" 17 14 # 18 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 244 250 417 418 4 44 445"15 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 244 250 417 418 435 444 445 701 702 703" 19 16 TARBALL_NAME="issm-mac-with_dakota" 20 17 TARBALL="${TARBALL_NAME}.tar.gz" … … 44 41 exit 1 45 42 fi 46 47 # Add/modify required libraries48 echo "Moving libgfortran to lib/"49 cp ${LIBGFORTRAN} ${LIBGFORTRAN_DIST} 2> /dev/null50 43 51 44 # Run tests
Note:
See TracChangeset
for help on using the changeset viewer.