diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b135be9c..f5a90f6c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -40,10 +40,6 @@ source: url: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-{{ maj_min_ver }}/hdf5-{{ version }}/src/hdf5-{{ version }}-3.tar.gz sha256: 019ac451d9e1cf89c0482ba2a06f07a46166caf23f60fea5ef3c37724a318e03 patches: - # Atomicity tests seem to fail for openmpi - # This seems to be a known bug - # https://github.com/HDFGroup/hdf5/issues/2196 - - patches/testpar_Makefile.am.patch # ref: http://hdf-forum.184993.n3.nabble.com/HDF5-1-8-14-15-16-with-OpenMPI-1-10-1-and-Intel-16-1-td4028533.html - patches/testpar_pflush.sh.in.openmpi.patch # [mpi == 'openmpi'] # h5diff help output test is flaky with mpi diff --git a/recipe/patches/testpar_Makefile.am.patch b/recipe/patches/testpar_Makefile.am.patch deleted file mode 100644 index ea1ab008..00000000 --- a/recipe/patches/testpar_Makefile.am.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 15cc346f595718406a9a9d0f50fd0f064107caaa Mon Sep 17 00:00:00 2001 -From: Min RK -Date: Wed, 14 Jun 2023 23:33:31 +0200 -Subject: [PATCH 3/3] skip testphdf5 - ---- - testpar/Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/testpar/Makefile.am b/testpar/Makefile.am -index 59d47e15eb..2efd7e7213 100644 ---- a/testpar/Makefile.am -+++ b/testpar/Makefile.am -@@ -33,7 +33,7 @@ check_SCRIPTS = $(TEST_SCRIPT_PARA) - - # Test programs. These are our main targets. - # --TEST_PROG_PARA=t_mpi t_bigio testphdf5 t_cache t_cache_image t_pread t_pshutdown t_prestart t_init_term t_pmulti_dset t_select_io_dset t_shapesame t_filters_parallel t_2Gio t_vfd -+TEST_PROG_PARA=t_mpi t_bigio t_cache t_cache_image t_pread t_pshutdown t_prestart t_init_term t_pmulti_dset t_select_io_dset t_shapesame t_filters_parallel t_2Gio t_vfd - - if SUBFILING_VFD_CONDITIONAL - TEST_PROG_PARA += t_subfiling_vfd --- -2.41.0 -