You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2017/06/26 12:42:00 UTC

incubator-singa git commit: update depdent lib version according to their availability on anaconda cloud

Repository: incubator-singa
Updated Branches:
  refs/heads/master 802e5e235 -> 334c27d03


update depdent lib version according to their availability on anaconda cloud


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

Branch: refs/heads/master
Commit: 334c27d031add49bb8f2d3241cb9fc31be7f7913
Parents: 802e5e2
Author: wangwei <wa...@comp.nus.edu.sg>
Authored: Fri Jun 23 16:50:41 2017 +0800
Committer: Wang Wei <wa...@comp.nus.edu.sg>
Committed: Mon Jun 26 17:17:11 2017 +0800

----------------------------------------------------------------------
 tool/conda/meta.yaml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/334c27d0/tool/conda/meta.yaml
----------------------------------------------------------------------
diff --git a/tool/conda/meta.yaml b/tool/conda/meta.yaml
index 5fa237e..ee3aa7a 100644
--- a/tool/conda/meta.yaml
+++ b/tool/conda/meta.yaml
@@ -16,22 +16,24 @@ build:
 requirements:
   build:
     - python 2.7*
-    - numpy 1.10.0
+    - numpy 1.12.0
     - swig 3.0.2
-    - openblas 0.2.14
+    - openblas 0.2.18
     - protobuf 3.0.0
     - glog 0.3.4
+    - libgfortran 3.0.0 # [osx]
     - gcc 4.8.5 # [linux]
 
   run:
     - python 2.7*
-    - numpy >=1.10.0
+    - numpy >=1.12.0
     - protobuf >=3.0.0
     - glog >=0.3.4
-    - openblas >=0.2.14
+    - openblas >=0.2.18
     - flask >=0.10.1
     - flask-cors >=3.0.2
     - pillow >=2.3.0
+    - libgfortran >=3.0.0 # [osx]
     - libgcc 4.8.5 # [linux]
 
 test: