Skip to content

Commit 6137f38

Browse files
author
Jeff Whitaker
committed
retry
1 parent 47d5e30 commit 6137f38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,11 @@ function build_netcdf {
157157
# && ls -l $HDF5_PLUGIN_PATH )
158158
fi
159159
# test curl ssl support
160-
if [[ -z "IS_OSX" ]]; then
160+
if [ ! -n "$IS_MACOS" ]; then
161161
URL='https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
162162
export CURLOPT_VERBOSE=1
163-
export LD_LIBRARY_PATH=${BUILD_PREFIX}/lib
163+
export LD_LIBRARY_PATH="${BUILD_PREFIX}/lib:${LD_LIBRARY_PATH}"
164+
ls -l ${BUILD_PREFIX}/lib
164165
${BUILD_PREFIX}/bin/ncdump -h $URL
165166
fi
166167
touch netcdf-stamp

0 commit comments

Comments
 (0)