We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d5e30 commit 6137f38Copy full SHA for 6137f38
config.sh
@@ -157,10 +157,11 @@ function build_netcdf {
157
# && ls -l $HDF5_PLUGIN_PATH )
158
fi
159
# test curl ssl support
160
- if [[ -z "IS_OSX" ]]; then
+ if [ ! -n "$IS_MACOS" ]; 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
+ export LD_LIBRARY_PATH="${BUILD_PREFIX}/lib:${LD_LIBRARY_PATH}"
164
+ ls -l ${BUILD_PREFIX}/lib
165
${BUILD_PREFIX}/bin/ncdump -h $URL
166
167
touch netcdf-stamp
0 commit comments