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

netcdf: install plugins into lib/hdf5-plugins

parent 8dbf4797
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ in stdenv.mkDerivation rec {
      "--enable-dap"
      "--enable-shared"
      "--disable-dap-remote-tests"
      "--with-plugin-dir=${placeholder "out"}/lib/hdf5-plugins"
  ]
  ++ (lib.optionals mpiSupport [ "--enable-parallel-tests" "CC=${mpi}/bin/mpicc" ]);