commit:     37ef10d8268f96d07f471d7ae477a7ad1004f296
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Tue Oct  6 21:37:03 2015 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> 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 <mar...@linux.sungazer.de> arrayfire-9999.ebuild,
+  metadata.xml:
+  sci-libs/arrayfire: Add unified use flag
+
   06 Oct 2015; Marius Brehler <mar...@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 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 @@
     <flag name="graphics">
       Build with Forge graphics.
     </flag>
+    <flag name="unified">
+      Build Backend-Independent API.
+    </flag>
   </use>
 </pkgmetadata>

Reply via email to