Commit de8e79c9 authored by Luke Granger-Brown's avatar Luke Granger-Brown
Browse files

Revert "netcdfcxx4: disable tests"

This reverts commit 18df4e28.
parent 6123056e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -17,9 +17,7 @@ stdenv.mkDerivation rec {
  nativeBuildInputs = [ cmake ninja ];
  buildInputs = [ netcdf hdf5 curl ];

  # 10 - cxx4_test_filter (Failed)
  # Setting Filter....Caught unexpected exception.
  doCheck = false;
  doCheck = true;
  enableParallelChecking = false;
  preCheck = ''
    export HDF5_PLUGIN_PATH=${netcdf}/lib/hdf5-plugins