[p4est] 01/02: actually build with MPI support

Matthias Maier tamiko-guest at moszumanska.debian.org
Fri Jul 15 19:26:14 UTC 2016


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

tamiko-guest pushed a commit to branch master
in repository p4est.

commit fd1c4259ecb6f205968e15676632d0516dd4590a
Author: Matthias Maier <tamiko+DEBIAN at kyomu.43-1.org>
Date:   Fri Jul 15 19:05:13 2016 +0000

    actually build with MPI support
---
 debian/changelog | 6 ++++++
 debian/rules     | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0b0ebf1..a5e0d09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+p4est (1.1-2) UNRELEASED; urgency=medium
+
+  * Actually enable MPI support.
+
+ -- Matthias Maier <tamiko+DEBIAN at kyomu.43-1.org>  Fri, 15 Jul 2016 18:19:44 +0000
+
 p4est (1.1-1) unstable; urgency=medium
 
   * Initial release. (Closes: #830473)
diff --git a/debian/rules b/debian/rules
index c0b094a..89cf6e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,11 @@ override_dh_autoreconf:
 	echo $(DEB_VERSION_UPSTREAM) > sc/.tarball-version
 	dh_autoreconf ./bootstrap
 
+override_dh_auto_configure:
+	dh_auto_configure -- \
+	--enable-mpi \
+	--enable-mpiio
+
 VERSION := 1.1
 get-orig-source:
 	wget --no-clobber -O p4est-$(VERSION).tar.gz https://github.com/cburstedde/p4est/archive/v${VERSION}.tar.gz

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



More information about the debian-science-commits mailing list