Accepting request 542609 from science

-  temporarily disable make check for PowerPC boo#1058563

OBS-URL: https://build.opensuse.org/request/show/542609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hdf5?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2017-11-21 14:18:46 +00:00 committed by Git OBS Bridge
commit f4eb72c643
2 changed files with 9 additions and 0 deletions

View File

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

View File

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