Revert "netcdfcxx4: disable tests"

This reverts commit 18df4e28c4.
This commit is contained in:
Luke Granger-Brown 2023-02-27 20:34:19 +00:00
parent 6123056e18
commit de8e79c9ba

View file

@ -17,9 +17,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ninja ]; nativeBuildInputs = [ cmake ninja ];
buildInputs = [ netcdf hdf5 curl ]; buildInputs = [ netcdf hdf5 curl ];
# 10 - cxx4_test_filter (Failed) doCheck = true;
# Setting Filter....Caught unexpected exception.
doCheck = false;
enableParallelChecking = false; enableParallelChecking = false;
preCheck = '' preCheck = ''
export HDF5_PLUGIN_PATH=${netcdf}/lib/hdf5-plugins export HDF5_PLUGIN_PATH=${netcdf}/lib/hdf5-plugins