[petsc] 01/01: Build against OpenBLAS or ATLAS to provide optimised BLAS and LAPACK

Drew Parsons dparsons at moszumanska.debian.org
Wed Nov 15 07:31:41 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 a4806dd9da444e3041ec38077a9040c51a95586c
Author: Drew Parsons <dparsons at debian.org>
Date:   Wed Nov 15 15:30:16 2017 +0800

    Build against OpenBLAS or ATLAS to provide optimised BLAS and LAPACK
    
    Build-Depends:
         libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so,
         libopenblas-dev | libatlas-base-dev | liblapack-dev | liblapack.so
---
 debian/changelog | 8 ++++++++
 debian/control   | 3 ++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f85cf05..c68b01f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+petsc (3.8.0+dfsg1-1exp2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Build against OpenBLAS or ATLAS to provide optimised BLAS and
+    LAPACK, where available.
+
+ -- Drew Parsons <dparsons at debian.org>  Wed, 15 Nov 2017 15:29:02 +0800
+
 petsc (3.8.0+dfsg1-1exp1) experimental; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 27e3c4d..3f3d5fb 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +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),
- libblas-dev, liblapack-dev,
+ libopenblas-dev | libatlas-base-dev | libblas-dev | libblas.so,
+ libopenblas-dev | libatlas-base-dev | liblapack-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