public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: sci-libs/flann/
@ 2011-04-29 21:43 Tomas Chvatal
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal @ 2011-04-29 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     42bbc75167e6a65d9fd8c37ef53992c36980057f
Author:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 20:58:36 2011 +0000
Commit:     Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 20:58:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=42bbc751

[sci-libs/flann] Add new ebuild. Requirement for media-libs/opencv

---
 sci-libs/flann/flann-1.6.8.ebuild |   43 +++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

diff --git a/sci-libs/flann/flann-1.6.8.ebuild b/sci-libs/flann/flann-1.6.8.ebuild
new file mode 100644
index 0000000..09d4c0a
--- /dev/null
+++ b/sci-libs/flann/flann-1.6.8.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+PYTHON_DEPEND="python? 2:2.5"
+
+inherit python cmake-utils
+
+DESCRIPTION="Library for performing fast approximate nearest neighbor searches in high dimensional spaces"
+HOMEPAGE="http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN"
+SRC_URI="http://people.cs.ubc.ca/~mariusm/uploads/FLANN/${P}-src.zip"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="python test"
+
+RDEPEND="sci-libs/hdf5[mpi,threads]
+	python? ( dev-python/numpy )"
+DEPEND="${DEPEND}
+	test? ( dev-util/gtest )"
+
+S=${WORKDIR}/${P}-src
+
+src_prepare() {
+	sed -i -e "s:share/doc/flann:share/doc/${PF}:" doc/CMakeLists.txt || die
+}
+
+src_configure() {
+	local mycmakeargs=(
+		"-DBUILD_C_BINDINGS=ON"
+		"-DBUILD_MATLAB_BINDINGS=OFF"
+		$(cmake-utils_use_build python PYTHON_BINDINGS)
+	)
+	cmake-utils_src_configure
+}
+
+src_test() {
+	cd "${CMAKE_BUILD_DIR}"
+	make test || die
+}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/kde:master commit in: sci-libs/flann/
@ 2011-04-30 19:15 Andreas K. Huettel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Huettel @ 2011-04-30 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     800a48408b30f8c6b082e5d634d19e35623b8309
Author:     Andreas K. Huettel (dilfridge) <mail <AT> akhuettel <DOT> de>
AuthorDate: Sat Apr 30 19:17:48 2011 +0000
Commit:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 19:17:48 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=800a4840

[sci-libs/flann] Moved to main tree

---
 sci-libs/flann/flann-1.6.8.ebuild |   43 -------------------------------------
 1 files changed, 0 insertions(+), 43 deletions(-)

diff --git a/sci-libs/flann/flann-1.6.8.ebuild b/sci-libs/flann/flann-1.6.8.ebuild
deleted file mode 100644
index 09d4c0a..0000000
--- a/sci-libs/flann/flann-1.6.8.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-PYTHON_DEPEND="python? 2:2.5"
-
-inherit python cmake-utils
-
-DESCRIPTION="Library for performing fast approximate nearest neighbor searches in high dimensional spaces"
-HOMEPAGE="http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN"
-SRC_URI="http://people.cs.ubc.ca/~mariusm/uploads/FLANN/${P}-src.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="python test"
-
-RDEPEND="sci-libs/hdf5[mpi,threads]
-	python? ( dev-python/numpy )"
-DEPEND="${DEPEND}
-	test? ( dev-util/gtest )"
-
-S=${WORKDIR}/${P}-src
-
-src_prepare() {
-	sed -i -e "s:share/doc/flann:share/doc/${PF}:" doc/CMakeLists.txt || die
-}
-
-src_configure() {
-	local mycmakeargs=(
-		"-DBUILD_C_BINDINGS=ON"
-		"-DBUILD_MATLAB_BINDINGS=OFF"
-		$(cmake-utils_use_build python PYTHON_BINDINGS)
-	)
-	cmake-utils_src_configure
-}
-
-src_test() {
-	cd "${CMAKE_BUILD_DIR}"
-	make test || die
-}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-30 19:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-30 19:15 [gentoo-commits] proj/kde:master commit in: sci-libs/flann/ Andreas K. Huettel
  -- strict thread matches above, loose matches on Subject: below --
2011-04-29 21:43 Tomas Chvatal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox