diff --git a/hdf5.changes b/hdf5.changes index 38ac9ed..d632635 100644 --- a/hdf5.changes +++ b/hdf5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 9 15:02:35 UTC 2017 - normand@linux.vnet.ibm.com + +- temporarily disable make check for PowerPC boo#1058563 + ------------------------------------------------------------------- Tue Nov 7 13:23:40 UTC 2017 - eich@suse.com diff --git a/hdf5.spec b/hdf5.spec index 14cc5d6..42f4905 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -764,8 +764,12 @@ export HDF5_ALARM_SECONDS=3600 export HDF5_Make_Ignore=yes %endif %{?with_hpc:%hpc_setup} +%ifarch ppc ppc64 ppc64le +make %{?_smp_mflags} check || { echo "Ignore transient make check failures for PowerPC. boo#1058563"; } +%else make %{?_smp_mflags} check %endif +%endif %if %{without mpi} %post -n %{libname -l _cpp -s %{sonum_CXX}} -p /sbin/ldconfig