Ignore:
Timestamp:
03/31/20 12:42:27 (5 years ago)
Author:
jdquinn
Message:

CHG: Support for Mac binaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/packagers/mac/package-issm-mac-binaries-with_dakota.sh

    r24651 r24676  
    44## Constants
    55#
    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"
     6MATLAB_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
     7MATLAB_PATH="/Applications/MATLAB_R2018a.app"
    108PACKAGE="ISSM" # Name of directory to copy distributable files to
    119
     
    1311#
    1412# NOTE:
    15 # - All non-excluded tests were running until recent changes to QMU
    1613# - 418 fails with "malloc(): invalid next size (unsorted)""
    1714#
    18 PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 244 250 417 418 444 445"
     15PYTHON_NROPTIONS="--include_name 'Dakota' --exclude 234 244 250 417 418 435 444 445 701 702 703"
    1916TARBALL_NAME="issm-mac-with_dakota"
    2017TARBALL="${TARBALL_NAME}.tar.gz"
     
    4441        exit 1
    4542fi
    46 
    47 # Add/modify required libraries
    48 echo "Moving libgfortran to lib/"
    49 cp ${LIBGFORTRAN} ${LIBGFORTRAN_DIST} 2> /dev/null
    5043
    5144# Run tests
Note: See TracChangeset for help on using the changeset viewer.