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/libgeodecomp/
Date: Wed, 29 Jan 2014 09:17:59
Message-Id: 1390898437.5d1f2f11d2fd777082d07a42cdeba531d8182437.jlec@gentoo
1 commit: 5d1f2f11d2fd777082d07a42cdeba531d8182437
2 Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
3 AuthorDate: Tue Jan 28 08:40:37 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 08:40:37 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5d1f2f11
7
8 fixed copyright dates and use flag descriptions to make repoman happy
9
10 ---
11 sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild | 4 ++--
12 sci-libs/libgeodecomp/libgeodecomp-9999.ebuild | 4 ++--
13 sci-libs/libgeodecomp/metadata.xml | 24 ++++++++++++++++++++++++
14 3 files changed, 28 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild b/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild
17 index 4c41adc..7437ba7 100644
18 --- a/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild
19 +++ b/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2013-2013 Gentoo Foundation
22 +# Copyright 2014-2014 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Header: $
25
26 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.libgeodecomp.org"
27 SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2"
28
29 SLOT="0"
30 -LICENSE="LGPL-3"
31 +LICENSE="Boost-1.0"
32 KEYWORDS="~amd64 ~ppc ~x86"
33 IUSE="doc"
34
35
36 diff --git a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
37 index ffb59f4..ae22a66 100644
38 --- a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
39 +++ b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 2013-2013 Gentoo Foundation
42 +# Copyright 2013-2014 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Header: $
45
46 @@ -22,7 +22,7 @@ DESCRIPTION="An auto-parallelizing library to speed up computer simulations"
47 HOMEPAGE="http://www.libgeodecomp.org"
48
49 SLOT="0"
50 -LICENSE="LGPL-3"
51 +LICENSE="Boost-1.0"
52 IUSE="cuda doc hpx mpi opencl opencv qt scotch threads visit"
53
54 RDEPEND="
55
56 diff --git a/sci-libs/libgeodecomp/metadata.xml b/sci-libs/libgeodecomp/metadata.xml
57 index d61635c..a38b2f2 100644
58 --- a/sci-libs/libgeodecomp/metadata.xml
59 +++ b/sci-libs/libgeodecomp/metadata.xml
60 @@ -11,4 +11,28 @@
61 <maintainer>
62 <email>gentryx@×××.de</email>
63 </maintainer>
64 + <use>
65 + <flag name="cuda">
66 + Enables plugins for NVIDIA GPUs (e.g. CUDASimulator and CUDAStepper)
67 + </flag>
68 + <flag name="hpx">
69 + Activates the HPX backend as an alternative to the usual MPI backends.
70 + </flag>
71 + <flag name="opencl">
72 + Builds those plugins which can offload to OpenCL devices.
73 + </flag>
74 + <flag name="opencv">
75 + Some input components can read from cameras etc. via OpenCV
76 + </flag>
77 + <flag name="qt">
78 + Adds the QTWidgetWriter, which allows in situ visualization of a
79 + running simulation.
80 + </flag>
81 + <flag name="scotch">
82 + Optinally use Scotch for domain decomposition.
83 + </flag>
84 + <flag name="visit">
85 + Add in situ visualization for big simulations via VisIt.
86 + </flag>
87 + </use>
88 </pkgmetadata>