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 660E7200CC4 for ; Thu, 13 Jul 2017 09:24:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 62CA816B901; Thu, 13 Jul 2017 07:24:49 +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 A8B7716B8F0 for ; Thu, 13 Jul 2017 09:24:48 +0200 (CEST) Received: (qmail 5943 invoked by uid 500); 13 Jul 2017 07:24:47 -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 5934 invoked by uid 99); 13 Jul 2017 07:24:47 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2017 07:24:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 57D661A0034 for ; Thu, 13 Jul 2017 07:24:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.722 X-Spam-Level: X-Spam-Status: No, score=-3.722 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, 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] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id tQeK5-3ZkBCS for ; Thu, 13 Jul 2017 07:24:46 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id 319545F341 for ; Thu, 13 Jul 2017 07:24:46 +0000 (UTC) Received: (qmail 5931 invoked by uid 99); 13 Jul 2017 07:24:45 -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, 13 Jul 2017 07:24:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 597A8E109B; Thu, 13 Jul 2017 07:24:45 +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: <53df4936da5f4376856c221dddfc236f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-singa git commit: update openblas version to 0.2.19 Date: Thu, 13 Jul 2017 07:24:45 +0000 (UTC) archived-at: Thu, 13 Jul 2017 07:24:49 -0000 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 Authored: Thu Jul 13 15:24:37 2017 +0800 Committer: Wei Wang 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]