[freefempp] 04/04: Activate SCOTCH support
Drew Parsons
dparsons at moszumanska.debian.org
Sun Sep 10 08:06:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to branch master
in repository freefempp.
commit be3b2b5adb4fef7b0cc4ff8d92f3c449d2498236
Author: Drew Parsons <dparsons at debian.org>
Date: Sun Sep 10 15:58:02 2017 +0800
Activate SCOTCH support
---
debian/changelog | 1 +
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index ddd9564..b3c9b92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ freefem++ (3.47+dfsg1-2) UNRELEASED; urgency=medium
(BLACS is now included in scalapack2)
* Standards-Version: 4.1.0
* debhelper compatibility level 10
+ * Activate SCOTCH support
-- Drew Parsons <dparsons at debian.org> Sun, 10 Sep 2017 15:39:58 +0800
diff --git a/debian/rules b/debian/rules
index 0c058ca..3b52c6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,8 @@ override_dh_auto_clean:
override_dh_auto_configure:
dh_auto_configure -- CC="gcc $(LDFLAGS)" \
CXX="g++ $(LDFLAGS)" \
- MPICXX="mpic++ $(LDFLAGS)"
+ MPICXX="mpic++ $(LDFLAGS)" \
+ --with-scotch-include=-I/usr/include/scotch --with-scotch-ldflags="-lscotch -lscotcherr"
override_dh_auto_install:
dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/freefempp.git
More information about the debian-science-commits
mailing list