- Update to 1.10.4: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.4/src/hdf5-1.10.4-RELEASE.txt * Update Disable-phdf5-tests.patch * Replace and update hdf5-buildcompare.patch by hdf5-Remove-timestamps-from-binaries.patch - Remove lib*_cpp and lib*_hl_cpp dependencies for MPI for the time being. OBS-URL: https://build.opensuse.org/request/show/649960 OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=86
40 lines
1.9 KiB
Diff
40 lines
1.9 KiB
Diff
From: Egbert Eich <eich@suse.com>
|
|
Date: Sat Nov 17 20:11:13 2018 +0100
|
|
Subject: Disable phdf5 tests
|
|
Patch-mainline: never
|
|
Git-commit: 16d758d17d9c49ab9e34d510675929b9ccc8be5a
|
|
References:
|
|
|
|
Signed-off-by: Egbert Eich <eich@suse.com>
|
|
Signed-off-by: Egbert Eich <eich@suse.de>
|
|
---
|
|
testpar/CMakeTests.cmake | 2 +-
|
|
testpar/Makefile.am | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
diff --git a/testpar/CMakeTests.cmake b/testpar/CMakeTests.cmake
|
|
index 87470f3..ce2f2e4 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 7262ca6..e9c8c4a 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)
|
|
|