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:58
Message-Id: 1390922458.e04cfb52aa66b94a027a6362907f0027d15a0f7e.jlec@gentoo
1 commit: e04cfb52aa66b94a027a6362907f0027d15a0f7e
2 Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
3 AuthorDate: Tue Jan 28 15:20:58 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 15:20:58 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e04cfb52
7
8 moved to use flag qt4, added cuda eclass
9
10 ---
11 sci-libs/libgeodecomp/libgeodecomp-9999.ebuild | 8 ++++----
12 sci-libs/libgeodecomp/metadata.xml | 2 +-
13 2 files changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
16 index ae22a66..22a4d89 100644
17 --- a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
18 +++ b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
19 @@ -16,14 +16,14 @@ else
20 S="${WORKDIR}/${P}"
21 fi
22
23 -inherit cmake-utils ${_SCM}
24 +inherit cmake-utils cuda ${_SCM}
25
26 DESCRIPTION="An auto-parallelizing library to speed up computer simulations"
27 HOMEPAGE="http://www.libgeodecomp.org"
28
29 SLOT="0"
30 LICENSE="Boost-1.0"
31 -IUSE="cuda doc hpx mpi opencl opencv qt scotch threads visit"
32 +IUSE="cuda doc hpx mpi opencl opencv qt4 scotch threads visit"
33
34 RDEPEND="
35 >=dev-libs/boost-1.48
36 @@ -32,7 +32,7 @@ RDEPEND="
37 mpi? ( virtual/mpi )
38 opencl? ( virtual/opencl )
39 opencv? ( media-libs/opencv )
40 - qt? ( dev-qt/qtgui )
41 + qt4? ( dev-qt/qtgui )
42 scotch? ( sci-libs/scotch )
43 visit? ( sci-visualization/visit )"
44 DEPEND="${RDEPEND}
45 @@ -47,7 +47,7 @@ src_configure() {
46 $(cmake-utils_use_with mpi MPI)
47 $(cmake-utils_use_with opencl OPENCL)
48 $(cmake-utils_use_with opencv OPENCV)
49 - $(cmake-utils_use_with qt QT)
50 + $(cmake-utils_use_with qt4 QT)
51 $(cmake-utils_use_with scotch SCOTCH)
52 $(cmake-utils_use_with threads THREADS)
53 $(cmake-utils_use_with visit VISIT)
54
55 diff --git a/sci-libs/libgeodecomp/metadata.xml b/sci-libs/libgeodecomp/metadata.xml
56 index a38b2f2..cc4b4b3 100644
57 --- a/sci-libs/libgeodecomp/metadata.xml
58 +++ b/sci-libs/libgeodecomp/metadata.xml
59 @@ -24,7 +24,7 @@
60 <flag name="opencv">
61 Some input components can read from cameras etc. via OpenCV
62 </flag>
63 - <flag name="qt">
64 + <flag name="qt4">
65 Adds the QTWidgetWriter, which allows in situ visualization of a
66 running simulation.
67 </flag>