aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schäfer <gentryx@gmx.de>2014-01-28 09:40:37 +0100
committerAndreas Schäfer <gentryx@gmx.de>2014-01-28 09:40:37 +0100
commit5d1f2f11d2fd777082d07a42cdeba531d8182437 (patch)
tree18605adf2f7abca718966a1389a23afdc3055903 /sci-libs/libgeodecomp
parentadded ebuilds for HPX 0.9.7 and upstream (diff)
downloadsci-5d1f2f11d2fd777082d07a42cdeba531d8182437.tar.gz
sci-5d1f2f11d2fd777082d07a42cdeba531d8182437.tar.bz2
sci-5d1f2f11d2fd777082d07a42cdeba531d8182437.zip
fixed copyright dates and use flag descriptions to make repoman happy
Diffstat (limited to 'sci-libs/libgeodecomp')
-rw-r--r--sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild4
-rw-r--r--sci-libs/libgeodecomp/libgeodecomp-9999.ebuild4
-rw-r--r--sci-libs/libgeodecomp/metadata.xml24
3 files changed, 28 insertions, 4 deletions
diff --git a/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild b/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild
index 4c41adc28..7437ba7e9 100644
--- a/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild
+++ b/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2013-2013 Gentoo Foundation
+# Copyright 2014-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.libgeodecomp.org"
SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2"
SLOT="0"
-LICENSE="LGPL-3"
+LICENSE="Boost-1.0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
diff --git a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
index ffb59f43c..ae22a6604 100644
--- a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
+++ b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2013-2013 Gentoo Foundation
+# Copyright 2013-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -22,7 +22,7 @@ DESCRIPTION="An auto-parallelizing library to speed up computer simulations"
HOMEPAGE="http://www.libgeodecomp.org"
SLOT="0"
-LICENSE="LGPL-3"
+LICENSE="Boost-1.0"
IUSE="cuda doc hpx mpi opencl opencv qt scotch threads visit"
RDEPEND="
diff --git a/sci-libs/libgeodecomp/metadata.xml b/sci-libs/libgeodecomp/metadata.xml
index d61635c6d..a38b2f20e 100644
--- a/sci-libs/libgeodecomp/metadata.xml
+++ b/sci-libs/libgeodecomp/metadata.xml
@@ -11,4 +11,28 @@
<maintainer>
<email>gentryx@gmx.de</email>
</maintainer>
+ <use>
+ <flag name="cuda">
+ Enables plugins for NVIDIA GPUs (e.g. CUDASimulator and CUDAStepper)
+ </flag>
+ <flag name="hpx">
+ Activates the HPX backend as an alternative to the usual MPI backends.
+ </flag>
+ <flag name="opencl">
+ Builds those plugins which can offload to OpenCL devices.
+ </flag>
+ <flag name="opencv">
+ Some input components can read from cameras etc. via OpenCV
+ </flag>
+ <flag name="qt">
+ Adds the QTWidgetWriter, which allows in situ visualization of a
+ running simulation.
+ </flag>
+ <flag name="scotch">
+ Optinally use Scotch for domain decomposition.
+ </flag>
+ <flag name="visit">
+ Add in situ visualization for big simulations via VisIt.
+ </flag>
+ </use>
</pkgmetadata>