mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
netcdf-cxx4: during tests, use netcdf's installed plugins
This commit is contained in:
parent
981839f265
commit
6123056e18
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user