From f66a56ca95b81d5e3b2548000d43490e2bf2d95690cc55313726674a27eb2249 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 1 Mar 2019 12:20:40 +0000 Subject: [PATCH] - Like on PPC ignore transient 'make check' failures on aarch64. OBS-URL: https://build.opensuse.org/package/show/science/hdf5?expand=0&rev=103 --- hdf5.changes | 5 +++++ hdf5.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/hdf5.changes b/hdf5.changes index 2782b5d..6892959 100644 --- a/hdf5.changes +++ b/hdf5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 1 12:19:33 UTC 2019 - Egbert Eich + +- Like on PPC ignore transient 'make check' failures on aarch64. + ------------------------------------------------------------------- Fri Mar 1 09:37:54 UTC 2019 - Egbert Eich diff --git a/hdf5.spec b/hdf5.spec index 80c72b9..e50fa46 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -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