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

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


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

dparsons pushed a commit to branch experimental
in repository hypre.

commit 4941989d61a2b4dfe502eae7b39c8b65c735d23e
Author: Drew Parsons <dparsons at debian.org>
Date:   Wed Nov 15 23:24:40 2017 +0800

    revert build against optimised BLAS
    
    Build against generic libblas-dev and liblapack-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 and LAPACK at runtime.
    
    Retain libhypre-dev dependency preference on optimised BLAS/LAPACK.
---
 debian/changelog | 5 ++---
 debian/control   | 4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 46d7731..a3c12a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,9 +9,8 @@ hypre (2.13.0-1exp1) UNRELEASED; urgency=medium
       Build-Depends: libsuperlu-dev, libsuperlu-dist-dev
     - regression: breaks build of distributed_ls/pilut. Fixed with
       debian patch pilut_blas_mangle.patch to use external BLAS.
-      Build-Depends: libopenblas-dev | libatlas-base-dev |
-        libblas-dev | libblas.so
-  * Build against OpenBLAS or ATLAS to provide lapack, where available.
+  * libhypre-dev depends on optimised OpenBLAS or ATLAS to provide
+    blas and lapack, where available. 
 
  -- Drew Parsons <dparsons at debian.org>  Mon, 06 Nov 2017 16:38:54 +0800
 
diff --git a/debian/control b/debian/control
index 3822684..97259ee 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,8 @@ Build-Depends:
  automake,
  debhelper (>= 10),
  gfortran,
- libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so,
- libopenblas-dev | libatlas-base-dev | liblapack-dev | liblapack.so,
+ libblas-dev | libblas.so,
+ liblapack-dev | liblapack.so,
  libsuperlu-dev, libsuperlu-dist-dev,
  libltdl-dev,
  libtool,

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



More information about the debian-science-commits mailing list