From e17bfac2b4093ee60f699925d95c60ee8e1f6a5a Mon Sep 17 00:00:00 2001 From: aekoroglu Date: Mar 02 2023 13:38:29 +0000 Subject: supports x86 and ARM 64bit arches for now --- diff --git a/rkcommon.spec b/rkcommon.spec index e8d856e..9c008e8 100644 --- a/rkcommon.spec +++ b/rkcommon.spec @@ -7,6 +7,9 @@ License: Apache-2.0 URL: https://github.com/ospray/rkcommon Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz +# This package only supports x86 and ARM 64bit arches for now +ExclusiveArch: x86_64 aarch64 + BuildRequires: cmake3 BuildRequires: gcc-c++ BuildRequires: tbb-devel