Accepting request 424827 from home:michel_mno:branches:science

-  temporarily disable mpi test for ppc64le

OBS-URL: https://build.opensuse.org/request/show/424827
OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=33
This commit is contained in:
Ismail Dönmez 2016-09-06 08:00:40 +00:00 committed by Git OBS Bridge
parent 9191a2a928
commit f1daf5c541
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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