[scalapack] 01/01: List OpenBLAS and ATLAS as alternative Build-Deps
Drew Parsons
dparsons at moszumanska.debian.org
Wed Nov 15 15:41:49 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 f85b1a6a7e755ab82bd4fb09eda7f1fd112a00af
Author: Drew Parsons <dparsons at debian.org>
Date: Wed Nov 15 23:41:15 2017 +0800
List OpenBLAS and ATLAS as alternative Build-Deps
to provide BLAS and LAPACK.
A kind of community service announcement to remind user/developers to
use optimised BLAS.
---
debian/changelog | 2 ++
debian/control | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 47638d6..4bc9812 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ scalapack (2.0.2-4) UNRELEASED; urgency=medium
* Team upload.
* Standards-Version: 4.1.1
+ * List OpenBLAS and ATLAS as alternative Build-Deps to provide BLAS
+ and LAPACK.
-- Drew Parsons <dparsons at debian.org> Wed, 15 Nov 2017 14:41:46 +0800
diff --git a/debian/control b/debian/control
index 3bba058..ee84370 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,8 @@ Build-Depends: debhelper (>= 10),
libopenmpi-dev,
mpich, libmpich-dev,
gfortran,
- libblas-dev | libblas.so,
- liblapack-dev | liblapack.so,
+ libblas-dev | libopenblas-dev | libatlas-base-dev | libblas.so,
+ liblapack-dev | libopenblas-dev | libatlas-base-dev | liblapack.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