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 33FF7138BED for ; Tue, 6 Oct 2015 21:38:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00B04E0848; Tue, 6 Oct 2015 21:38:22 +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 8182EE0848 for ; Tue, 6 Oct 2015 21:38:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96A13340139 for ; Tue, 6 Oct 2015 21:38:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAE5DB19 for ; Tue, 6 Oct 2015 21:38:18 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1444167423.37ef10d8268f96d07f471d7ae477a7ad1004f296.marbre@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 sci-libs/arrayfire/metadata.xml X-VCS-Directories: sci-libs/arrayfire/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 37ef10d8268f96d07f471d7ae477a7ad1004f296 X-VCS-Branch: master Date: Tue, 6 Oct 2015 21:38:18 +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: 5718cb00-b49d-4609-b188-e21cf306efe8 X-Archives-Hash: 7e1d12e396c0ba88d4a039e66a25a84a commit: 37ef10d8268f96d07f471d7ae477a7ad1004f296 Author: Marius Brehler linux sungazer de> AuthorDate: Tue Oct 6 21:37:03 2015 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Tue Oct 6 21:37:03 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=37ef10d8 sci-libs/arrayfire: Add unified use flag Package-Manager: portage-2.2.20.1 sci-libs/arrayfire/ChangeLog | 4 ++++ sci-libs/arrayfire/arrayfire-9999.ebuild | 3 ++- sci-libs/arrayfire/metadata.xml | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/sci-libs/arrayfire/ChangeLog b/sci-libs/arrayfire/ChangeLog index c12d929..0f20052 100644 --- a/sci-libs/arrayfire/ChangeLog +++ b/sci-libs/arrayfire/ChangeLog @@ -1,6 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 06 Oct 2015; Marius Brehler arrayfire-9999.ebuild, + metadata.xml: + sci-libs/arrayfire: Add unified use flag + 06 Oct 2015; Marius Brehler arrayfire-9999.ebuild: sci-libs/arrayfire: Add nonfree use flag diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild index fe86a2b..a970803 100644 --- a/sci-libs/arrayfire/arrayfire-9999.ebuild +++ b/sci-libs/arrayfire/arrayfire-9999.ebuild @@ -17,7 +17,7 @@ KEYWORDS="" LICENSE="BSD nonfree? ( OpenSIFT )" SLOT="0" -IUSE="+examples +cpu cuda nonfree opencl test graphics" +IUSE="+examples +cpu cuda nonfree opencl test unified graphics" RDEPEND=" >=sys-devel/gcc-4.7:* @@ -93,6 +93,7 @@ src_configure() { $(cmake-utils_use_build test TEST) $(cmake-utils_use_build graphics GRAPHICS) $(cmake-utils_use_build nonfree NONFREE) + $(cmake-utils_use_build unified UNIFIED) -DUSE_SYSTEM_BOOST_COMPUTE=ON -DUSE_SYSTEM_CLBLAS=ON -DUSE_SYSTEM_CLFFT=ON diff --git a/sci-libs/arrayfire/metadata.xml b/sci-libs/arrayfire/metadata.xml index 1ed53d4..1564d66 100644 --- a/sci-libs/arrayfire/metadata.xml +++ b/sci-libs/arrayfire/metadata.xml @@ -29,5 +29,8 @@ Build with Forge graphics. + + Build Backend-Independent API. +