Skip to content

Commit 47d5e30

Browse files
author
Jeff Whitaker
committed
try to fix ncdump link error
1 parent 8dd0535 commit 47d5e30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,12 @@ function build_netcdf {
157157
# && ls -l $HDF5_PLUGIN_PATH )
158158
fi
159159
# test curl ssl support
160+
if [[ -z "IS_OSX" ]]; then
160161
URL='https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
161162
export CURLOPT_VERBOSE=1
163+
export LD_LIBRARY_PATH=${BUILD_PREFIX}/lib
162164
${BUILD_PREFIX}/bin/ncdump -h $URL
165+
fi
163166
touch netcdf-stamp
164167
}
165168

0 commit comments

Comments
 (0)