Accepting request 574224 from home:eeich:branches:science

- Disable %check stage for mpich builds on s390(x) (bsc#1080022).

OBS-URL: https://build.opensuse.org/request/show/574224
OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=62
This commit is contained in:
Egbert Eich 2018-02-08 12:04:07 +00:00 committed by Git OBS Bridge
parent 696f74178a
commit 88dc94aaf7
2 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 8 11:37:06 UTC 2018 - eich@suse.com
- Disable %check stage for mpich builds on s390(x) (bsc#1080022).
-------------------------------------------------------------------
Fri Jan 12 15:38:59 UTC 2018 - eich@suse.com

View File

@ -804,11 +804,13 @@ 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
%ifarch ppc ppc64 ppc64le
make %{?_smp_mflags} check || { echo "Ignore transient make check failures for PowerPC. boo#1058563"; }
%else
%if "%{?mpi_flavor}" != "mpich" || ("%_arch" != "s390" && "%_arch" != "s390x")
make %{?_smp_mflags} check
%endif
%endif
%endif
%if %{without mpi}