[dolfin] 01/01: enable parallel build

Drew Parsons dparsons at moszumanska.debian.org
Sun Aug 28 10:58:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

dparsons pushed a commit to branch master
in repository dolfin.

commit 525511ceaf376a423258a16c0e6ecdd4321bcfb0
Author: Drew Parsons <dparsons at debian.org>
Date:   Sun Aug 28 18:43:17 2016 +0800

    enable parallel build
    
    via dh $@ --parallel.
    
    Closes: #833602.
---
 debian/changelog | 1 +
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9ff8088..d60cf44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ dolfin (2016.1.0-3) UNRELEASED; urgency=medium
   * Thanks Christophe Prud'homme for your uploads of the earlier
     versions of dolfin.  Removing from the Uploaders list now.
     Closes: #835003.
+  * enable parallel build (dh $@ --parallel). Closes: #833602.
 
  -- Drew Parsons <dparsons at debian.org>  Thu, 25 Aug 2016 17:01:44 +0800
 
diff --git a/debian/rules b/debian/rules
index e46275e..aadde66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,8 @@ endif
 %:
 	dh $@ --buildsystem=cmake \
 	      --builddirectory=$(BUILDDIR)-$(DEFAULT_PYVER) \
-	      --with python2
+	      --with python2 \
+	      --parallel
 
 override_dh_compress:
 	dh_compress -X.py -X.cpp -X.h -X.pdf -X.ufl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fenics/dolfin.git



More information about the debian-science-commits mailing list