add ca-certificates Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/771d0ee7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/771d0ee7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/771d0ee7
Branch: refs/heads/master Commit: 771d0ee7a399a3271f59b59fcebf774e1c0995e4 Parents: 734009e Author: Moaz Reyad <[email protected]> Authored: Sat Jan 7 17:04:55 2017 +0800 Committer: wangwei <[email protected]> Committed: Sun Jan 8 11:07:35 2017 +0800 ---------------------------------------------------------------------- tool/debian/python-singa/DEBIAN/control | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/771d0ee7/tool/debian/python-singa/DEBIAN/control ---------------------------------------------------------------------- diff --git a/tool/debian/python-singa/DEBIAN/control b/tool/debian/python-singa/DEBIAN/control index 7d1bb76..59eee57 100644 --- a/tool/debian/python-singa/DEBIAN/control +++ b/tool/debian/python-singa/DEBIAN/control @@ -7,6 +7,7 @@ Source: https://github.com/apache/incubator-singa Homepage: http://singa.apache.org Architecture: amd64 Priority: optional +Pre-Depends: ca-certificates Depends: libc6, libstdc++6, libprotobuf-dev, libopenblas-dev, libgoogle-glog-dev, python, libpython2.7, python-setuptools, python-numpy Description: Singa is an Apache Incubating project for developing an open source deep learning library. The Singa project was initiated by the DB System Group at National University of Singapore in 2014. It focused on distributed deep learning by partitioning the model and data onto nodes in a cluster and parallelize the training. The prototype was accepted by Apache Incubator in March 2015.
