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/23 07:37:44 UTC

incubator-singa git commit: update the version of openblas to 0.2.14 which is the lowest version on anaconda cloud

Repository: incubator-singa
Updated Branches:
  refs/heads/master 6a162ad62 -> d0855e229


update the version of openblas to 0.2.14 which is the lowest version 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/d0855e22
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/d0855e22
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/d0855e22

Branch: refs/heads/master
Commit: d0855e22966e559cfdee2ff386efca8a422fd6b7
Parents: 6a162ad
Author: wangwei <wa...@comp.nus.edu.sg>
Authored: Fri Jun 23 15:37:28 2017 +0800
Committer: wangwei <wa...@comp.nus.edu.sg>
Committed: Fri Jun 23 15:37:28 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/d0855e22/tool/conda/meta.yaml
----------------------------------------------------------------------
diff --git a/tool/conda/meta.yaml b/tool/conda/meta.yaml
index 6d4b67b..649b6c4 100644
--- a/tool/conda/meta.yaml
+++ b/tool/conda/meta.yaml
@@ -18,7 +18,7 @@ requirements:
     - python 2.7*
     - numpy 1.10
     - swig 3.0
-    - openblas 0.2.10
+    - openblas 0.2.14
     - protobuf 3.0.0
     - glog 0.3.4
     - gcc 4.8.5 # [linux]
@@ -28,7 +28,7 @@ requirements:
     - numpy >=1.10
     - protobuf >=3.0.0
     - glog >=0.3.4
-    - openblas >=0.2.10
+    - openblas >=0.2.14
     - flask >=0.10.1
     - flask-cors >=3.0.2
     - pillow >=2.3.0