From ff60616584abc5d3d3a22ec3d7d06b9c19e7eceb Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Jan 23 2019 14:53:51 +0000 Subject: Exclude PPC64le This architecture isn't supported upstream and fails to build in the latest release. --- diff --git a/julia.spec b/julia.spec index 7b79ffa..58d6f6d 100644 --- a/julia.spec +++ b/julia.spec @@ -74,7 +74,8 @@ BuildRequires: utf8proc-devel >= 2.1 BuildRequires: zlib-devel Requires: julia-common = %{version}-%{release} # https://bugzilla.redhat.com/show_bug.cgi?id=1158026 -ExcludeArch: s390x +# https://github.com/JuliaLang/julia/issues/30087 +ExcludeArch: s390x ppc64le %description Julia is a high-level, high-performance dynamic programming language