From a54b15256bdad1e56bfe0b74156ee77b16e4b408 Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Wed, 28 Sep 2016 20:33:46 +0200 Subject: [PATCH] Follow maxima's ExclusiveArch, *except* aarch64 --- sagemath.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sagemath.spec b/sagemath.spec index abd738b..a5ef743 100644 --- a/sagemath.spec +++ b/sagemath.spec @@ -68,8 +68,9 @@ URL: http://www.sagemath.org Source0: http://boxen.math.washington.edu/home/%{name}/sage-mirror/src/sage-%{version}.tar.gz Source1: gprc.expect Source2: makecmds.sty +# Follow maxima's ExclusiveArch, except aarch64 # maxima(-runtime-ecl) not available: https://bugzilla.redhat.com/show_bug.cgi?id=1380102 -ExclusiveArch: %{arm} %{ix86} x86_64 aarch64 ppc sparcv9 +ExclusiveArch: %{arm} %{ix86} x86_64 ppc sparcv9 # Upstream uses mpir not gmp, but the rpm package is tailored to use gmp Patch1: %{name}-gmp.patch