Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E4BDD200CB6 for ; Thu, 29 Jun 2017 10:05:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E2FCE160BED; Thu, 29 Jun 2017 08:05:47 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 34D8D160BDF for ; Thu, 29 Jun 2017 10:05:47 +0200 (CEST) Received: (qmail 20863 invoked by uid 500); 29 Jun 2017 08:05:46 -0000 Mailing-List: contact commits-help@singa.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@singa.incubator.apache.org Delivered-To: mailing list commits@singa.incubator.apache.org Received: (qmail 20854 invoked by uid 99); 29 Jun 2017 08:05:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2017 08:05:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 1A9021916B9 for ; Thu, 29 Jun 2017 08:05:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.221 X-Spam-Level: X-Spam-Status: No, score=-4.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 77va9wkpsnHU for ; Thu, 29 Jun 2017 08:05:42 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 42E065F613 for ; Thu, 29 Jun 2017 08:05:41 +0000 (UTC) Received: (qmail 20786 invoked by uid 99); 29 Jun 2017 08:05:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jun 2017 08:05:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 00B81DFFAB; Thu, 29 Jun 2017 08:05:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wangwei@apache.org To: commits@singa.incubator.apache.org Message-Id: <1692ee8ae4a541ba9e94d2c8668ab741@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-singa git commit: update the openblas version to 0.2.19 which is available on anaconda cloud Date: Thu, 29 Jun 2017 08:05:38 +0000 (UTC) archived-at: Thu, 29 Jun 2017 08:05:48 -0000 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 Authored: Thu Jun 29 16:05:09 2017 +0800 Committer: wangwei 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