[scalapack] 01/01: Build against optimised BLAS where available,

Drew Parsons dparsons at moszumanska.debian.org
Wed Nov 15 06:44:57 UTC 2017


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

dparsons pushed a commit to branch master
in repository scalapack.

commit e514416a2111719a2cf6b4698fd375efd2777ec1
Author: Drew Parsons <dparsons at debian.org>
Date:   Wed Nov 15 14:43:22 2017 +0800

    Build against optimised BLAS where available,
    
    In order,
    Build-Depends: libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so
    
    (most tests report OpenBLAS is faster than ATLAS, though it depends on
    the particular system)
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 662bad8..340cd6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+scalapack (2.0.2-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Build against optimised BLAS where available,
+    Build-Depends: libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so
+
+ -- Drew Parsons <dparsons at debian.org>  Wed, 15 Nov 2017 14:41:46 +0800
+
 scalapack (2.0.2-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index de48f5c..b51013e 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 10),
  mpich, libmpich-dev,
  gfortran,
  liblapack-dev | liblapack.so,
- libblas-dev | libblas.so,
+ libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so,
  pkg-config,
  chrpath
 Homepage: http://www.netlib.org/scalapack/

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



More information about the debian-science-commits mailing list