Ignore:
Timestamp:
12/03/19 20:26:57 (5 years ago)
Author:
jdquinn
Message:

CHG: Updated solid earth config to work with PETSc 3.7.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/netcdf/install-4.7-parallel-with_tests.sh

    r24388 r24424  
    1616VER="4.7.2"
    1717HDF5_ROOT="${ISSM_DIR}/externalpackages/hdf5/install"
     18ZLIB_ROOT="${ISSM_DIR}/externalpackages/zlib/install"
    1819
    1920# Environment
    2021#
    2122export CC=mpicc
    22 export CPPFLAGS="-I${HDF5_ROOT}/include"
    23 export LDFLAGS="-L${HDF5_ROOT}/lib"
     23export CPPFLAGS="-I${ZLIB_ROOT}/include -I${HDF5_ROOT}/include"
     24export LDFLAGS="-L${ZLIB_ROOT}/lib -L${HDF5_ROOT}/lib"
    2425
    2526# Download source
Note: See TracChangeset for help on using the changeset viewer.