diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-12-07 19:10:23 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-12-07 19:10:23 +0000 |
commit | a37fcc4661713f437da516150a889334ff4f7759 (patch) | |
tree | 9f90a2d6a767340c0f4513430454e76f9fd63754 /sci-libs/flann/flann-1.7.1.ebuild | |
parent | Update SRC_URI. (diff) | |
download | gentoo-2-a37fcc4661713f437da516150a889334ff4f7759.tar.gz gentoo-2-a37fcc4661713f437da516150a889334ff4f7759.tar.bz2 gentoo-2-a37fcc4661713f437da516150a889334ff4f7759.zip |
sci-libs/flann: Fix compilation problem with cuda; depend on fixed octave version for gcc-4.8, #492488; patch cmake and send patches upstream instead of sedding, add missing deps; use cuda.eclass; fix HOMEPAGE
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/flann/flann-1.7.1.ebuild')
-rw-r--r-- | sci-libs/flann/flann-1.7.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/flann/flann-1.7.1.ebuild b/sci-libs/flann/flann-1.7.1.ebuild index 4ef2177e2d21..1e3669b93853 100644 --- a/sci-libs/flann/flann-1.7.1.ebuild +++ b/sci-libs/flann/flann-1.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/flann/flann-1.7.1.ebuild,v 1.4 2012/08/03 17:33:35 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/flann/flann-1.7.1.ebuild,v 1.5 2013/12/07 19:10:22 jlec Exp $ EAPI=3 @@ -9,7 +9,7 @@ PYTHON_DEPEND="python? 2:2.5" inherit cmake-utils eutils python DESCRIPTION="Library for performing fast approximate nearest neighbor searches in high dimensional spaces" -HOMEPAGE="http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN/" +HOMEPAGE="http://www.cs.ubc.ca/research/flann/" SRC_URI="http://people.cs.ubc.ca/~mariusm/uploads/FLANN/${P}-src.zip test? ( http://dev.gentoo.org/~dilfridge/distfiles/${PN}-1.6.10-testdata.tar.xz )" |