Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/
Date: Mon, 02 Feb 2015 12:06:30
Message-Id: 1422788530.07578281bcf656cf90929f1e70259aaa69bed5ba.jlec@gentoo
1 commit: 07578281bcf656cf90929f1e70259aaa69bed5ba
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Sun Feb 1 11:02:10 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 1 11:02:10 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=07578281
7
8 sci-libs/arrayfire: Add longdescription
9
10 ---
11 sci-libs/arrayfire/metadata.xml | 7 +++++++
12 1 file changed, 7 insertions(+)
13
14 diff --git a/sci-libs/arrayfire/metadata.xml b/sci-libs/arrayfire/metadata.xml
15 index 45fc556..0ef39ac 100644
16 --- a/sci-libs/arrayfire/metadata.xml
17 +++ b/sci-libs/arrayfire/metadata.xml
18 @@ -6,6 +6,13 @@
19 <email>marbre@××××××××××××××.de</email>
20 <name>Marius Brehler</name>
21 </maintainer>
22 + <longdescription>
23 + ArrayFire is a high performance software library for parallel
24 + computing with an easy-to-use API. Its array based function set
25 + makes parallel programming simple. ArrayFire's multiple backends
26 + (CUDA, OpenCL and native CPU) make it platform independent and
27 + highly portable.
28 + </longdescription>
29 <use>
30 <flag name="cpu">
31 Enable CPU Build.