aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-11-06 11:17:59 +0100
committerMarius Brehler <marbre@linux.sungazer.de>2015-11-06 11:17:59 +0100
commitc075103070350d4a3f1125522da502bdf869dae5 (patch)
tree8217bc1dee980e9415eb0b4913bd1ce34737069f
parentsci-libs/clfft: Clean patches (diff)
downloadsci-c075103070350d4a3f1125522da502bdf869dae5.tar.gz
sci-c075103070350d4a3f1125522da502bdf869dae5.tar.bz2
sci-c075103070350d4a3f1125522da502bdf869dae5.zip
sci-libs/clfft: Add callback_client use flag
Package-Manager: portage-2.2.20.1
-rw-r--r--sci-libs/clfft/ChangeLog4
-rw-r--r--sci-libs/clfft/clfft-9999.ebuild3
-rw-r--r--sci-libs/clfft/metadata.xml3
3 files changed, 9 insertions, 1 deletions
diff --git a/sci-libs/clfft/ChangeLog b/sci-libs/clfft/ChangeLog
index 22dbc1f54..bd0c74ad3 100644
--- a/sci-libs/clfft/ChangeLog
+++ b/sci-libs/clfft/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 06 Nov 2015; Marius Brehler <marbre@linux.sungazer.de> clfft-9999.ebuild,
+ metadata.xml:
+ sci-libs/clfft: Add callback_client use flag
+
06 Nov 2015; Marius Brehler <marbre@linux.sungazer.de>
-files/clfft-2.4-client_CMakeLists.patch,
-files/clfft-2.4-fix-cmake-config-install.patch,
diff --git a/sci-libs/clfft/clfft-9999.ebuild b/sci-libs/clfft/clfft-9999.ebuild
index 7c62a2c41..6c0b74c80 100644
--- a/sci-libs/clfft/clfft-9999.ebuild
+++ b/sci-libs/clfft/clfft-9999.ebuild
@@ -19,7 +19,7 @@ EGIT_BRANCH="develop"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS=""
-IUSE="+client examples test"
+IUSE="callback_client +client examples test"
RDEPEND="
>=sys-devel/gcc-4.6:*
@@ -47,6 +47,7 @@ pkg_pretend() {
src_configure() {
local mycmakeargs=(
+ $(cmake-utils_use_build callback_client CALLBACK_CLIENT)
$(cmake-utils_use_build client CLIENT)
$(cmake-utils_use_build examples EXAMPLES)
$(cmake-utils_use_build test TEST)
diff --git a/sci-libs/clfft/metadata.xml b/sci-libs/clfft/metadata.xml
index aba91dccc..0180df151 100644
--- a/sci-libs/clfft/metadata.xml
+++ b/sci-libs/clfft/metadata.xml
@@ -15,6 +15,9 @@
successor of APPML.
</longdescription>
<use>
+ <flag name="callback_client">
+ Build a command line clFFT client program that tests callback functionality.
+ </flag>
<flag name="client">
Build a command line clFFT client program.
</flag>