From 0c4ec1dc9b0882edda0b6dd96845df80eb47cf26701b708c8d592982b399ddd4 Mon Sep 17 00:00:00 2001 From: Eyad Issa Date: Mon, 2 Jun 2025 14:07:57 +0000 Subject: [PATCH] - Exclude armv{6,7}l from built arches OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/adaptivecpp?expand=0&rev=22 --- adaptivecpp.changes | 5 +++++ adaptivecpp.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/adaptivecpp.changes b/adaptivecpp.changes index bb3c4e6..58e7ecd 100644 --- a/adaptivecpp.changes +++ b/adaptivecpp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 2 14:07:28 UTC 2025 - Eyad Issa + +- Exclude armv{6,7}l from built arches + ------------------------------------------------------------------- Fri May 9 21:53:41 UTC 2025 - Eyad Issa diff --git a/adaptivecpp.spec b/adaptivecpp.spec index 2a3de4e..cf251eb 100644 --- a/adaptivecpp.spec +++ b/adaptivecpp.spec @@ -43,7 +43,7 @@ BuildRequires: terminfo BuildRequires: pkgconfig(libedit) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libzstd) -ExcludeArch: i586 +ExcludeArch: i586 armv7l armv6l %description AdaptiveCpp is an open implementation of SYCL and C++ standard parallelism