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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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"
Note: See TracChangeset for help on using the changeset viewer.