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 290e3fa commit 747428aCopy full SHA for 747428a
config.sh
@@ -8,7 +8,7 @@ export NO_CDL=1
8
# uncomment build_wheel and enable plugin install in build_netcdf.
9
# if plugins not include, plugins will not work with these wheels unless user sets
10
# HDF5_PLUGIN_PATH to point to locally installed plugins.
11
-#export NO_PLUGINS=1
+export NO_PLUGINS=1
12
13
# Compile libs for macOS 10.9 or later
14
export MACOSX_DEPLOYMENT_TARGET="10.9"
@@ -280,9 +280,6 @@ function run_tests {
280
ls -l /usr/local/lib
281
which python
282
cp ../netcdf4-python/test/* .
283
- if [[ -z "IS_MACOS" ]]; then
284
- export NO_PLUGINS=1 # plugins not installed on linux
285
- fi
286
python run_all.py
287
}
288
0 commit comments