Gentoo Archives: gentoo-commits

From: Marius Brehler <marbre@××××××××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/
Date: Tue, 06 Oct 2015 21:38:24
Message-Id: 1444167423.37ef10d8268f96d07f471d7ae477a7ad1004f296.marbre@gentoo
1 commit: 37ef10d8268f96d07f471d7ae477a7ad1004f296
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Tue Oct 6 21:37:03 2015 +0000
4 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
5 CommitDate: Tue Oct 6 21:37:03 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=37ef10d8
7
8 sci-libs/arrayfire: Add unified use flag
9
10 Package-Manager: portage-2.2.20.1
11
12 sci-libs/arrayfire/ChangeLog | 4 ++++
13 sci-libs/arrayfire/arrayfire-9999.ebuild | 3 ++-
14 sci-libs/arrayfire/metadata.xml | 3 +++
15 3 files changed, 9 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-libs/arrayfire/ChangeLog b/sci-libs/arrayfire/ChangeLog
18 index c12d929..0f20052 100644
19 --- a/sci-libs/arrayfire/ChangeLog
20 +++ b/sci-libs/arrayfire/ChangeLog
21 @@ -1,6 +1,10 @@
22 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 # $Id$
24
25 + 06 Oct 2015; Marius Brehler <marbre@××××××××××××××.de> arrayfire-9999.ebuild,
26 + metadata.xml:
27 + sci-libs/arrayfire: Add unified use flag
28 +
29 06 Oct 2015; Marius Brehler <marbre@××××××××××××××.de> arrayfire-9999.ebuild:
30 sci-libs/arrayfire: Add nonfree use flag
31
32
33 diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild
34 index fe86a2b..a970803 100644
35 --- a/sci-libs/arrayfire/arrayfire-9999.ebuild
36 +++ b/sci-libs/arrayfire/arrayfire-9999.ebuild
37 @@ -17,7 +17,7 @@ KEYWORDS=""
38 LICENSE="BSD
39 nonfree? ( OpenSIFT )"
40 SLOT="0"
41 -IUSE="+examples +cpu cuda nonfree opencl test graphics"
42 +IUSE="+examples +cpu cuda nonfree opencl test unified graphics"
43
44 RDEPEND="
45 >=sys-devel/gcc-4.7:*
46 @@ -93,6 +93,7 @@ src_configure() {
47 $(cmake-utils_use_build test TEST)
48 $(cmake-utils_use_build graphics GRAPHICS)
49 $(cmake-utils_use_build nonfree NONFREE)
50 + $(cmake-utils_use_build unified UNIFIED)
51 -DUSE_SYSTEM_BOOST_COMPUTE=ON
52 -DUSE_SYSTEM_CLBLAS=ON
53 -DUSE_SYSTEM_CLFFT=ON
54
55 diff --git a/sci-libs/arrayfire/metadata.xml b/sci-libs/arrayfire/metadata.xml
56 index 1ed53d4..1564d66 100644
57 --- a/sci-libs/arrayfire/metadata.xml
58 +++ b/sci-libs/arrayfire/metadata.xml
59 @@ -29,5 +29,8 @@
60 <flag name="graphics">
61 Build with Forge graphics.
62 </flag>
63 + <flag name="unified">
64 + Build Backend-Independent API.
65 + </flag>
66 </use>
67 </pkgmetadata>