diff --git a/hdf5.changes b/hdf5.changes index 95d7d23..b1364d2 100644 --- a/hdf5.changes +++ b/hdf5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 5 11:00:59 UTC 2016 - normand@linux.vnet.ibm.com + +- temporarily disable mpi test for ppc64le + ------------------------------------------------------------------- Tue Jul 26 15:50:22 UTC 2016 - adrian@suse.de diff --git a/hdf5.spec b/hdf5.spec index d4e6e97..b9c6b4a 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -887,10 +887,13 @@ export HDF5_ALARM_SECONDS=3600 %endif make -C build check # ignore errors for parallel builds +# testphdf5 is hanging on ppc64le with openmpi +%ifnarch ppc64le export HDF5_Make_Ignore=yes for mpi in %_mpi; do make -C $mpi check done +%endif %post -n libhdf5-%{sonum} -p /sbin/ldconfig %postun -n libhdf5-%{sonum} -p /sbin/ldconfig