[superlu] 01/01: revert build against optimised BLAS

Drew Parsons dparsons at moszumanska.debian.org
Wed Nov 15 15:08:19 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 e705a90140c6de6940ec88197ae613541f2c378f
Author: Drew Parsons <dparsons at debian.org>
Date:   Wed Nov 15 23:06:16 2017 +0800

    revert build against optimised BLAS
    
    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.
    
    Retain libsuperlu-dev dependency preference on optimised BLAS.
---
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a8ec837..110c65e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
 superlu (5.2.1+dfsg1-4) UNRELEASED; urgency=medium
 
   * Team upload.
-  * Build against optimised BLAS from OpenBlAS or ATLAS where available.
+  * libsuperlu-dev depends on optimised BLAS from OpenBLAS or ATLAS
+    where available.
 
  -- Drew Parsons <dparsons at debian.org>  Wed, 15 Nov 2017 15:19:49 +0800
 
diff --git a/debian/control b/debian/control
index 4749585..3abf31b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 10),
  gcc (>= 3.0),
  gfortran,
  cmake,
- libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so
+ 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

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