public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] proj/kde:master commit in: sci-libs/flann/
@ 2011-04-30 19:15 99% Andreas K. Huettel
  0 siblings, 0 replies; 1+ results
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	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2011-04-30 19:15 99% [gentoo-commits] proj/kde:master commit in: sci-libs/flann/ Andreas K. Huettel

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