SINGA-274 Create Debian packages disable generating debian package for SINGA with CUDA temporarily as the it has bugs
fix a bug from rafiki version setting Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/8dac86ca Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/8dac86ca Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/8dac86ca Branch: refs/heads/master Commit: 8dac86cac104e939f48b157642572e0387b71837 Parents: 8621f58 Author: wangwei <[email protected]> Authored: Thu Jan 12 23:02:04 2017 +0800 Committer: wangwei <[email protected]> Committed: Fri Jan 13 10:27:14 2017 +0800 ---------------------------------------------------------------------- python/rafiki/__init__.py | 2 +- tool/debian/build.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/8dac86ca/python/rafiki/__init__.py ---------------------------------------------------------------------- diff --git a/python/rafiki/__init__.py b/python/rafiki/__init__.py index c2055f4..3aa745b 100644 --- a/python/rafiki/__init__.py +++ b/python/rafiki/__init__.py @@ -16,4 +16,4 @@ # limitations under the License. # -__version__ = 0.1.1 +__version__ = "0.1.1" http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/8dac86ca/tool/debian/build.sh ---------------------------------------------------------------------- diff --git a/tool/debian/build.sh b/tool/debian/build.sh index 9d30995..b0ea10f 100755 --- a/tool/debian/build.sh +++ b/tool/debian/build.sh @@ -40,8 +40,8 @@ case $key in shift ;; -c|--cuda|--CUDA) - CUDA="ON" - CUDNN="ON" + # CUDA="ON" + # CUDNN="ON" shift ;; -p|--python)
