Ignore:
Timestamp:
02/09/23 12:56:13 (2 years ago)
Author:
jdquinn
Message:

CHG: Updates to HDF5 standalone installation; suppression of warnings for Dakota

File:
1 copied

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/hdf5/install-1-parallel-static.sh

    r27561 r27563  
    55# Constants
    66#
    7 VER="1.10.5"
     7VER="1.10.9"
    88
    99PREFIX="${ISSM_DIR}/externalpackages/hdf5/install" # Set to location where external package should be installed
     
    3131./configure \
    3232        --prefix="${PREFIX}" \
     33        --disable-dependency-tracking \
     34        --disable-shared \
    3335        --enable-parallel \
    3436        --with-zlib="${ZLIB_ROOT}" \
Note: See TracChangeset for help on using the changeset viewer.