@@ -47,13 +47,14 @@ function build_curl {
4747 if [ -n " $IS_MACOS " ]; then
4848 flags=" $flags --with-darwinssl"
4949 else # manylinux
50- flags=" $flags --with-openssl=${BUILD_PREFIX} --with-ca-bundle=${BUILD_PREFIX} /ssl/cacert.pem"
50+ flags=" $flags --with-openssl=${BUILD_PREFIX} "
51+ # flags="$flags --with-openssl=${BUILD_PREFIX} --with-ca-bundle=${BUILD_PREFIX}/ssl/cacert.pem"
5152 # yum_install perl-IPC-Cmd
5253 # yum_install perl-Pod-Html
53- yum_install wget
54- wget https://curl.se/ca/cacert.pem
55- mkdir -p ${BUILD_PREFIX} /ssl
56- mv cacert.pem ${BUILD_PREFIX} /ssl
54+ # yum_install wget
55+ # wget https://curl.se/ca/cacert.pem
56+ # mkdir -p ${BUILD_PREFIX}/ssl
57+ # mv cacert.pem ${BUILD_PREFIX}/ssl
5758 build_openssl
5859 fi
5960 flags=" $flags --without-zstd"
@@ -289,9 +290,6 @@ function run_tests {
289290 cp ../netcdf4-python/test/* .
290291 python run_all.py
291292 # add test for netcdf4-python issue #1246 (opendap with ssl)
292- echo " HTTP.VERBOSE=1" > ~ /.ncrc
293- URL=" https://psl.noaa.gov/thredds/dodsC/Datasets/NARR/monolevel/uwnd.10m.2000.nc"
294- python -c " from netCDF4 import Dataset; nc=Dataset(\" ${URL} \" ); print(nc)"
295- URL=' https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
296- python -c " from netCDF4 import Dataset; nc=Dataset(\" ${URL} \" ); print(nc)"
293+ # URL='https://icdc.cen.uni-hamburg.de/thredds/dodsC/ftpthredds/hamtide/m2.hamtide11a.nc'
294+ # python -c "from netCDF4 import Dataset; nc=Dataset(\"${URL}\"); print(nc)"
297295}
0 commit comments