From 26a063f9829f2165569d77e49104bd5dabca5455 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sat, 10 Apr 2021 11:45:11 +0200 Subject: [PATCH] regrettably only armv7 is supported --- valgrind.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/valgrind.spec b/valgrind.spec index 0d02255..cf986c0 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -30,7 +30,7 @@ BuildRequires: libstdc++-devel %{?with_mpi:BuildRequires: mpi-devel} Obsoletes: valgrind-callgrind < 0.11 Obsoletes: valgrind-calltree < 0.10 -ExclusiveArch: %{ix86} %{x8664} %{arm} ppc ppc64 s390x x32 aarch64 +ExclusiveArch: %{ix86} %{x8664} armv7hl armv7hnl armv7l ppc ppc64 s390x x32 aarch64 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _noautostrip .*/vgpreload.*\\.so -- 2.43.0