From e919a76d18105cb7ee5a78f8ba7b5f17c29055f7 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 1 Mar 2021 18:39:17 -0700 Subject: [PATCH] Enable all tests and failures --- hdf5.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hdf5.spec b/hdf5.spec index 24ff4ac..0d32c86 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -313,20 +313,20 @@ mv %{buildroot}%{_libdir}/libhdf5_java.so %{buildroot}%{_libdir}/%{name}/ %check make -C build check -export HDF5_Make_Ignore=yes +#export HDF5_Make_Ignore=yes export OMPI_MCA_rmaps_base_oversubscribe=1 # MPI Tests are hanging -%if 0 +#if 0 # t_cache_image appears to be hanging, others taking very long on s390x -%ifnarch s390x +#ifnarch s390x for mpi in %{?mpi_list} do module load mpi/$mpi-%{_arch} make -C $mpi check module purge done -%endif -%endif +#endif +#endif %ldconfig_scriptlets