File project.diff of Package hdf5
--- hdf5.spec.orig
+++ hdf5.spec
@@ -100,6 +100,10 @@ BuildRequires: ninja
BuildRequires: sz2-devel
%endif
BuildRequires: zlib-devel
+# Skip malloccheck on 15.5 as this crashes the testhdf5_fortran test due to an invalid free()
+%if 0%{?sle_version} == 150500
+#!BuildIgnore: aaa_base-malloccheck
+%endif
%if %{with mpi}
BuildRequires: %{mpi_flavor}-devel
%else
@@ -372,6 +376,7 @@ export DISABLED_TEST_REGEX
-DHDF5_ENABLE_PARALLEL:BOOL=%{?with_mpi:ON}%{!?with_mpi:OFF} \
-DHDF5_ENABLE_SZIP_SUPPORT:BOOL=%{?with_sz2:ON}%{!?with_sz2:OFF} \
-DHDF5_ENABLE_THREADSAFE:BOOL=ON \
+ -DHDF5_ENABLE_THREADS:BOOL=ON \
-DHDF5_USE_GNU_DIRS:BOOL=ON \
%{nil}