From 1c171ec5b3ef1904a94fe38d329566196fd09947 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Feb 09 2015 14:59:05 +0000 Subject: Do not build on arm While unfortunate, I don't see an easy way out. The code has many layers and an obscure build system, and it is hard to figure out what is going on. Upstream doesn't have arm hardware. --- diff --git a/libsbml.spec b/libsbml.spec index 681bc72..22e8c6b 100644 --- a/libsbml.spec +++ b/libsbml.spec @@ -1,6 +1,6 @@ Name: libsbml Version: 5.11.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Systems Biology Markup Language library License: LGPLv2+ @@ -25,6 +25,9 @@ BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# https://sourceforge.net/p/sbml/libsbml/393/ +ExcludeArch: armv7hl + %description LibSBML is an open-source programming library designed to read, write, manipulate, translate, and validate SBML files and data @@ -181,6 +184,9 @@ make -C build-c3 %{?_smp_mflags} check %exclude %dir %{perl_vendorarch}/auto/ %changelog +* Wed Dec 17 2014 Zbigniew Jędrzejewski-Szmek - 5.11.0-4 +- Do not build on arm + * Sat Dec 13 2014 Zbigniew Jędrzejewski-Szmek - 5.11.0-3 - Convert to hybrid cmake (main part) / make (docs).