[
https://issues.apache.org/jira/browse/SINGA-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15896010#comment-15896010
]
wangwei commented on SINGA-274:
-------------------------------
I removed the lines in CMakeLists.txt about python-singa, as they are in
conflict with the `make install` :
`make install`: python setup.py install , which installs pysinga into
CMAKE_INSTALL_PREFIX/python2.7/site_package/singa/;
the cmake commands added by this ticket: copy files singa/python/ into
CMAKE_INSTALL_PREFIX/singa/python.
There are errors from running `dpkg -i ./python-singa.deb && apt-get install
-f` generated from the merged commit.
TODO: fix the error.
> Create Debian packages
> ----------------------
>
> Key: SINGA-274
> URL: https://issues.apache.org/jira/browse/SINGA-274
> Project: Singa
> Issue Type: Improvement
> Environment: Linux (Debian/Ubuntu)
> Reporter: Moaz Reyad
>
> To make SINGA installation easier, the following Debian packages are proposed:
> singa: the core package for singa C++ on CPU
> singa-python: the pysinga, depends on singa pacakge on CPU
> singa-gpu : the gpu version of the singa C++, depends on singa and extends it
> with the gpu features
> singa-gpu-python: pysinga and gpu together. depends on singa-python and
> singa-gpu
> singa-dlaas: depends on singa-python, adds the DL as a service (Rafiki) on CPU
> singa-gpu-dlaas: depends on singa-gpu-python, adds the DL as a service
> (Rafiki) on GPU
> These packages can be created in Debian Launchpad (https://launchpad.net).
> Later we can proceed with sending these packages to Debian and Ubuntu
> official distribution.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)