Changeset 24428


Ignore:
Timestamp:
12/04/19 00:13:08 (5 years ago)
Author:
jdquinn
Message:

BUG: Correcting HDF5 and NetCDF dependency on zlib

Location:
issm/trunk-jpl
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/hdf5/install-1.10-parallel-with_tests.sh

    r24380 r24428  
    66#
    77VER="1.10.5"
     8ZLIB_ROOT="${ISSM_DIR}/externalpackages/zlib/install"
    89
    910## Environnment
     
    2930./configure \
    3031        --prefix="${ISSM_DIR}/externalpackages/hdf5/install" \
    31         --enable-parallel
     32        --enable-parallel \
     33        --with-zlib=${ZLIB_ROOT} \
     34        --enable-hl
    3235
    3336# Compile, test, and install
  • issm/trunk-jpl/externalpackages/hdf5/install-1.10-parallel.sh

    r24380 r24428  
    66#
    77VER="1.10.5"
     8ZLIB_ROOT="${ISSM_DIR}/externalpackages/zlib/install"
    89
    910## Environnment
     
    2930./configure \
    3031        --prefix="${ISSM_DIR}/externalpackages/hdf5/install" \
    31         --enable-parallel
     32        --enable-parallel \
     33        --with-zlib=${ZLIB_ROOT} \
     34        --enable-hl
    3235
    3336# Compile and install
  • issm/trunk-jpl/externalpackages/hdf5/install-1.10-with_tests.sh

    r24380 r24428  
    66#
    77VER="1.10.5"
     8ZLIB_ROOT="${ISSM_DIR}/externalpackages/zlib/install"
    89
    910# Download source
     
    2425cd src
    2526./configure \
    26         --prefix="${ISSM_DIR}/externalpackages/hdf5/install"
     27        --prefix="${ISSM_DIR}/externalpackages/hdf5/install" \
     28        --with-zlib=${ZLIB_ROOT} \
     29        --enable-hl
    2730
    2831# Compile, test, and install
  • issm/trunk-jpl/externalpackages/hdf5/install-1.10.sh

    r24380 r24428  
    66#
    77VER="1.10.5"
     8ZLIB_ROOT="${ISSM_DIR}/externalpackages/zlib/install"
    89
    910# Download source
     
    2425cd src
    2526./configure \
    26         --prefix="${ISSM_DIR}/externalpackages/hdf5/install"
     27        --prefix="${ISSM_DIR}/externalpackages/hdf5/install" \
     28        --with-zlib=${ZLIB_ROOT} \
     29        --enable-hl
    2730
    2831# Compile and install
  • issm/trunk-jpl/externalpackages/netcdf/install-4.7-parallel-with_tests.sh

    r24424 r24428  
    2121#
    2222export CC=mpicc
    23 export CPPFLAGS="-I${ZLIB_ROOT}/include -I${HDF5_ROOT}/include"
    24 export LDFLAGS="-L${ZLIB_ROOT}/lib -L${HDF5_ROOT}/lib"
     23export CPPFLAGS="-I${HDF5_ROOT}/include -I${ZLIB_ROOT}/include"
     24export LDFLAGS="-L${HDF5_ROOT}/lib -L${ZLIB_ROOT}/lib"
    2525
    2626# Download source
  • issm/trunk-jpl/externalpackages/netcdf/install-4.7-parallel.sh

    r24424 r24428  
    2121#
    2222export CC=mpicc
    23 export CPPFLAGS="-I${ZLIB_ROOT}/include -I${HDF5_ROOT}/include"
    24 export LDFLAGS="-L${ZLIB_ROOT}/lib -L${HDF5_ROOT}/lib"
     23export CPPFLAGS="-I${HDF5_ROOT}/include -I${ZLIB_ROOT}/include"
     24export LDFLAGS="-L${HDF5_ROOT}/lib -L${ZLIB_ROOT}/lib"
    2525
    2626# Download source
  • issm/trunk-jpl/externalpackages/netcdf/install-4.7-with_tests.sh

    r24424 r24428  
    1818# Environment
    1919#
    20 export CPPFLAGS="-I${ZLIB_ROOT}/include -I${HDF5_ROOT}/include"
    21 export LDFLAGS="-L${ZLIB_ROOT}/lib -L${HDF5_ROOT}/lib"
     20export CPPFLAGS="-I${HDF5_ROOT}/include -I${ZLIB_ROOT}/include"
     21export LDFLAGS="-L${HDF5_ROOT}/lib -L${ZLIB_ROOT}/lib"
    2222
    2323# Download source
  • issm/trunk-jpl/externalpackages/netcdf/install-4.7.sh

    r24424 r24428  
    1919# Environment
    2020#
    21 export CPPFLAGS="-I${ZLIB_ROOT}/include -I${HDF5_ROOT}/include"
    22 export LDFLAGS="-L${ZLIB_ROOT}/lib -L${HDF5_ROOT}/lib"
     21export CPPFLAGS="-I${HDF5_ROOT}/include -I${ZLIB_ROOT}/include"
     22export LDFLAGS="-L${HDF5_ROOT}/lib -L${ZLIB_ROOT}/lib"
    2323
    2424# Download source
  • issm/trunk-jpl/jenkins/ross-debian_linux-solid_earth

    r24424 r24428  
    5050        semic           install.sh
    5151        boost           install-1.55-linux.sh
     52        zlib            install-1.2.sh
    5253        hdf5            install-1.10.sh
    53         zlib            install-1.2.sh
    5454        netcdf          install-4.7.sh
    5555        proj            install-6.2.sh
Note: See TracChangeset for help on using the changeset viewer.