[mumps] 01/02: Use OpenBLAS or ATLAS to provide BLAS and LAPACK

Drew Parsons dparsons at moszumanska.debian.org
Wed Nov 15 07:16:41 UTC 2017


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

dparsons pushed a commit to branch master
in repository mumps.

commit 65b57f8c2e83406e8e1d328c07414efa75e3f099
Author: Drew Parsons <dparsons at debian.org>
Date:   Wed Nov 15 15:01:34 2017 +0800

    Use OpenBLAS or ATLAS to provide BLAS and LAPACK
    
    Build against OpenBLAS or ATLAS to provide BLAS and LAPACK, where
    available.
    
    Build-Depends: libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so,
                   libopenblas-dev | libatlas-base-dev | liblapack-dev | liblapack.so
---
 debian/changelog | 7 +++++++
 debian/control   | 8 +++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bc01144..d81c3d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mumps (5.1.1-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Build against OpenBLAS or ATLAS to provide BLAS and LAPACK, where available.
+
+ -- Drew Parsons <dparsons at debian.org>  Wed, 15 Nov 2017 15:00:03 +0800
+
 mumps (5.1.1-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 22cca96..57761ca 100644
--- a/debian/control
+++ b/debian/control
@@ -9,15 +9,13 @@ Build-Depends:
  debhelper (>= 10),
  dh-exec (>= 0.3),
  gfortran,
- libblas-dev | libblas-3gf.so,
+ libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so,
+ libopenblas-dev | libatlas-base-dev | liblapack-dev | liblapack.so,
  libptscotch-dev (>= 5.1.7.dfsg-4),
- libscalapack-mpi-dev (>= 2.0.2), liblapack-dev,
+ libscalapack-mpi-dev (>= 2.0.2),
  libscotch-dev,
  mpi-default-dev,
  pkg-config,
-Build-Conflicts:
- libatlas-base-dev,
- libatlas3gf-base,
 Standards-Version: 4.1.0
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/mumps.git
 Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/mumps.git

-- 
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