[mumps] 01/01: Update for scalapack 2.0: remove blacs dependencies

Drew Parsons dparsons at moszumanska.debian.org
Tue Jul 25 13:04:46 UTC 2017


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

dparsons pushed a commit to branch experimental
in repository mumps.

commit 50396889f75e9f9c6c573201ec0a6fbc16fc2094
Author: Drew Parsons <dparsons at debian.org>
Date:   Tue Jul 25 19:18:09 2017 +0800

    Update for scalapack 2.0: remove blacs dependencies
    
    Scalapack 2.0 now includes BLACS, so remove explicit blacs dependencies.
---
 debian/Makefile.par.inc      | 2 +-
 debian/Makefile.ptscotch.inc | 2 +-
 debian/changelog             | 7 +++++++
 debian/control               | 3 +--
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/Makefile.par.inc b/debian/Makefile.par.inc
index 7a213f4..67a6d1d 100644
--- a/debian/Makefile.par.inc
+++ b/debian/Makefile.par.inc
@@ -55,7 +55,7 @@ FL = gfortran
 AR = ar vr 
 RANLIB = ranlib
 LAPACK = -llapack
-SCALAP  = -lscalapack-openmpi -lblacs-openmpi  -lblacsF77init-openmpi -lblacsCinit-openmpi
+SCALAP  = -lscalapack-openmpi
 
 INCPAR = -I/usr/include/mpi
 
diff --git a/debian/Makefile.ptscotch.inc b/debian/Makefile.ptscotch.inc
index 1068196..7a79a9b 100644
--- a/debian/Makefile.ptscotch.inc
+++ b/debian/Makefile.ptscotch.inc
@@ -52,7 +52,7 @@ FL = gfortran
 AR = ar vr 
 RANLIB = ranlib
 LAPACK = -llapack
-SCALAP  = -lscalapack-openmpi -lblacs-openmpi  -lblacsF77init-openmpi -lblacsCinit-openmpi
+SCALAP  = -lscalapack-openmpi
 
 INCPAR = -I/usr/include/mpi
 
diff --git a/debian/changelog b/debian/changelog
index 756e68f..960fc06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mumps (5.1.1-3~1) UNRELEASED; urgency=medium
+
+  * Update for scalapack 2.0. It now includes BLACS, so
+    remove explicit blacs dependencies.
+
+ -- Drew Parsons <dparsons at debian.org>  Tue, 25 Jul 2017 19:15:02 +0800
+
 mumps (5.1.1-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 395ba1e..81573f7 100644
--- a/debian/control
+++ b/debian/control
@@ -9,10 +9,9 @@ Build-Depends:
  debhelper (>= 10),
  dh-exec (>= 0.3),
  gfortran,
- libblacs-mpi-dev,
  libblas-dev | libblas-3gf.so,
  libptscotch-dev (>= 5.1.7.dfsg-4),
- libscalapack-mpi-dev, liblapack-dev,
+ libscalapack-mpi-dev (>= 2.0.2), liblapack-dev,
  libscotch-dev,
  mpi-default-dev,
  pkg-config,

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



More information about the debian-science-commits mailing list