Repository: incubator-singa Updated Branches: refs/heads/master a39ed5ce5 -> e5c438c34
update openblas version to 0.2.19 Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/e5c438c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/e5c438c3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/e5c438c3 Branch: refs/heads/master Commit: e5c438c3410c714df3a9cdf4fd760676e5eeb721 Parents: a39ed5c Author: Wei Wang <[email protected]> Authored: Thu Jul 13 15:24:37 2017 +0800 Committer: Wei Wang <[email protected]> Committed: Thu Jul 13 15:24:37 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/e5c438c3/tool/conda/meta.yaml ---------------------------------------------------------------------- diff --git a/tool/conda/meta.yaml b/tool/conda/meta.yaml index f562ecc..2342e4a 100644 --- a/tool/conda/meta.yaml +++ b/tool/conda/meta.yaml @@ -16,7 +16,7 @@ build: requirements: build: - swig 3.0.2 - - openblas 0.2.18 + - openblas 0.2.19 - protobuf 3.2.0 - glog 0.3.4 - libgfortran 3.0.0 # [osx] @@ -25,7 +25,7 @@ requirements: - numpy 1.12.0 run: - - openblas 0.2.18 + - openblas 0.2.19 - protobuf 3.2.0 - glog 0.3.4 - libgfortran 3.0.0 # [osx]
