SHA256
10
0
forked from pool/hdf5
Files
hdf5/hdf5-1.8.10-tests-arm.patch
Atri Bhattacharya 170643b3c9 It's time!
* Update to version 1.14.6.
* Switch to cmake for builds.
* Update patch set.

OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=178
2025-03-21 17:55:21 +00:00

13 lines
784 B
Diff

Index: hdf5-1.14.6/test/testhdf5.c
===================================================================
--- hdf5-1.14.6.orig/test/testhdf5.c
+++ hdf5-1.14.6/test/testhdf5.c
@@ -62,7 +62,6 @@ main(int argc, char *argv[])
AddTest("coords", test_coords, cleanup_coords, "Dataspace coordinates", NULL);
AddTest("sohm", test_sohm, cleanup_sohm, "Shared Object Header Messages", NULL);
AddTest("attr", test_attr, cleanup_attr, "Attributes", NULL);
- AddTest("select", test_select, cleanup_select, "Selections", NULL);
AddTest("time", test_time, cleanup_time, "Time Datatypes", NULL);
AddTest("ref_deprec", test_reference_deprec, cleanup_reference_deprec, "Deprecated References", NULL);
AddTest("ref", test_reference, cleanup_reference, "References", NULL);