[sagemath] 01/01: Build with 4 threads by default.
Tobias Hansen
thansen at moszumanska.debian.org
Fri Oct 7 13:32:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository sagemath.
commit d69e0836d6e7d44428c3b0558a8139bcc5bad223
Author: Tobias Hansen <thansen at debian.org>
Date: Fri Oct 7 13:30:51 2016 +0000
Build with 4 threads by default.
The docbuilds needs a lot of memory, about 2GB per thread,
so this should work with 8GB.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index ffe9d41..7f00bf7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
export MAKE = make -j$(NUMJOBS)
else
- export MAKE = make -j5
+ export MAKE = make -j4
endif
ifneq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git
More information about the debian-science-commits
mailing list