* [gentoo-commits] proj/sci:master commit in: sci-libs/libgeodecomp/
@ 2013-02-10 14:39 Alexey Shvetsov
0 siblings, 0 replies; 12+ messages in thread
From: Alexey Shvetsov @ 2013-02-10 14:39 UTC (permalink / raw
To: gentoo-commits
commit: 6e0f34316b8f6f860aa89f8d1ec2714c1340a214
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Fri Feb 8 11:59:35 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Feb 8 11:59:35 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6e0f3431
fixed indenting, descriptions and updated to EAPI 5
---
sci-libs/libgeodecomp/libgeodecomp-0.1.0.ebuild | 7 ++-----
sci-libs/libgeodecomp/libgeodecomp-9999.ebuild | 8 ++++----
2 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/sci-libs/libgeodecomp/libgeodecomp-0.1.0.ebuild b/sci-libs/libgeodecomp/libgeodecomp-0.1.0.ebuild
index 8788891..9e6c3a3 100644
--- a/sci-libs/libgeodecomp/libgeodecomp-0.1.0.ebuild
+++ b/sci-libs/libgeodecomp/libgeodecomp-0.1.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
if [ ${PV} == "9999" ] ; then
_SCM=mercurial
@@ -18,7 +18,7 @@ fi
inherit cmake-utils vcs-snapshot ${_SCM}
-DESCRIPTION="An auto-parallelizing library to speed up computer simulations."
+DESCRIPTION="An auto-parallelizing library to speed up computer simulations"
HOMEPAGE="http://www.libgeodecomp.org"
LICENSE="LGPL-3"
@@ -33,9 +33,6 @@ src_prepare() {
src_compile() {
cmake-utils_src_compile
- if use doc; then
- cmake-utils_src_compile doc
- fi
}
src_install() {
diff --git a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
index 4d75771..5c33cf8 100644
--- a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
+++ b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 2013-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit versionator
@@ -20,7 +20,7 @@ fi
inherit cmake-utils vcs-snapshot ${_SCM}
-DESCRIPTION="An auto-parallelizing library to speed up computer simulations."
+DESCRIPTION="An auto-parallelizing library to speed up computer simulations"
HOMEPAGE="http://www.libgeodecomp.org"
LICENSE="LGPL-3"
@@ -29,7 +29,7 @@ IUSE="doc"
RDEPEND=">=dev-libs/boost-1.48"
DEPEND="${RDEPEND}
-doc? ( app-doc/doxygen )"
+ doc? ( app-doc/doxygen )"
src_compile() {
cmake-utils_src_compile
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libgeodecomp/
@ 2013-02-10 14:39 Alexey Shvetsov
0 siblings, 0 replies; 12+ messages in thread
From: Alexey Shvetsov @ 2013-02-10 14:39 UTC (permalink / raw
To: gentoo-commits
commit: 98071cf9e541365d21dfa26c509e9e646ab78f0d
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Fri Feb 8 13:47:53 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Feb 8 13:47:53 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=98071cf9
dropped superfluous vcs-snapshot eclass and functions equivalent to default
---
sci-libs/libgeodecomp/libgeodecomp-0.1.0.ebuild | 27 ++++++-----------------
sci-libs/libgeodecomp/libgeodecomp-9999.ebuild | 17 +++-----------
2 files changed, 11 insertions(+), 33 deletions(-)
diff --git a/sci-libs/libgeodecomp/libgeodecomp-0.1.0.ebuild b/sci-libs/libgeodecomp/libgeodecomp-0.1.0.ebuild
index 9e6c3a3..c7fa257 100644
--- a/sci-libs/libgeodecomp/libgeodecomp-0.1.0.ebuild
+++ b/sci-libs/libgeodecomp/libgeodecomp-0.1.0.ebuild
@@ -4,32 +4,23 @@
EAPI=5
-if [ ${PV} == "9999" ] ; then
- _SCM=mercurial
- EHG_REPO_URI="http://bitbucket.org/gentryx/libgeodecomp"
- SRC_URI=""
- KEYWORDS=""
- CMAKE_USE_DIR="${S}/src"
-else
- SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2"
- KEYWORDS="~amd64 ~ppc ~x86"
- S="${WORKDIR}/${P}/src"
-fi
-
-inherit cmake-utils vcs-snapshot ${_SCM}
+SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2"
+KEYWORDS="~amd64 ~ppc ~x86"
+S="${WORKDIR}/${P}/src"
+
+inherit cmake-utils
DESCRIPTION="An auto-parallelizing library to speed up computer simulations"
HOMEPAGE="http://www.libgeodecomp.org"
LICENSE="LGPL-3"
SLOT="0"
+IUSE=""
RDEPEND=">=dev-libs/boost-1.48"
DEPEND="${RDEPEND}"
-src_prepare() {
- epatch "${FILESDIR}/cmake.patch"
-}
+PATCHES=( "${FILESDIR}/cmake.patch" )
src_compile() {
cmake-utils_src_compile
@@ -38,7 +29,3 @@ src_compile() {
src_install() {
cmake-utils_src_install
}
-
-src_test() {
- cmake-utils_src_compile test
-}
diff --git a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
index 5c33cf8..374120a 100644
--- a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
+++ b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
@@ -18,7 +18,7 @@ else
S="${WORKDIR}/${P}/src"
fi
-inherit cmake-utils vcs-snapshot ${_SCM}
+inherit cmake-utils ${_SCM}
DESCRIPTION="An auto-parallelizing library to speed up computer simulations"
HOMEPAGE="http://www.libgeodecomp.org"
@@ -33,20 +33,11 @@ DEPEND="${RDEPEND}
src_compile() {
cmake-utils_src_compile
- if use doc; then
- cmake-utils_src_compile doc
- fi
+ use doc && cmake-utils_src_make doc
}
src_install() {
+ DOCS=( README )
+ use doc && HTML_DOCS=( doc/html/* )
cmake-utils_src_install
-
- dodoc README
- if use doc; then
- dohtml doc/html/*
- fi
-}
-
-src_test() {
- cmake-utils_src_compile test
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libgeodecomp/
@ 2013-02-10 14:39 Alexey Shvetsov
0 siblings, 0 replies; 12+ messages in thread
From: Alexey Shvetsov @ 2013-02-10 14:39 UTC (permalink / raw
To: gentoo-commits
commit: 2536f8e68893ccf286bf789a8c0702048cf143bc
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Sun Feb 10 08:24:06 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Feb 10 08:24:06 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2536f8e6
reverted to calling cutils eclass functions
---
sci-libs/libgeodecomp/libgeodecomp-9999.ebuild | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
index 35ff147..c32453a 100644
--- a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
+++ b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
@@ -30,14 +30,14 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
src_compile() {
- default
+ cmake-utils_src_compile
use doc && cmake-utils_src_make doc
}
src_install() {
DOCS=( README )
use doc && HTML_DOCS=( doc/html/* )
- default
+ cmake-utils_src_install
}
src_test() {
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libgeodecomp/
@ 2013-07-07 23:30 Christoph Junghans
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Junghans @ 2013-07-07 23:30 UTC (permalink / raw
To: gentoo-commits
commit: b83c505f97c45e141a84fa3221da3e37ef74a5dc
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Sat Jul 6 20:33:27 2013 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat Jul 6 20:33:27 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b83c505f
added ebuild for LibGeoDecomp 0.2.0
---
sci-libs/libgeodecomp/libgeodecomp-0.2.0.ebuild | 36 +++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/sci-libs/libgeodecomp/libgeodecomp-0.2.0.ebuild b/sci-libs/libgeodecomp/libgeodecomp-0.2.0.ebuild
new file mode 100644
index 0000000..4c41adc
--- /dev/null
+++ b/sci-libs/libgeodecomp/libgeodecomp-0.2.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2013-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="An auto-parallelizing library to speed up computer simulations"
+HOMEPAGE="http://www.libgeodecomp.org"
+SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-libs/boost-1.48"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${P}/src"
+
+src_compile() {
+ cmake-utils_src_compile
+ use doc && cmake-utils_src_make doc
+}
+
+src_install() {
+ DOCS=( ../README )
+ use doc && HTML_DOCS=( ../doc/html/* )
+ cmake-utils_src_install
+}
+
+src_test() {
+ cmake-utils_src_make test
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libgeodecomp/
@ 2014-01-20 9:00 Justin Lecher
0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2014-01-20 9:00 UTC (permalink / raw
To: gentoo-commits
commit: 70a9cb3f9da3e034a0294ce61918f0c42c6011b8
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Fri Jan 17 20:29:22 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 20:29:22 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=70a9cb3f
added ebuild for LibGeoDecomp 0.3.1
---
sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild | 36 +++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild b/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild
new file mode 100644
index 0000000..4c41adc
--- /dev/null
+++ b/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2013-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils
+
+DESCRIPTION="An auto-parallelizing library to speed up computer simulations"
+HOMEPAGE="http://www.libgeodecomp.org"
+SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="LGPL-3"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-libs/boost-1.48"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${P}/src"
+
+src_compile() {
+ cmake-utils_src_compile
+ use doc && cmake-utils_src_make doc
+}
+
+src_install() {
+ DOCS=( ../README )
+ use doc && HTML_DOCS=( ../doc/html/* )
+ cmake-utils_src_install
+}
+
+src_test() {
+ cmake-utils_src_make test
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libgeodecomp/
@ 2014-01-29 9:17 Justin Lecher
0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2014-01-29 9:17 UTC (permalink / raw
To: gentoo-commits
commit: 066dbc41d31f13f7386a0dcfa7cc49364b5c3229
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Mon Jan 27 12:31:20 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 12:31:20 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=066dbc41
updated LibGeoDecomp ebuild to work with changes to the build system from upstream
---
sci-libs/libgeodecomp/libgeodecomp-9999.ebuild | 36 ++++++++++++++++++++++----
1 file changed, 31 insertions(+), 5 deletions(-)
diff --git a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
index c32453a..ffb59f4 100644
--- a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
+++ b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
@@ -9,11 +9,11 @@ if [ ${PV} == "9999" ] ; then
EHG_REPO_URI="http://bitbucket.org/gentryx/libgeodecomp"
SRC_URI=""
KEYWORDS=""
- CMAKE_USE_DIR="${S}/src"
+ CMAKE_USE_DIR="${S}"
else
SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2"
KEYWORDS="~amd64 ~ppc ~x86"
- S="${WORKDIR}/${P}/src"
+ S="${WORKDIR}/${P}"
fi
inherit cmake-utils ${_SCM}
@@ -23,12 +23,38 @@ HOMEPAGE="http://www.libgeodecomp.org"
SLOT="0"
LICENSE="LGPL-3"
-IUSE="doc"
+IUSE="cuda doc hpx mpi opencl opencv qt scotch threads visit"
-RDEPEND=">=dev-libs/boost-1.48"
+RDEPEND="
+ >=dev-libs/boost-1.48
+ cuda? ( dev-util/nvidia-cuda-toolkit )
+ hpx? ( =sys-cluster/hpx-9999 )
+ mpi? ( virtual/mpi )
+ opencl? ( virtual/opencl )
+ opencv? ( media-libs/opencv )
+ qt? ( dev-qt/qtgui )
+ scotch? ( sci-libs/scotch )
+ visit? ( sci-visualization/visit )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
+src_configure() {
+ local mycmakeargs=(
+ -DWITH_BOOST_SERIALIZATION=true
+ $(cmake-utils_use_with cuda CUDA)
+ $(cmake-utils_use_with hpx HPX)
+ $(cmake-utils_use_with mpi BOOST_MPI)
+ $(cmake-utils_use_with mpi MPI)
+ $(cmake-utils_use_with opencl OPENCL)
+ $(cmake-utils_use_with opencv OPENCV)
+ $(cmake-utils_use_with qt QT)
+ $(cmake-utils_use_with scotch SCOTCH)
+ $(cmake-utils_use_with threads THREADS)
+ $(cmake-utils_use_with visit VISIT)
+ )
+ cmake-utils_src_configure
+}
+
src_compile() {
cmake-utils_src_compile
use doc && cmake-utils_src_make doc
@@ -42,4 +68,4 @@ src_install() {
src_test() {
cmake-utils_src_make test
-}
\ No newline at end of file
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libgeodecomp/
@ 2014-01-29 9:17 Justin Lecher
0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2014-01-29 9:17 UTC (permalink / raw
To: gentoo-commits
commit: 5d1f2f11d2fd777082d07a42cdeba531d8182437
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Tue Jan 28 08:40:37 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 08:40:37 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5d1f2f11
fixed copyright dates and use flag descriptions to make repoman happy
---
sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild | 4 ++--
sci-libs/libgeodecomp/libgeodecomp-9999.ebuild | 4 ++--
sci-libs/libgeodecomp/metadata.xml | 24 ++++++++++++++++++++++++
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 4c41adc..7437ba7 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 ffb59f4..ae22a66 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 d61635c..a38b2f2 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>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libgeodecomp/
@ 2014-01-29 9:17 Justin Lecher
0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2014-01-29 9:17 UTC (permalink / raw
To: gentoo-commits
commit: e04cfb52aa66b94a027a6362907f0027d15a0f7e
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Tue Jan 28 15:20:58 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 15:20:58 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e04cfb52
moved to use flag qt4, added cuda eclass
---
sci-libs/libgeodecomp/libgeodecomp-9999.ebuild | 8 ++++----
sci-libs/libgeodecomp/metadata.xml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
index ae22a66..22a4d89 100644
--- a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
+++ b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
@@ -16,14 +16,14 @@ else
S="${WORKDIR}/${P}"
fi
-inherit cmake-utils ${_SCM}
+inherit cmake-utils cuda ${_SCM}
DESCRIPTION="An auto-parallelizing library to speed up computer simulations"
HOMEPAGE="http://www.libgeodecomp.org"
SLOT="0"
LICENSE="Boost-1.0"
-IUSE="cuda doc hpx mpi opencl opencv qt scotch threads visit"
+IUSE="cuda doc hpx mpi opencl opencv qt4 scotch threads visit"
RDEPEND="
>=dev-libs/boost-1.48
@@ -32,7 +32,7 @@ RDEPEND="
mpi? ( virtual/mpi )
opencl? ( virtual/opencl )
opencv? ( media-libs/opencv )
- qt? ( dev-qt/qtgui )
+ qt4? ( dev-qt/qtgui )
scotch? ( sci-libs/scotch )
visit? ( sci-visualization/visit )"
DEPEND="${RDEPEND}
@@ -47,7 +47,7 @@ src_configure() {
$(cmake-utils_use_with mpi MPI)
$(cmake-utils_use_with opencl OPENCL)
$(cmake-utils_use_with opencv OPENCV)
- $(cmake-utils_use_with qt QT)
+ $(cmake-utils_use_with qt4 QT)
$(cmake-utils_use_with scotch SCOTCH)
$(cmake-utils_use_with threads THREADS)
$(cmake-utils_use_with visit VISIT)
diff --git a/sci-libs/libgeodecomp/metadata.xml b/sci-libs/libgeodecomp/metadata.xml
index a38b2f2..cc4b4b3 100644
--- a/sci-libs/libgeodecomp/metadata.xml
+++ b/sci-libs/libgeodecomp/metadata.xml
@@ -24,7 +24,7 @@
<flag name="opencv">
Some input components can read from cameras etc. via OpenCV
</flag>
- <flag name="qt">
+ <flag name="qt4">
Adds the QTWidgetWriter, which allows in situ visualization of a
running simulation.
</flag>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libgeodecomp/
@ 2014-01-29 9:17 Justin Lecher
0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2014-01-29 9:17 UTC (permalink / raw
To: gentoo-commits
commit: 2c697b1b9775406a03054c3daab24704b6604de1
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Tue Jan 28 15:47:46 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 15:47:46 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2c697b1b
use correct slot for QT dependency
---
sci-libs/libgeodecomp/libgeodecomp-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
index 22a4d89..9fcec92 100644
--- a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
+++ b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
mpi? ( virtual/mpi )
opencl? ( virtual/opencl )
opencv? ( media-libs/opencv )
- qt4? ( dev-qt/qtgui )
+ qt4? ( dev-qt/qtgui:4 )
scotch? ( sci-libs/scotch )
visit? ( sci-visualization/visit )"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libgeodecomp/
@ 2014-03-22 9:45 Justin Lecher
0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2014-03-22 9:45 UTC (permalink / raw
To: gentoo-commits
commit: 5991215957f26895838a3ea23d997732ea6d8d12
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 09:44:06 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 09:44:06 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=59912159
sci-libs/libgeodecomp: Add missing die
Package-Manager: portage-2.2.8-r1
RepoMan-Options: --force
---
sci-libs/libgeodecomp/ChangeLog | 8 ++++++++
sci-libs/libgeodecomp/libgeodecomp-9999.ebuild | 3 +--
sci-libs/libgeodecomp/metadata.xml | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/sci-libs/libgeodecomp/ChangeLog b/sci-libs/libgeodecomp/ChangeLog
new file mode 100644
index 0000000..6f5ecda
--- /dev/null
+++ b/sci-libs/libgeodecomp/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-libs/libgeodecomp
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 22 Mar 2014; Justin Lecher <jlec@gentoo.org> libgeodecomp-9999.ebuild,
+ metadata.xml:
+ Add missing die
+
diff --git a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
index bda4cce..665b9e4 100644
--- a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
+++ b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
@@ -40,8 +40,7 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
src_prepare() {
- rm -rf lib/libflatarray
- rm -rf src/libflatarray
+ rm -rf {lib,src}/libflatarray || die
}
src_configure() {
diff --git a/sci-libs/libgeodecomp/metadata.xml b/sci-libs/libgeodecomp/metadata.xml
index cc4b4b3..fac83b2 100644
--- a/sci-libs/libgeodecomp/metadata.xml
+++ b/sci-libs/libgeodecomp/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>cluster</herd>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libgeodecomp/
@ 2014-03-23 13:58 Christoph Junghans
0 siblings, 0 replies; 12+ messages in thread
From: Christoph Junghans @ 2014-03-23 13:58 UTC (permalink / raw
To: gentoo-commits
commit: 3f6d455d38de8bfda78e71c39cb2ddfdfa8b8b46
Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
AuthorDate: Sat Mar 22 09:44:37 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 09:44:37 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3f6d455d
die if libflatarray directories are not present
---
sci-libs/libgeodecomp/libgeodecomp-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
index bda4cce..9cc443d 100644
--- a/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
+++ b/sci-libs/libgeodecomp/libgeodecomp-9999.ebuild
@@ -40,8 +40,8 @@ DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
src_prepare() {
- rm -rf lib/libflatarray
- rm -rf src/libflatarray
+ rm -rf lib/libflatarray || die
+ rm -rf src/libflatarray || die
}
src_configure() {
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-libs/libgeodecomp/
@ 2015-04-16 6:34 Justin Lecher
0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2015-04-16 6:34 UTC (permalink / raw
To: gentoo-commits
commit: 4c796ecf50ea70ce1eaecb419e70991b1e915bfb
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 06:31:41 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 06:31:41 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4c796ecf
sci-libs/libgeodecomp: In CVS
Package-Manager: portage-2.2.18
sci-libs/libgeodecomp/ChangeLog | 8 ++++--
sci-libs/libgeodecomp/libgeodecomp-0.1.0.ebuild | 26 ------------------
sci-libs/libgeodecomp/libgeodecomp-0.2.0.ebuild | 36 -------------------------
sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild | 36 -------------------------
4 files changed, 6 insertions(+), 100 deletions(-)
diff --git a/sci-libs/libgeodecomp/ChangeLog b/sci-libs/libgeodecomp/ChangeLog
index 6f5ecda..c734a2b 100644
--- a/sci-libs/libgeodecomp/ChangeLog
+++ b/sci-libs/libgeodecomp/ChangeLog
@@ -1,8 +1,12 @@
# ChangeLog for sci-libs/libgeodecomp
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 16 Apr 2015; Justin Lecher <jlec@gentoo.org> -Manifest,
+ -libgeodecomp-0.1.0.ebuild, -libgeodecomp-0.2.0.ebuild,
+ -libgeodecomp-0.3.1.ebuild:
+ sci-libs/libgeodecomp: In CVS
+
22 Mar 2014; Justin Lecher <jlec@gentoo.org> libgeodecomp-9999.ebuild,
metadata.xml:
Add missing die
-
diff --git a/sci-libs/libgeodecomp/libgeodecomp-0.1.0.ebuild b/sci-libs/libgeodecomp/libgeodecomp-0.1.0.ebuild
deleted file mode 100644
index 6cee3be..0000000
--- a/sci-libs/libgeodecomp/libgeodecomp-0.1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="An auto-parallelizing library to speed up computer simulations"
-HOMEPAGE="http://www.libgeodecomp.org"
-SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/boost-1.48"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${P}/src"
-PATCHES=( "${FILESDIR}/cmake.patch" )
-
-src_test() {
- cmake-utils_src_make test
-}
\ No newline at end of file
diff --git a/sci-libs/libgeodecomp/libgeodecomp-0.2.0.ebuild b/sci-libs/libgeodecomp/libgeodecomp-0.2.0.ebuild
deleted file mode 100644
index 798adad..0000000
--- a/sci-libs/libgeodecomp/libgeodecomp-0.2.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="An auto-parallelizing library to speed up computer simulations"
-HOMEPAGE="http://www.libgeodecomp.org"
-SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/boost-1.48"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${P}/src"
-
-src_compile() {
- cmake-utils_src_compile
- use doc && cmake-utils_src_make doc
-}
-
-src_install() {
- DOCS=( ../README )
- use doc && HTML_DOCS=( ../doc/html/* )
- cmake-utils_src_install
-}
-
-src_test() {
- cmake-utils_src_make test
-}
diff --git a/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild b/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild
deleted file mode 100644
index 31d1e6b..0000000
--- a/sci-libs/libgeodecomp/libgeodecomp-0.3.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="An auto-parallelizing library to speed up computer simulations"
-HOMEPAGE="http://www.libgeodecomp.org"
-SRC_URI="http://www.libgeodecomp.org/archive/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="Boost-1.0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc"
-
-RDEPEND=">=dev-libs/boost-1.48"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${P}/src"
-
-src_compile() {
- cmake-utils_src_compile
- use doc && cmake-utils_src_make doc
-}
-
-src_install() {
- DOCS=( ../README )
- use doc && HTML_DOCS=( ../doc/html/* )
- cmake-utils_src_install
-}
-
-src_test() {
- cmake-utils_src_make test
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2015-04-16 6:35 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 9:00 [gentoo-commits] proj/sci:master commit in: sci-libs/libgeodecomp/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2015-04-16 6:34 Justin Lecher
2014-03-23 13:58 Christoph Junghans
2014-03-22 9:45 Justin Lecher
2014-01-29 9:17 Justin Lecher
2014-01-29 9:17 Justin Lecher
2014-01-29 9:17 Justin Lecher
2014-01-29 9:17 Justin Lecher
2013-07-07 23:30 Christoph Junghans
2013-02-10 14:39 Alexey Shvetsov
2013-02-10 14:39 Alexey Shvetsov
2013-02-10 14:39 Alexey Shvetsov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox