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

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

parent 981839f2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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";