The package rpms/pocl.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/pocl.git/commit/?id=2fa1d35d345fa5ff....
Change: +ExcludeArch: aarch64 %{arm} ppc64 ppc64le s390 s390x
Thanks.
Full change: ============
commit 2fa1d35d345fa5ff048dc0b52c36e393f285ce55 Author: Igor Gnatenko ignatenkobrain@fedoraproject.org Date: Mon Jan 1 14:22:33 2018 +0100
exclude arm for now
Signed-off-by: Igor Gnatenko ignatenkobrain@fedoraproject.org
diff --git a/pocl.spec b/pocl.spec index 5b7c62d..8f54fc1 100644 --- a/pocl.spec +++ b/pocl.spec @@ -17,10 +17,11 @@ Patch1: 0001-wrap-more-stuff-for-64-bit-atomics.patch Patch3: 0001-Revert-lib-kernel-printf.c-fix-nan-on-output.patch
# aarch64 seems to have a build system problem that makes it pass -march=(unknown). +# armv7hl fails to build due to https://github.com/pocl/pocl/issues/597. # ppc64 builds fine, but: 41% tests passed, 64 tests failed out of 108. # ppc64le fails with compilation errors. # s390(x) clang build still seems to be suffering from bug 1309055. -ExcludeArch: aarch64 ppc64 ppc64le s390 s390x +ExcludeArch: aarch64 %{arm} ppc64 ppc64le s390 s390x
BuildRequires: cmake BuildRequires: clang clang-devel
arch-excludes@lists.fedoraproject.org