- Like on PPC ignore transient 'make check' failures on aarch64.

OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=103
This commit is contained in:
Egbert Eich 2019-03-01 12:20:40 +00:00 committed by Git OBS Bridge
parent 0d3c3cc8be
commit f66a56ca95
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 1 12:19:33 UTC 2019 - Egbert Eich <eich@suse.com>
- Like on PPC ignore transient 'make check' failures on aarch64.
-------------------------------------------------------------------
Fri Mar 1 09:37:54 UTC 2019 - Egbert Eich <eich@suse.com>

View File

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