Changeset 28124


Ignore:
Timestamp:
02/29/24 21:38:52 (13 months ago)
Author:
jdquinn
Message:

CHG: Reducing external packages

Location:
issm/trunk-jpl/jenkins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/mac-silicon-python

    r28123 r28124  
    6565#
    6666# NOTE:
    67 # - Tests 216, 274, 430, 435, 441:442, 456, 470:476, 517 are excluded because of large errors
    68 # - Tests 119, 423, 433, 448, 462:464, 508, 544, 546, 808 are excluded because of failure "Arrays have incompatible sizes for this operation."
     67# - Tests 234, 418, and 420 are excluded because of large errors
    6968#
    7069MATLAB_NROPTIONS=""
  • issm/trunk-jpl/jenkins/ross-debian_linux-python

    r28079 r28124  
    2020        --with-scalapack-dir=${ISSM_DIR}/externalpackages/petsc/install \
    2121        --with-mumps-dir=${ISSM_DIR}/externalpackages/petsc/install \
    22         --with-hdf5-dir=${ISSM_DIR}/externalpackages/hdf5/install \
    2322        --with-petsc-dir=${ISSM_DIR}/externalpackages/petsc/install \
    24         --with-gsl-dir=${ISSM_DIR}/externalpackages/gsl/install \
    25         --with-boost-dir=${ISSM_DIR}/externalpackages/boost/install \
    26         --with-dakota-dir=${ISSM_DIR}/externalpackages/dakota/install \
    27         --with-chaco-dir=${ISSM_DIR}/externalpackages/chaco/install \
    28         --with-proj-dir=${ISSM_DIR}/externalpackages/proj/install \
    2923        --with-triangle-dir=${ISSM_DIR}/externalpackages/triangle/install \
    3024        --with-m1qn3-dir=${ISSM_DIR}/externalpackages/m1qn3/install \
     
    4034        cmake           install.sh
    4135        petsc           install-3.17-linux.sh
    42         gsl                     install.sh
    43         boost           install-1.7-linux.sh
    44         dakota          install-6.2-linux.sh
    45         chaco           install-linux.sh
    46         curl            install-7-linux.sh
    47         hdf5            install-1-parallel.sh
    48         netcdf          install-4.7-parallel.sh
    49         proj            install-6.sh
    50         gdal            install-3-python.sh
    51         gshhg           install.sh
    52         gmt                     install-6-linux.sh
    53         gmsh            install-4-linux.sh
    5436        triangle        install-linux.sh
    5537        m1qn3           install-linux.sh
     
    8365#
    8466# NOTE:
    85 # - Errors are large for tests 234, 418, and 420 under Python
     67# - Tests 234, 418, and 420 are excluded because of large errors
    8668#
    8769MATLAB_NROPTIONS=""
Note: See TracChangeset for help on using the changeset viewer.