[superlu-dist] 01/01: List OpenBLAS and ATLAS as alternative Build-Deps to provide BLAS
Drew Parsons
dparsons at moszumanska.debian.org
Wed Nov 15 15:47:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
dparsons pushed a commit to branch master
in repository superlu-dist.
commit 303aea595273d027295b847e57445bd46c7e9dc0
Author: Drew Parsons <dparsons at debian.org>
Date: Wed Nov 15 23:46:32 2017 +0800
List OpenBLAS and ATLAS as alternative Build-Deps to provide BLAS
A kind of community service announcement to remind user/developers to
use optimised BLAS.
---
debian/changelog | 7 ++++---
debian/control | 8 ++++----
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 82b8345..85a6196 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
superlu-dist (5.2.2+dfsg1-2) UNRELEASED; urgency=medium
* Team upload.
- * Build against generic libblas-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 at runtime.
+ * Set generic libblas-dev as first Build-Dep alternative, 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 at runtime.
-- Drew Parsons <dparsons at debian.org> Wed, 15 Nov 2017 22:57:02 +0800
diff --git a/debian/control b/debian/control
index e5d4f29..123bdc4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons at debian.org>
Build-Depends: debhelper (>= 10),
- cmake (>= 2.8.12),
- mpi-default-dev,
- gfortran,
- libblas-dev | libblas.so
+ cmake (>= 2.8.12),
+ mpi-default-dev,
+ gfortran,
+ libblas-dev | libopenblas-dev | libatlas-base-dev | libblas.so
Standards-Version: 4.1.1
Section: libs
Homepage: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/#superlu_dist
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/superlu-dist.git
More information about the debian-science-commits
mailing list