SINGA-359 Create alias for conda packages

Add tool/conda/gpu and tool/conda/cpu for building dummy conda packages
for gpu and cpu respectively, i.e. singa-gpu and singa-cpu

These two packages has nothing except the dependency on real packages


Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/62073ee3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/62073ee3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/62073ee3

Branch: refs/heads/master
Commit: 62073ee3931e20c1ed4b46a33e4cb7a0e19bf719
Parents: c61a0d8
Author: Wang Wei <[email protected]>
Authored: Fri May 11 23:40:57 2018 +0800
Committer: wang wei <[email protected]>
Committed: Sat May 12 14:19:33 2018 +0700

----------------------------------------------------------------------
 tool/conda/cpu/meta.yaml                            | 16 ++++++++++++++++
 tool/conda/gpu/meta.yaml                            | 16 ++++++++++++++++
 tool/docker/devel/native/ubuntu/cuda/py2/Dockerfile |  1 -
 tool/docker/devel/native/ubuntu/cuda/py3/Dockerfile |  1 -
 4 files changed, 32 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/62073ee3/tool/conda/cpu/meta.yaml
----------------------------------------------------------------------
diff --git a/tool/conda/cpu/meta.yaml b/tool/conda/cpu/meta.yaml
new file mode 100644
index 0000000..fc7adcd
--- /dev/null
+++ b/tool/conda/cpu/meta.yaml
@@ -0,0 +1,16 @@
+package:
+  name: singa-cpu
+  version: 1.1.1
+
+build:
+  track_features:
+    - singa-cpu
+
+requirements:
+  run:
+    - singa 1.1.1 py36_cpu
+
+about:
+  home: http://singa.apache.org/
+  license: Apache V2
+  summary: SINGA is an Apache Incubating project for providing distributed 
deep learning. Apache disclaimers 
http://singa.apache.org/en/index.html#disclaimers

http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/62073ee3/tool/conda/gpu/meta.yaml
----------------------------------------------------------------------
diff --git a/tool/conda/gpu/meta.yaml b/tool/conda/gpu/meta.yaml
new file mode 100644
index 0000000..c81eb90
--- /dev/null
+++ b/tool/conda/gpu/meta.yaml
@@ -0,0 +1,16 @@
+package:
+  name: singa-gpu
+  version: 1.1.1
+
+build:
+  track_features:
+    - singa-gpu
+
+requirements:
+  run:
+    - singa 1.1.1 py36_cuda9.0_cudnn7.1.2
+
+about:
+  home: http://singa.apache.org/
+  license: Apache V2
+  summary: SINGA is an Apache Incubating project for providing distributed 
deep learning. Apache disclaimers 
http://singa.apache.org/en/index.html#disclaimers

http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/62073ee3/tool/docker/devel/native/ubuntu/cuda/py2/Dockerfile
----------------------------------------------------------------------
diff --git a/tool/docker/devel/native/ubuntu/cuda/py2/Dockerfile 
b/tool/docker/devel/native/ubuntu/cuda/py2/Dockerfile
index 2f25992..c48adf2 100644
--- a/tool/docker/devel/native/ubuntu/cuda/py2/Dockerfile
+++ b/tool/docker/devel/native/ubuntu/cuda/py2/Dockerfile
@@ -45,7 +45,6 @@ RUN apt-get update \
         wheel \
         numpy \
         setuptools \
-        unittest-xml-reporting \
         protobuf \
         future \
     # install swig > 3.0.10 for ubuntu < 16.04

http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/62073ee3/tool/docker/devel/native/ubuntu/cuda/py3/Dockerfile
----------------------------------------------------------------------
diff --git a/tool/docker/devel/native/ubuntu/cuda/py3/Dockerfile 
b/tool/docker/devel/native/ubuntu/cuda/py3/Dockerfile
index ed47c8f..edae0f1 100644
--- a/tool/docker/devel/native/ubuntu/cuda/py3/Dockerfile
+++ b/tool/docker/devel/native/ubuntu/cuda/py3/Dockerfile
@@ -44,7 +44,6 @@ RUN apt-get update \
         wheel \
         numpy \
         setuptools \
-        unittest-xml-reporting \
         protobuf \
         future \
     # install swig > 3.0.10 for ubuntu < 16.04

Reply via email to