From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-833533-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id A6B4E138448
	for <garchives@archives.gentoo.org>; Wed,  9 Sep 2015 07:11:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D82E2E08B2;
	Wed,  9 Sep 2015 07:11:11 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 3496BE08B8
	for <gentoo-commits@lists.gentoo.org>; Wed,  9 Sep 2015 07:11:11 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7FA5A3408EE
	for <gentoo-commits@lists.gentoo.org>; Wed,  9 Sep 2015 07:11:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 01A25198
	for <gentoo-commits@lists.gentoo.org>; Wed,  9 Sep 2015 07:11:08 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1441782664.7bc1fe4abdee1a7d0d3c3e5adfcf9ebabc2edecc.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: /
X-VCS-Repository: proj/sci
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 7bc1fe4abdee1a7d0d3c3e5adfcf9ebabc2edecc
X-VCS-Branch: master
Date: Wed,  9 Sep 2015 07:11:08 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: e4aff731-abac-460d-8844-9e233d84a7c3
X-Archives-Hash: 08bb0938206ea80ca79f7c4f3769980f

commit:     7bc1fe4abdee1a7d0d3c3e5adfcf9ebabc2edecc
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  9 07:11:04 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep  9 07:11:04 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=7bc1fe4a

Merge remote-tracking branch 'github/master'

* github/master:
  sci-libs/arrayfire: Remove files/FindBoostCompute.cmake
  sci-libs/arrayfire: Add arrayfire-3.0.2; Minor improvments
  sci-libs/arrayfire: Fix issue #463
  dev-libs/boost-compute: Drop 0.4-r2, bring back 0.4-r1; Drop patch to change install destination
  dev-libs/boost-compute: Install includes to /usr/include/boost/compute
  sci-libs/arrayfire: Drop 0.9999, because releases are available
  sci-libs/armadillo: Yet another version bump
  dev-python/jupyter_console: Version bump; Drop old
  dev-python/notebook: Fix deps, >=mathjax-2.4 required

 dev-libs/boost-compute/ChangeLog                   |  17 ++
 dev-libs/boost-compute/boost-compute-0.4-r1.ebuild |  28 +++-
 dev-libs/boost-compute/boost-compute-9999.ebuild   |  17 +-
 dev-python/jupyter_console/ChangeLog               |   6 +
 dev-python/jupyter_console/Manifest                |   2 +-
 ...e-4.0.1.ebuild => jupyter_console-4.0.2.ebuild} |   0
 dev-python/notebook/ChangeLog                      |   3 +
 dev-python/notebook/notebook-9999.ebuild           |   2 +-
 sci-libs/armadillo/ChangeLog                       |   6 +
 sci-libs/armadillo/Manifest                        |   1 +
 ...llo-5.400.2.ebuild => armadillo-5.500.2.ebuild} |   0
 sci-libs/arrayfire/ChangeLog                       |  15 ++
 sci-libs/arrayfire/Manifest                        |   1 +
 ...ayfire-0.9999.ebuild => arrayfire-3.0.2.ebuild} |  35 ++--
 sci-libs/arrayfire/arrayfire-9999.ebuild           |  13 +-
 sci-libs/arrayfire/files/FindBoostCompute.cmake    |  18 --
 ...re-9999-Try-PkgConf-first-to-find-LAPACKE.patch | 182 +++++++++++++++++++++
 17 files changed, 292 insertions(+), 54 deletions(-)