[theano] 04/05: deb/control: alternatively depend on libblas-dev

Daniel Stender stender at moszumanska.debian.org
Sat Jul 9 23:32:53 UTC 2016


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

stender pushed a commit to branch master
in repository theano.

commit bf65645c12ebed2a59d4d97bc23c30eed8446961
Author: Daniel Stender <stender at debian.org>
Date:   Sun Jul 10 00:41:20 2016 +0200

    deb/control: alternatively depend on libblas-dev
---
 debian/changelog | 4 +++-
 debian/control   | 6 +++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 15e8fbd..2af1636 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,13 @@
 theano (0.7-4) UNRELEASED; urgency=medium
 
+  * deb/control:
+    + alternatively depend on libblas-dev (build and binary packages).
   * deb/rules:
     + fixed base_compiledir in export for THEANO_FLAGS.
     + added FAST_COMPILE mode switch to THEANO_FLAGS.
     + run tests with bin/theano-nose.
 
- -- Daniel Stender <stender at debian.org>  Sat, 09 Jul 2016 23:56:35 +0200
+ -- Daniel Stender <stender at debian.org>  Sun, 10 Jul 2016 00:43:41 +0200
 
 theano (0.7-3) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 0b5f088..ebf71d5 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  python3-all-dev,
  python-setuptools,
  python3-setuptools,
- libopenblas-dev,
+ libopenblas-dev | libblas-dev,
  python-numpy,
  python3-numpy,
  python-scipy,
@@ -40,7 +40,7 @@ Section: python
 Depends:
  ${python:Depends},
  python-dev,
- libopenblas-dev,
+ libopenblas-dev | libblas-dev,
  ${misc:Depends}
 Recommends:
  python-pydot,
@@ -67,7 +67,7 @@ Section: python
 Depends:
  ${python3:Depends},
  python3-dev,
- libopenblas-dev,
+ libopenblas-dev | libblas-dev,
  ${misc:Depends}
 Recommends:
  python3-pydot,

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



More information about the debian-science-commits mailing list