From f0c9baac04c2caff158d6f2402e88b27809667c5 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 10 Aug 2021 06:36:01 -0600 Subject: [PATCH] Also fails on armv7hl --- hdf5.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdf5.spec b/hdf5.spec index df672fc..2b7fb4e 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -319,7 +319,7 @@ for mpi in %{?mpi_list} do module load mpi/$mpi-%{_arch} # i686 & s390x mpich - testphdf5: malloc.c:4189: _int_malloc: Assertion `(unsigned long) (size) >= (unsigned long) (nb)' failed. -%ifarch %{ix86} s390x +%ifarch armv7hl %{ix86} s390x make -C $mpi check || : %else make -C $mpi check