aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-10-06 23:37:03 +0200
committerMarius Brehler <marbre@linux.sungazer.de>2015-10-06 23:37:03 +0200
commit37ef10d8268f96d07f471d7ae477a7ad1004f296 (patch)
tree2f4625a9e2438fdd3382f25a7c0e129d1e3af0b1 /sci-libs
parentsci-libs/arrayfire: Add nonfree use flag (diff)
downloadsci-37ef10d8268f96d07f471d7ae477a7ad1004f296.tar.gz
sci-37ef10d8268f96d07f471d7ae477a7ad1004f296.tar.bz2
sci-37ef10d8268f96d07f471d7ae477a7ad1004f296.zip
sci-libs/arrayfire: Add unified use flag
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/arrayfire/ChangeLog4
-rw-r--r--sci-libs/arrayfire/arrayfire-9999.ebuild3
-rw-r--r--sci-libs/arrayfire/metadata.xml3
3 files changed, 9 insertions, 1 deletions
diff --git a/sci-libs/arrayfire/ChangeLog b/sci-libs/arrayfire/ChangeLog
index c12d9297d..0f2005237 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 <marbre@linux.sungazer.de> arrayfire-9999.ebuild,
+ metadata.xml:
+ sci-libs/arrayfire: Add unified use flag
+
06 Oct 2015; Marius Brehler <marbre@linux.sungazer.de> 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 fe86a2b0d..a970803cf 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 1ed53d4e3..1564d66ec 100644
--- a/sci-libs/arrayfire/metadata.xml
+++ b/sci-libs/arrayfire/metadata.xml
@@ -29,5 +29,8 @@
<flag name="graphics">
Build with Forge graphics.
</flag>
+ <flag name="unified">
+ Build Backend-Independent API.
+ </flag>
</use>
</pkgmetadata>