5daaa9f016
Main reason to update is the addition/enhancement of H5Pset_libver_bounds(): "Added an enumerated value to H5F_libver_t for H5Pset_libver_bounds()." - https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt This allows to write backwards compatible files with newer hdf5 versions, although this is "opt-in" by the library users. See e.g. https://github.com/Unidata/netcdf-c/issues/250, https://github.com/Unidata/netcdf-c/issues/951 - Update to 1.10.3: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.3/src/hdf5-1.10.3-RELEASE.txt - Update to 1.10.2: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt - Bump soversions (101 -> 103) for libhdf5 and libhdf5_cpp - Drop Fix-warnings-for-missing-returns.patch, fixed upstream - Add 0001-Fix-return-value-in-test_libver_bounds_open.patch - Rebase patches (tab / space conversion): * PPC64LE-Fix-long-double-handling.patch * hdf5-buildcompare.patch * hdf5-mpi.patch - Rebase Disable-phdf5-tests.patch OBS-URL: https://build.opensuse.org/request/show/637096 OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=82
53 lines
2.6 KiB
Diff
53 lines
2.6 KiB
Diff
From: Egbert Eich <eich@suse.com>
|
|
Date: Tue Nov 7 16:06:07 2017 +0100
|
|
Subject: [PATCH]- Disable phdf5 tests.
|
|
Git-commit: 8b3e39a25d72b9dad5a5b13fb313226abf294069
|
|
References:
|
|
Signed-off-by: Egbert Eich <eich@suse.com>
|
|
|
|
---
|
|
testpar/CMakeTests.cmake | 2 +-
|
|
testpar/Makefile.am | 2 +-
|
|
testpar/Makefile.in | 2 +-
|
|
3 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/testpar/CMakeTests.cmake b/testpar/CMakeTests.cmake
|
|
index 6e2b05e..75a65ab 100644
|
|
--- a/testpar/CMakeTests.cmake
|
|
+++ b/testpar/CMakeTests.cmake
|
|
@@ -16,7 +16,7 @@
|
|
##############################################################################
|
|
##############################################################################
|
|
|
|
-add_test (NAME TEST_PAR_testphdf5 COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:testphdf5> ${MPIEXEC_POSTFLAGS})
|
|
+## add_test (NAME TEST_PAR_testphdf5 COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:testphdf5> ${MPIEXEC_POSTFLAGS})
|
|
|
|
foreach (testp ${H5P_TESTS})
|
|
add_test (NAME TEST_PAR_${testp} COMMAND ${MPIEXEC_EXECUTABLE} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PREFLAGS} $<TARGET_FILE:${testp}> ${MPIEXEC_POSTFLAGS})
|
|
diff --git a/testpar/Makefile.am b/testpar/Makefile.am
|
|
index b87c1df..27af0df 100644
|
|
--- a/testpar/Makefile.am
|
|
+++ b/testpar/Makefile.am
|
|
@@ -23,7 +23,7 @@ AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_srcdir)/test
|
|
|
|
# Test programs. These are our main targets.
|
|
#
|
|
-TEST_PROG_PARA=t_mpi t_bigio testphdf5 t_cache t_cache_image t_pflush1 t_pflush2 t_pread t_pshutdown t_prestart t_init_term t_shapesame t_filters_parallel
|
|
+TEST_PROG_PARA=t_mpi t_bigio t_cache t_cache_image t_pflush1 t_pflush2 t_pread t_pshutdown t_prestart t_init_term t_shapesame t_filters_parallel
|
|
|
|
check_PROGRAMS = $(TEST_PROG_PARA)
|
|
|
|
diff --git a/testpar/Makefile.in b/testpar/Makefile.in
|
|
index ed26624..2f4bbe2 100644
|
|
--- a/testpar/Makefile.in
|
|
+++ b/testpar/Makefile.in
|
|
@@ -799,7 +799,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2 MPItest.h5 \
|
|
|
|
# Test programs. These are our main targets.
|
|
#
|
|
-TEST_PROG_PARA = t_mpi t_bigio testphdf5 t_cache t_cache_image t_pflush1 t_pflush2 t_pread t_pshutdown t_prestart t_init_term t_shapesame t_filters_parallel
|
|
+TEST_PROG_PARA = t_mpi t_bigio t_cache t_cache_image t_pflush1 t_pflush2 t_pread t_pshutdown t_prestart t_init_term t_shapesame t_filters_parallel
|
|
testphdf5_SOURCES = testphdf5.c t_dset.c t_file.c t_file_image.c t_mdset.c \
|
|
t_ph5basic.c t_coll_chunk.c t_span_tree.c t_chunk_alloc.c t_filter_read.c \
|
|
t_prop.c
|