Changeset 25659


Ignore:
Timestamp:
10/08/20 12:31:51 (4 years ago)
Author:
jdquinn
Message:

CHG: Consolidating builds to MATLAB and Python APIs on Linux; clean up

Location:
issm/trunk-jpl
Files:
1 added
1 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.12-linux.sh

    r25199 r25659  
    22set -eu
    33
    4 
    5 # NOTE: There is a single difference between the Linux and macOS
    6 #               configurations, which is the addition of the -static-libgfortran
    7 #               option to FFLAGS on the macOS static configurations. For the sake of
    8 #               consistency, we maintain separate files for each, respective Linux and
    9 #               macOS configuration.
    104
    115## Constants
     
    4236        --download-parmetis=1 \
    4337        --download-scalapack=1 \
    44         --download-mumps=1
     38        --download-mumps=1 \
     39        --download-zlib=1 \
     40        --download-hdf5=1
     41
    4542
    4643# Compile and install
  • issm/trunk-jpl/jenkins/pine_island-mac-matlab

    r25653 r25659  
    33#--------------------#
    44
    5 # MATLAB path
    65MATLAB_PATH="/Applications/MATLAB_R2018a.app"
    76
    8 # ISSM CONFIGURATION
    97ISSM_CONFIG='\
    108        --prefix=${ISSM_DIR} \
  • issm/trunk-jpl/jenkins/pine_island-mac-python

    r25656 r25659  
    33#--------------------#
    44
    5 # ISSM CONFIGURATION
    65ISSM_CONFIG='\
    76        --prefix=${ISSM_DIR} \
  • issm/trunk-jpl/jenkins/ross-debian_linux-dakota

    r25175 r25659  
    44
    55MATLAB_PATH="/usr/local/MATLAB/R2019b"
     6
    67ISSM_CONFIG='\
    78        --prefix=${ISSM_DIR} \
  • issm/trunk-jpl/jenkins/ross-debian_linux-python

    r24648 r25659  
    1818        --with-scalapack-dir=${ISSM_DIR}/externalpackages/petsc/install \
    1919        --with-mumps-dir=${ISSM_DIR}/externalpackages/petsc/install \
     20        --with-hdf5-dir=${ISSM_DIR}/externalpackages/petsc/install \
    2021        --with-petsc-dir=${ISSM_DIR}/externalpackages/petsc/install \
     22        --with-gsl-dir=${ISSM_DIR}/externalpackages/gsl/install \
     23        --with-boost-dir=${ISSM_DIR}/externalpackages/boost/install \
     24        --with-dakota-dir=${ISSM_DIR}/externalpackages/dakota/install \
    2125        --with-triangle-dir=${ISSM_DIR}/externalpackages/triangle/install \
    2226        --with-chaco-dir=${ISSM_DIR}/externalpackages/chaco/install \
     
    3337        cmake           install.sh
    3438        petsc           install-3.12-linux.sh
     39        gsl                     install.sh
     40        boost           install-1.7-linux.sh
     41        dakota          install-6.2-linux.sh
     42        curl            install-7.67.sh
     43        netcdf          install-4.7-parallel.sh
     44        proj            install-6.2.sh
     45        gdal            install-3-python-netcdf.sh
     46        gshhg           install.sh
     47        gmt                     install-6.0-linux.sh
     48        gmsh            install-4.sh
    3549        triangle        install-linux.sh
    3650        chaco           install.sh
     
    6478# See documentation in test/NightlyRun/runme.* for more information.
    6579#
     80# NOTE:
     81# - Errors are large for tests 234, 418, and 420 under Python
     82# - Tests 2002, 2003, 2010, 2101, and 2021 are excluded as Gmsh produces
     83#       different-sized meshes on macOS and Linux for 3d objects (archives are
     84#       generated on macOS).
     85#
    6686MATLAB_NROPTIONS=""
    67 PYTHON_NROPTIONS="--exclude_name 'Dakota'"
     87PYTHON_NROPTIONS="--exclude 234 418 420 2002 2003 2010 2021 2101"
  • issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth

    r25552 r25659  
    44
    55MATLAB_PATH="/usr/local/MATLAB/R2019b"
     6
    67ISSM_CONFIG='\
    78        --prefix=${ISSM_DIR} \
Note: See TracChangeset for help on using the changeset viewer.