[freefempp] 01/04: Build-Depends: libscalapack-mpi-dev (>= 2)
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 5231d25be0b5fcfbc5c6dda63606e117746eb722
Author: Drew Parsons <dparsons at debian.org>
Date: Sun Sep 10 15:41:01 2017 +0800
Build-Depends: libscalapack-mpi-dev (>= 2)
remove Build-Depends: libblacs-mpi-dev
(BLACS is now included in scalapack2)
Note this change is simply to straighten out declared build
dependencies. Functionally it is a null op since neither blacs nor
scalapack are detected at configure time, see Bug#870054.
---
debian/changelog | 9 +++++++++
debian/control | 3 +--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0deb2c8..1543c3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+freefem++ (3.47+dfsg1-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Build-Depends: libscalapack-mpi-dev (>= 2)
+ - remove Build-Depends: libblacs-mpi-dev
+ (BLACS is now included in scalapack2)
+
+ -- Drew Parsons <dparsons at debian.org> Sun, 10 Sep 2017 15:39:58 +0800
+
freefem++ (3.47+dfsg1-1) unstable; urgency=medium
* Imported Upstream version 3.47+dfsg1
diff --git a/debian/control b/debian/control
index 9158762..f81a70d 100644
--- a/debian/control
+++ b/debian/control
@@ -35,8 +35,7 @@ Build-Depends: debhelper (>= 9),
libarpack2-dev,
libsuitesparse-dev,
libmumps-dev,
- libblacs-mpi-dev,
- libscalapack-mpi-dev,
+ libscalapack-mpi-dev (>= 2),
libscotch-dev,
libptscotch-dev,
libmetis-dev,
--
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