netcdf-cxx4: during tests, use netcdf's installed plugins

This commit is contained in:
Luke Granger-Brown 2023-02-27 20:32:04 +00:00
parent 981839f265
commit 6123056e18

View file

@ -21,6 +21,9 @@ stdenv.mkDerivation rec {
# Setting Filter....Caught unexpected exception.
doCheck = false;
enableParallelChecking = false;
preCheck = ''
export HDF5_PLUGIN_PATH=${netcdf}/lib/hdf5-plugins
'';
meta = {
description = "C++ API to manipulate netcdf files";