hdf5: add h5py to passthru.tests
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user