[mumps] 01/01: List OpenBLAS and ATLAS as alternative Build-Deps

Drew Parsons dparsons at moszumanska.debian.org
Wed Nov 15 15:35:26 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 3c4d843366502fcdc33b29c40382f01d9fb55e02
Author: Drew Parsons <dparsons at debian.org>
Date:   Wed Nov 15 23:33:47 2017 +0800

    List OpenBLAS and ATLAS as alternative Build-Deps
    
    to provide BLAS and LAPACK.
    
    List generic libblas-dev, liblapack-dev first, since Debian buildds
    don't use Build-Depends alternatives (and OpenBLAS/ATLAS aren't built
    on all arches).
    
    Will still use the system's preferred BLAS/LAPACK at runtime.
---
 debian/changelog | 3 ++-
 debian/control   | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 699c94b..38caa57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
 mumps (5.1.1-4) UNRELEASED; urgency=medium
 
   * Team upload.
-  * Build against OpenBLAS or ATLAS to provide BLAS and LAPACK, where available.
+  * List OpenBLAS and ATLAS as alternative Build-Deps to provide BLAS
+    and LAPACK.
   * Standards-Version: 4.1.1
 
  -- Drew Parsons <dparsons at debian.org>  Wed, 15 Nov 2017 15:00:03 +0800
diff --git a/debian/control b/debian/control
index 6f0d747..fc0025e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,8 @@ Build-Depends:
  debhelper (>= 10),
  dh-exec (>= 0.3),
  gfortran,
- libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so,
- libopenblas-dev | libatlas-base-dev | liblapack-dev | liblapack.so,
+ libblas-dev | libopenblas-dev | libatlas-base-dev | libblas.so,
+ liblapack-dev | libopenblas-dev | libatlas-base-dev | liblapack.so,
  libptscotch-dev (>= 5.1.7.dfsg-4),
  libscalapack-mpi-dev (>= 2.0.2),
  libscotch-dev,

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