[caffe] 02/04: control: move optimized BLAS from recommends to depends
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Mon Nov 28 02:09:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
cdluminate-guest pushed a commit to branch master
in repository caffe.
commit 32e98a45fe04295fa6c4d5ad6f13e02ad1cb23a1
Author: Zhou Mo <cdluminate at gmail.com>
Date: Mon Nov 28 01:44:19 2016 +0000
control: move optimized BLAS from recommends to depends
---
debian/changelog | 3 +++
debian/control | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 01819a7..f34dda0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
caffe (1.0.0~rc3+20160930-ga7f950b-3) UNRELEASED; urgency=medium
* Refresh symbols control file for i386 and ppc64el.
+ * Move OpenBLAS and Atlas to Dependency of caffe-cpu, both prior to
+ Generic BLAS (libblas3). That means users are forced to use one of
+ optimized BLAS packages as long as available.
-- Zhou Mo <cdluminate at gmail.com> Sun, 27 Nov 2016 03:37:42 +0000
diff --git a/debian/control b/debian/control
index 8fc49df..2e75173 100644
--- a/debian/control
+++ b/debian/control
@@ -62,11 +62,11 @@ Architecture: any
Depends: caffe-tools-cpu (= ${binary:Version}),
python3-caffe-cpu (= ${binary:Version}),
libcaffe-cpu1 (= ${binary:Version}),
+# the default libblas.so.3 comes from pkg:libblas3, with low performance.
+ libopenblas-base | libatlas3-base | libblas.so.3 ,
${misc:Depends},
Suggests: libcaffe-cpu-dev (= ${binary:Version}),
caffe-doc (= ${binary:Version}),
-# the default libblas.so.3 comes from pkg:libblas3, with low performance.
- libopenblas-base | libatlas3-base,
Conflicts: caffe-cuda
Description: Fast, open framework for Deep Learning (Meta)
Caffe is a deep learning framework made with expression, speed,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe.git
More information about the debian-science-commits
mailing list