Changeset 28166


Ignore:
Timestamp:
03/21/24 21:13:20 (13 months ago)
Author:
jdquinn
Message:

CHG: Modified test suites; corrected patch and config for GMT

Location:
issm/trunk-jpl
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/gmt/configs/6.5/static/mac/cmake/ConfigUserAdvancedTemplate.cmake.patch

    r28161 r28166  
    11--- src/cmake/ConfigUserAdvancedTemplate.cmake  2024-01-07 01:32:40
    2 +++ ConfigUserAdvancedTemplate.cmake    2024-03-19 13:14:04
    3 @@ -39,19 +39,19 @@
    4  ## Section 1: Installation paths
    5  ##
    6  # Set install name suffix used for directories and gmt executables [undefined]:
    7 -#set (GMT_INSTALL_NAME_SUFFIX "suffix")
    8 +set (CMAKE_INSTALL_PREFIX "$ENV{PREFIX}")
    9  
    10  # Install into traditional directory structure. Disable to install a
    11  # distribution type directory structure (doc and share separated) [on]:
     2+++ ./ConfigUserAdvancedTemplate.cmake  2024-03-21 20:02:18
     3@@ -46,12 +46,12 @@
    124 #set (GMT_INSTALL_TRADITIONAL_FOLDERNAMES OFF)
    135 
     
    3022 # to nc-config) [auto]:
    3123-#set (NETCDF_ROOT "netcdf_install_prefix")
    32 +set (NETCDF_ROOT "$ENV{NETCDF_ROOT}")
     24+#set (NETCDF_ROOT "$ENV{NETCDF_ROOT}")
    3325 
    3426 # Set location of GDAL (can be root directory, path to header file or path to
    3527 # gdal-config) [auto]:
    3628-#set (GDAL_ROOT "gdal_install_prefix")
    37 +set (GDAL_ROOT "$ENV{GDAL_ROOT}")
     29+#set (GDAL_ROOT "$ENV{GDAL_ROOT}")
    3830 
    3931 # Set location of GEOS (can be root directory, path to header file or path to
     
    4436 # Set location of ZLIB (can be root directory or path to header file) [auto]:
    4537-#set (ZLIB_ROOT "zlib_install_prefix")
    46 +set (ZLIB_ROOT "$ENV{ZLIB_ROOT}")
     38+#set (ZLIB_ROOT "$ENV{ZLIB_ROOT}")
    4739 
    4840 # Set location of CURL (can be root directory or path to header file) [auto]:
  • issm/trunk-jpl/externalpackages/gmt/install-6-mac-static.sh

    r28165 r28166  
    66#
    77VER="6.5.0"
     8
     9PREFIX="${ISSM_DIR}/externalpackages/gmt/install"
    810
    911# Find certain libraries so we do not have to hardcode them
     
    2224
    2325GDAL_EXTRA_LIBS="-lc++" # `$GDAL_ROOT/bin/gdal-config --dep-libs` does not report need to link to libc++ (see also customized configuration file ./configs/6/static/cmake/modules/FindGDAL.cmake)
    24 NETCDF_EXTRA_LIBS="-lpthread -ldl -liconv" # `$NETCDF_ROOT/bin/nc-config --libs` does not report certain dependencies of certain static libraries (see also customized configuration file ./configs/6/static/cmake/modules/FindNETCDF.cmake)
     26NETCDF_EXTRA_LIBS="-lpthread -ldl -liconv" # `$NETCDF_ROOT/bin/nc-config --libs` does not report certain dependencies of certain static libraries (see also customized configuration file ./configs/${VER%.*}/static/cmake/modules/FindNETCDF.cmake)
    2527
    2628# Environment
     
    3032export CURL_LIBRARIES="${CURL_ROOT}/lib/libcurl.a;${ZLIB_ROOT}/lib/libz.a"
    3133export LDFLAGS="-lsqlite3 -framework CoreFoundation -framework Security"
    32 export PREFIX="${ISSM_DIR}/externalpackages/gmt/install" # NOTE: Need to export this to be picked up by customized ConfigUser.cmake (see below). Set to location where external package should be installed.
    3334
    3435# Download source
     
    6869#
    6970cmake \
     71        -DCMAKE_INSTALL_PREFIX="${PREFIX}" \
    7072        -DBLAS_LIBRARIES="${BLAS_ROOT}/lib/libfblas.a;${LIBGFORTRAN_ROOT}/libgfortran.a;${LIBGFORTRAN_ROOT}/libquadmath.a;${LIBGCC}" \
    7173        -DCURL_INCLUDE_DIR="${CURL_ROOT}/include" \
  • issm/trunk-jpl/packagers/mac/complete-issm-mac-intel-binaries-matlab.sh

    r28147 r28166  
    6464## Constants
    6565#
    66 MATLAB_NROPTIONS="'benchmark','all','exclude',[124,125,126,129,234,235,418,420,435,444,445,456,701,702,703,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1201,1202,1203,1204,1205,1206,1207,1208,1301,1302,1303,1304,1401,1402,1601,1602,2002,2003,2004,2006,2007,2008,2010,2011,2012,2013,2020,2021,2051,2052,2053,2084,2085,2090,2091,2092,2101,2424,2425,3001:3300,3480,3481,4001:4100]" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
     66MATLAB_NROPTIONS="'benchmark','all','exclude',[124,125,126,129,234,235,418,420,435,444,445,456,701,702,703,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1201,1202,1203,1204,1205,1206,1207,1208,1301,1302,1303,1304,1401,1402,1601,1602,2002,2003,2004,2005,2006,2007,2008,2010,2011,2012,2013,2020,2021,2051,2052,2053,2084,2085,2090,2091,2092,2101,2424,2425,3001:3300,3480,3481,4001:4100]" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
    6767MATLAB_PATH="/Applications/MATLAB_R2023b.app"
    6868PKG="ISSM-macOS-Intel-MATLAB" # Name of directory to copy distributable files to
  • issm/trunk-jpl/packagers/mac/complete-issm-mac-silicon-binaries-matlab.sh

    r28147 r28166  
    6464## Constants
    6565#
    66 MATLAB_NROPTIONS="'benchmark','all','exclude',[124,125,126,129,234,235,418,420,435,444,445,456,701,702,703,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1201,1202,1203,1204,1205,1206,1207,1208,1301,1302,1303,1304,1401,1402,1601,1602,2002,2003,2004,2006,2007,2008,2010,2011,2012,2013,2020,2021,2051,2052,2053,2084,2085,2090,2091,2092,2101,2424,2425,3001:3300,3480,3481,4001:4100]" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
     66MATLAB_NROPTIONS="'benchmark','all','exclude',[124,125,126,129,234,235,418,420,435,444,445,456,701,702,703,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1201,1202,1203,1204,1205,1206,1207,1208,1301,1302,1303,1304,1401,1402,1601,1602,2002,2003,2004,2005,2006,2007,2008,2010,2011,2012,2013,2020,2021,2051,2052,2053,2084,2085,2090,2091,2092,2101,2424,2425,3001:3300,3480,3481,4001:4100]" # NOTE: Combination of test suites from basic, Dakota, and Solid Earth builds, with tests that require a restart and those that require the JVM excluded
    6767MATLAB_PATH="/Applications/MATLAB_R2023b.app"
    6868PKG="ISSM-macOS-Silicon-MATLAB" # Name of directory to copy distributable files to
Note: See TracChangeset for help on using the changeset viewer.