[superlu-dist] 01/01: Build against generic libblas-dev

Drew Parsons dparsons at moszumanska.debian.org
Wed Nov 15 15:03:15 UTC 2017


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

dparsons pushed a commit to branch master
in repository superlu-dist.

commit df1da5041870e62ebe004ca706dfab0beb6df780
Author: Drew Parsons <dparsons at debian.org>
Date:   Wed Nov 15 23:01:08 2017 +0800

    Build against generic libblas-dev
    
    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 at runtime.
---
 debian/changelog | 9 +++++++++
 debian/control   | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a45678e..82b8345 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+superlu-dist (5.2.2+dfsg1-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Build against generic libblas-dev, 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 at runtime.
+
+ -- Drew Parsons <dparsons at debian.org>  Wed, 15 Nov 2017 22:57:02 +0800
+
 superlu-dist (5.2.2+dfsg1-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 0402386..e5d4f29 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 10),
 		cmake (>= 2.8.12),
 		mpi-default-dev,
 		gfortran,
-		libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so
+		libblas-dev | libblas.so
 Standards-Version: 4.1.1
 Section: libs
 Homepage: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/#superlu_dist

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



More information about the debian-science-commits mailing list