[ncl] 18/22: Conditionally depend on openblas. Closes: #86191
Alastair McKinstry
mckinstry at moszumanska.debian.org
Tue Apr 18 15:04:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository ncl.
commit 9d87899221262e085dc19974ba92136a211c738b
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Wed Aug 31 12:10:47 2016 +0100
Conditionally depend on openblas. Closes: #86191
---
debian/changelog | 6 ++++++
debian/control | 3 ++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index eb5f369..b89c9ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ncl (6.3.0-11) unstable; urgency=medium
+
+ * Conditionally depend on openblas. Closes: #86191
+
+ -- Alastair McKinstry <mckinstry at debian.org> Wed, 31 Aug 2016 12:03:52 +0100
+
ncl (6.3.0-10) unstable; urgency=medium
* Preferentially use openblas not blas
diff --git a/debian/control b/debian/control
index cf12eeb..c3282bc 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends: flex, bison, gfortran, zlib1g-dev, libbz2-dev, libxt-dev,
libnetcdf-dev, libnetcdff-dev, libudunits2-dev, libmotif-dev,
libatlas-dev, libatlas3-base,
liblapack-dev,
- libopenblas-dev | libblas-dev,
+ libopenblas-dev [amd64 arm64 powerpc ppc64el],
+ libblas-dev [!amd64 !arm64 !powerpc !ppc64el],
libgrib2c-dev, libsphere-dev, libhdf4-alt-dev, libhdfeos-dev,
libgctp-dev, libhe5-hdfeos-dev, tcsh | csh | c-shell,
debhelper (>= 9), libhdf5-serial-dev | libhdf5-dev,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ncl.git
More information about the debian-science-commits
mailing list