netcdf: install plugins into lib/hdf5-plugins

This commit is contained in:
Luke Granger-Brown 2023-02-27 20:31:52 +00:00
parent 8dbf479759
commit 981839f265

View file

@ -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" ]);