[superlu] 01/01: Build against optimised BLAS from OpenBlAS or ATLAS where available.

Drew Parsons dparsons at moszumanska.debian.org
Wed Nov 15 07:22:21 UTC 2017


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

dparsons pushed a commit to branch master
in repository superlu.

commit 8184bf3ecc033fdc1869d8697370c9f8e2cab95c
Author: Drew Parsons <dparsons at debian.org>
Date:   Wed Nov 15 15:20:56 2017 +0800

    Build against optimised BLAS from OpenBlAS or ATLAS where available.
    
    Build-Depends: libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so
---
 debian/changelog | 7 +++++++
 debian/control   | 6 ++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6e03253..a8ec837 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+superlu (5.2.1+dfsg1-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Build against optimised BLAS from OpenBlAS or ATLAS where available.
+
+ -- Drew Parsons <dparsons at debian.org>  Wed, 15 Nov 2017 15:19:49 +0800
+
 superlu (5.2.1+dfsg1-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 03fa14c..4749585 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 10),
  gcc (>= 3.0),
  gfortran,
  cmake,
- libblas-dev
+ libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so
 Standards-Version: 4.1.1
 Homepage: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/superlu.git
@@ -43,7 +43,9 @@ Package: libsuperlu-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libsuperlu5 (= ${binary:Version}), libblas-dev, ${misc:Depends}
+Depends: libsuperlu5 (= ${binary:Version}),
+    libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so,
+    ${misc:Depends}
 Suggests: libsuperlu-doc
 Conflicts: libsuperlu4-dev, libsuperlu3-dev
 Description: Direct solution of large, sparse systems of linear equations

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



More information about the debian-science-commits mailing list