From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8286013989A for ; Thu, 27 Aug 2015 15:01:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7C0E14265; Thu, 27 Aug 2015 15:01:43 +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 1CEB11423C for ; Thu, 27 Aug 2015 15:01:43 +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 20B543408FB for ; Thu, 27 Aug 2015 15:01:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96106121 for ; Thu, 27 Aug 2015 15:01:40 +0000 (UTC) From: "Justin Lecher" 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" Message-ID: <1440238683.5f768d17470ad79d20b0d7c7e60d8cbbe21a7448.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/arrayfire/ChangeLog sci-libs/arrayfire/arrayfire-9999.ebuild X-VCS-Directories: sci-libs/arrayfire/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 5f768d17470ad79d20b0d7c7e60d8cbbe21a7448 X-VCS-Branch: master Date: Thu, 27 Aug 2015 15:01:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5fa49e03-33c2-4f9a-94a3-69d5424a369f X-Archives-Hash: 7af53aefda88630506bce3127c72b7af commit: 5f768d17470ad79d20b0d7c7e60d8cbbe21a7448 Author: Marius Brehler linux sungazer de> AuthorDate: Sat Aug 22 10:18:03 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Aug 22 10:18:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5f768d17 sci-libs/arrayfire: Partitial fix for bug #463: Use system boost-compute Package-Manager: portage-2.2.20 sci-libs/arrayfire/ChangeLog | 3 +++ sci-libs/arrayfire/arrayfire-9999.ebuild | 1 + 2 files changed, 4 insertions(+) diff --git a/sci-libs/arrayfire/ChangeLog b/sci-libs/arrayfire/ChangeLog index 82134aa..2d72c84 100644 --- a/sci-libs/arrayfire/ChangeLog +++ b/sci-libs/arrayfire/ChangeLog @@ -1,6 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 22 Aug 2015; Marius Brehler arrayfire-9999.ebuild: + sci-libs/arrayfire: Partitial fix for bug #463: Use system boost-compute + 23 May 2015; Marius Brehler +files/FindBoostCompute.cmake, +files/arrayfire-3.0_beta-FindBoostCompute.patch, diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild index 05c543f..e337177 100644 --- a/sci-libs/arrayfire/arrayfire-9999.ebuild +++ b/sci-libs/arrayfire/arrayfire-9999.ebuild @@ -84,6 +84,7 @@ src_configure() { $(cmake-utils_use_build opencl OPENCL) $(cmake-utils_use_build examples EXAMPLES) $(cmake-utils_use_build test TEST) + -DUSE_SYSTEM_BOOST_COMPUTE=ON ) cmake-utils_src_configure }