Skip to content
Snippets Groups Projects
Commit 6d4fd8e9 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

config/default: added -lhdf5 on bailung.

parent 5213f823
No related branches found
No related tags found
No related merge requests found
Pipeline #22734 passed
......@@ -46,8 +46,8 @@ case "${HOSTNAME}" in
# LDFLAGS=-Wl,-rpath,$HOME/local/eccodes-2.22.0/lib"
CDOLIBS="--with-fftw3 \
--with-eccodes=/opt/local \
--with-netcdf=/opt/local \
--with-hdf5=/opt/local \
--with-netcdf=$HOME/local/netcdf-4.9.0 \
--with-hdf5=$HOME/local/hdf5-1.12.1-threadsafe \
--with-udunits2=/opt/local \
--with-curl=/opt/local \
--with-cmor=$HOME/local/cmor-3.6.1 \
......@@ -56,7 +56,7 @@ case "${HOSTNAME}" in
--with-proj=/opt/local/lib/proj7 \
--with-szlib=/opt/local/lib/libaec \
--with-magics=/opt/local "
LDFLAGS="-L/opt/local/lib -ljson-c"
LDFLAGS="-L/opt/local/lib -ljson-c -lhdf5"
if test "$COMP" = intel ; then
${CONFPATH}configure \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment