hdf5: add h5py to passthru.tests

This commit is contained in:
Robert Schütz
2023-02-21 16:23:29 -08:00
parent 19f87bba7e
commit 4bd8b542eb
+5
View File
@@ -16,6 +16,7 @@
, jdk
, usev110Api ? false
, threadsafe ? false
, python3
}:
# cpp and mpi options are mutually exclusive
@@ -90,6 +91,10 @@ stdenv.mkDerivation rec {
moveToOutput 'bin/h5pcc' "''${!outputDev}"
'';
passthru.tests = {
inherit (python3.pkgs) h5py;
};
meta = {
description = "Data model, library, and file format for storing and managing data";
longDescription = ''