[meta-torch-core-free] 03/04: control: move BLAS packages from pre-depends to depends

Zhou Mo cdluminate-guest at moszumanska.debian.org
Thu Dec 15 02:00:48 UTC 2016


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

cdluminate-guest pushed a commit to branch master
in repository meta-torch-core-free.

commit e9959d3daa37b6d082d9f99ff3523431b2c61f03
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Thu Dec 15 01:57:38 2016 +0000

    control: move BLAS packages from pre-depends to depends
---
 debian/changelog |  1 +
 debian/control   | 17 +++++++++--------
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e01f548..f9f86f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ meta-torch-core-free (1~exp4) UNRELEASED; urgency=medium
 
   * Add the missing Vcs-{Git,Browser} fields.
   * Bump debhelper compat to 10.
+  * Move optimized BLAS packages from Pre-Depends to Depends.
 
  -- Zhou Mo <cdluminate at gmail.com>  Thu, 15 Dec 2016 01:54:07 +0000
 
diff --git a/debian/control b/debian/control
index 0e3ea9b..67d2966 100644
--- a/debian/control
+++ b/debian/control
@@ -36,14 +36,6 @@ Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/lua-torch-torch7
 Package: torch-core-free
 Section: metapackages
 Architecture: any
-# libblas3 is not suitable for machine learning and deep learning!
-# So, we just silently pull a suitable BLAS for user, instead of
-# telling the user why we have built Torch7 against libblas3 and
-# how to install a suitable BLAS. I think the researchers won't
-# blame us for forcing them to use a suitable one. Here we set
-# the candidate BLAS in pre-depends to ensure that apt won't pull
-# and install package libblas3.
-Pre-Depends: libopenblas-base | libatlas-base | libblas.so.3,
 Depends: ${misc:Depends},
 # luajit < 2.1.0 suffers from compatibility problem
          luajit (>= 2.1.0~),
@@ -71,6 +63,15 @@ Depends: ${misc:Depends},
 # these core but *not free* components will be included in torch-core-contrib.
 #        lua-torch-cutorch,
 #        lua-torch-cunn,
+# //// BLAS ////
+# libblas3 is not suitable for machine learning and deep learning!
+# So, we just silently pull a suitable BLAS for user, instead of
+# telling the user why we have built Torch7 against libblas3 and
+# how to install a suitable BLAS. I think the researchers won't
+# blame us for forcing them to use a suitable one. Here we set
+# the candidate BLAS in pre-depends to ensure that apt won't pull
+# and install package libblas3.
+         libopenblas-base | libatlas-base | libblas.so.3,
 Suggests: lua-torch-paths-dev,
           lua-torch-torch7-dev,
           libtorch-th-dev,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/meta-torch-core-free.git



More information about the debian-science-commits mailing list