[petsc] 01/01: List OpenBLAS and ATLAS as secondary alternative Build-Deps

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


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

dparsons pushed a commit to branch experimental
in repository petsc.

commit a304b6180097ef71ead3a007f0e117f45fd53013
Author: Drew Parsons <dparsons at debian.org>
Date:   Wed Nov 15 23:52:13 2017 +0800

    List OpenBLAS and ATLAS as secondary alternative Build-Deps
    
    to provide BLAS and LAPACK.
    
    List generic libblas-dev, liblapack-dev first, 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/LAPACK at runtime.
---
 debian/changelog | 4 ++--
 debian/control   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c68b01f..db79a08 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
 petsc (3.8.0+dfsg1-1exp2) UNRELEASED; urgency=medium
 
   * Team upload.
-  * Build against OpenBLAS or ATLAS to provide optimised BLAS and
-    LAPACK, where available.
+  * List optimised OpenBLAS and ATLAS as Build-Dep alternatives for
+    BLAS and LAPACK.
 
  -- Drew Parsons <dparsons at debian.org>  Wed, 15 Nov 2017 15:29:02 +0800
 
diff --git a/debian/control b/debian/control
index 3f3d5fb..1c7d47d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Standards-Version: 4.1.1
 Build-Depends: debhelper (>= 10), quilt, python (>= 2.2), gfortran,
  pkg-config, dh-python,
  mpi-default-dev (>= 1.0.2),
- libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so,
- libopenblas-dev | libatlas-base-dev | liblapack-dev | liblapack.so,
+ libblas-dev | libopenblas-dev | libatlas-base-dev | libblas.so,
+ liblapack-dev | libopenblas-dev | libatlas-base-dev | liblapack.so,
  libsuitesparse-dev (>= 1:4.2.1),
  libspooles-dev (>= 2.2-6), libhypre-dev (>= 2.11.1-3), libptscotch-dev,
  libhdf5-mpi-dev (>= 1.8.8),

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



More information about the debian-science-commits mailing list