[seqan] Parallel make excluded on ARM arch.

Antonio Trande sagitter at fedoraproject.org
Tue Nov 25 16:42:00 UTC 2014


commit 5a43da78c7863676a7aa89ddd308416b00fe298f
Author: sagitter <sagitterATfedoraprojectDOTorg>
Date:   Tue Nov 25 17:41:42 2014 +0100

    Parallel make excluded on ARM arch.

 seqan.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/seqan.spec b/seqan.spec
index cf51793..13338a4 100644
--- a/seqan.spec
+++ b/seqan.spec
@@ -1,7 +1,7 @@
 Name:      seqan
 Summary:   Open source C++ library of efficient algorithms and data structures
 Version:   1.4.2
-Release:   4%{?dist}
+Release:   5%{?dist}
 License:   BSD and GPLv3+ and LGPLv3+
 URL:       http://www.seqan.de/
 Source0:   http://packages.seqan.de/seqan-src/seqan-src-%{version}.tar.gz
@@ -83,7 +83,11 @@ mkdir -p build/Release && pushd build/Release
  -DCMAKE_SKIP_RPATH:BOOL=YES -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \
   ../..
 
+%ifarch %{arm}
+make all
+%else
 make %{?_smp_mflags} all
+%endif
 
 %install
 %make_install -C build/Release INSTALL="install -p"
@@ -119,6 +123,9 @@ mv %{buildroot}%{_bindir}/join %{buildroot}%{_bindir}/searchjoin
 %{_includedir}/seqan/
 
 %changelog
+* Tue Nov 25 2014 Antonio Trande <sagitterATfedoraproject.org> - 1.4.2-5
+- Parallel make excluded on ARM arch
+
 * Tue Nov 25 2014 Antonio Trande <sagitterATfedoraproject.org> - 1.4.2-4
 - Tests disabled temporarily
 


More information about the scm-commits mailing list