[petsc] 03/05: Enable parallel build
Drew Parsons
dparsons at moszumanska.debian.org
Sat Sep 10 16:33:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to tag debian/3.7.3.dfsg1-3
in repository petsc.
commit 7001f3c149a6635fb434bebf7dd79b15067c7884
Author: Drew Parsons <dparsons at debian.org>
Date: Sat Sep 3 17:06:19 2016 +0800
Enable parallel build
dh $@ --parallel --with python2
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f6e0c88..e979970 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ petsc (3.7.3.dfsg1-3) UNRELEASED; urgency=medium
* Reinstate build on kfreebsd (it now passes build-time tests).
* Reinstate support for superlu (>=5.2).
+ * Enable parallel build, dh $@ --parallel --with python2
-- Drew Parsons <dparsons at debian.org> Sun, 28 Aug 2016 18:06:03 +0800
diff --git a/debian/rules b/debian/rules
index 5342da4..51ea728 100755
--- a/debian/rules
+++ b/debian/rules
@@ -112,7 +112,7 @@ CONFIGURATION_OPTIONS=--with-shared-libraries --with-pic=1 \
# main packaging script based on dh7 syntax
%:
- dh $@ --with python2
+ dh $@ --parallel --with python2
override_dh_auto_clean:
if [ -d $(PETSC_DEBUG_BUILD_DIR) ]; then \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/petsc.git
More information about the debian-science-commits
mailing list