Repository: incubator-singa Updated Branches: refs/heads/master 334c27d03 -> c628e900e
update the openblas version to 0.2.19 which is available 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/c628e900 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/c628e900 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/c628e900 Branch: refs/heads/master Commit: c628e900e61764436b6192dbe4753c2f799f1f71 Parents: 334c27d Author: wangwei <[email protected]> Authored: Thu Jun 29 16:05:09 2017 +0800 Committer: wangwei <[email protected]> Committed: Thu Jun 29 16:05:09 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/c628e900/tool/conda/meta.yaml ---------------------------------------------------------------------- diff --git a/tool/conda/meta.yaml b/tool/conda/meta.yaml index ee3aa7a..4d27ce7 100644 --- a/tool/conda/meta.yaml +++ b/tool/conda/meta.yaml @@ -18,7 +18,7 @@ requirements: - python 2.7* - numpy 1.12.0 - swig 3.0.2 - - openblas 0.2.18 + - openblas 0.2.19 - protobuf 3.0.0 - glog 0.3.4 - libgfortran 3.0.0 # [osx] @@ -29,7 +29,7 @@ requirements: - numpy >=1.12.0 - protobuf >=3.0.0 - glog >=0.3.4 - - openblas >=0.2.18 + - openblas >=0.2.19 - flask >=0.10.1 - flask-cors >=3.0.2 - pillow >=2.3.0
