Changeset 25659
- Timestamp:
- 10/08/20 12:31:51 (4 years ago)
- 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 2 2 set -eu 3 3 4 5 # NOTE: There is a single difference between the Linux and macOS6 # configurations, which is the addition of the -static-libgfortran7 # option to FFLAGS on the macOS static configurations. For the sake of8 # consistency, we maintain separate files for each, respective Linux and9 # macOS configuration.10 4 11 5 ## Constants … … 42 36 --download-parmetis=1 \ 43 37 --download-scalapack=1 \ 44 --download-mumps=1 38 --download-mumps=1 \ 39 --download-zlib=1 \ 40 --download-hdf5=1 41 45 42 46 43 # Compile and install -
issm/trunk-jpl/jenkins/pine_island-mac-matlab
r25653 r25659 3 3 #--------------------# 4 4 5 # MATLAB path6 5 MATLAB_PATH="/Applications/MATLAB_R2018a.app" 7 6 8 # ISSM CONFIGURATION9 7 ISSM_CONFIG='\ 10 8 --prefix=${ISSM_DIR} \ -
issm/trunk-jpl/jenkins/pine_island-mac-python
r25656 r25659 3 3 #--------------------# 4 4 5 # ISSM CONFIGURATION6 5 ISSM_CONFIG='\ 7 6 --prefix=${ISSM_DIR} \ -
issm/trunk-jpl/jenkins/ross-debian_linux-dakota
r25175 r25659 4 4 5 5 MATLAB_PATH="/usr/local/MATLAB/R2019b" 6 6 7 ISSM_CONFIG='\ 7 8 --prefix=${ISSM_DIR} \ -
issm/trunk-jpl/jenkins/ross-debian_linux-python
r24648 r25659 18 18 --with-scalapack-dir=${ISSM_DIR}/externalpackages/petsc/install \ 19 19 --with-mumps-dir=${ISSM_DIR}/externalpackages/petsc/install \ 20 --with-hdf5-dir=${ISSM_DIR}/externalpackages/petsc/install \ 20 21 --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 \ 21 25 --with-triangle-dir=${ISSM_DIR}/externalpackages/triangle/install \ 22 26 --with-chaco-dir=${ISSM_DIR}/externalpackages/chaco/install \ … … 33 37 cmake install.sh 34 38 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 35 49 triangle install-linux.sh 36 50 chaco install.sh … … 64 78 # See documentation in test/NightlyRun/runme.* for more information. 65 79 # 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 # 66 86 MATLAB_NROPTIONS="" 67 PYTHON_NROPTIONS="--exclude _name 'Dakota'"87 PYTHON_NROPTIONS="--exclude 234 418 420 2002 2003 2010 2021 2101" -
issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth
r25552 r25659 4 4 5 5 MATLAB_PATH="/usr/local/MATLAB/R2019b" 6 6 7 ISSM_CONFIG='\ 7 8 --prefix=${ISSM_DIR} \
Note:
See TracChangeset
for help on using the changeset viewer.