mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
flann: rebuild for hdf5
This commit is contained in:
parent
64f5d15885
commit
4b66ca1701
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'flann'
|
# Template file for 'flann'
|
||||||
pkgname=flann
|
pkgname=flann
|
||||||
version=1.9.1
|
version=1.9.1
|
||||||
revision=4
|
revision=5
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
makedepends="gtest-devel hdf5-devel"
|
makedepends="gtest-devel hdf5-devel"
|
||||||
short_desc="Fast library for approximate nearest neighbors"
|
short_desc="Fast library for approximate nearest neighbors"
|
||||||
maintainer="Florian Eich <flrn@nrmncr.net>"
|
maintainer="Florian Eich <flrn@nrmncr.net>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="http://www.cs.ubc.ca/research/${pkgname}/"
|
homepage="http://www.cs.ubc.ca/research/flann/"
|
||||||
distfiles="https://github.com/mariusmuja/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/flann-lib/flann/archive/${version}.tar.gz"
|
||||||
checksum=b23b5f4e71139faa3bcb39e6bbcc76967fbaf308c4ee9d4f5bfbeceaa76cc5d3
|
checksum=b23b5f4e71139faa3bcb39e6bbcc76967fbaf308c4ee9d4f5bfbeceaa76cc5d3
|
||||||
|
make_check=no # broken
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue