sagitter pushed to seqan (f22). "Set job=1 to Make on ARMs aarch64 ppc64 ppc64le"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat May 16 08:57:12 UTC 2015


From d1b91363f22e2f7cf699efef097c802c4d4ce13d Mon Sep 17 00:00:00 2001
From: sagitter <sagitter at fedoraproject.org>
Date: Fri, 15 May 2015 19:24:58 +0200
Subject: Set job=1 to Make on ARMs aarch64 ppc64 ppc64le


diff --git a/seqan.spec b/seqan.spec
index ca6abd6..b603e86 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:   10%{?dist}
+Release:   11%{?dist}
 License:   BSD and GPLv3+ and LGPLv3+
 URL:       http://www.seqan.de/
 Source0:   http://packages.seqan.de/seqan-src/seqan-src-%{version}.tar.gz
@@ -97,7 +97,7 @@ cmake \
   ../..
 
 %ifarch %{arm} aarch64 ppc64 ppc64le
-make all
+make -j1 all
 %else
 make %{?_smp_mflags} all
 %endif
@@ -121,7 +121,7 @@ done
 %check
 pushd build/Release
 %ifarch %{arm} aarch64 ppc64 ppc64le
-ctest -E app_test_ngs_roi --force-new-ctest-process -VV 
+ctest -E app_test_ngs_roi --force-new-ctest-process -VV -j1
 %else
 ctest --force-new-ctest-process -VV %{?_smp_mflags}
 %endif
@@ -138,6 +138,9 @@ ctest --force-new-ctest-process -VV %{?_smp_mflags}
 %{_includedir}/seqan/
 
 %changelog
+* Thu May 14 2015 Antonio Trande <sagitterATfedoraproject.org> - 1.4.2-11
+- Set job=1 to Make on ARMs aarch64 ppc64 ppc64le
+
 * Thu May 14 2015 Antonio Trande <sagitterATfedoraproject.org> - 1.4.2-10
 - Downgrading to 1.4.2
 - Excluded s390 s390x arches
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/seqan.git/commit/?h=f22&id=d1b91363f22e2f7cf699efef097c802c4d4ce13d


More information about the scm-commits mailing list