We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd0535 commit 47d5e30Copy full SHA for 47d5e30
config.sh
@@ -157,9 +157,12 @@ function build_netcdf {
157
# && ls -l $HDF5_PLUGIN_PATH )
158
fi
159
# test curl ssl support
160
+ if [[ -z "IS_OSX" ]]; then
161
URL='https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
162
export CURLOPT_VERBOSE=1
163
+ export LD_LIBRARY_PATH=${BUILD_PREFIX}/lib
164
${BUILD_PREFIX}/bin/ncdump -h $URL
165
+ fi
166
touch netcdf-stamp
167
}
168
0 commit comments