From 4b66ca1701b05cf4eb731f0157d02e741cc486cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Thu, 15 Aug 2024 23:13:01 -0300 Subject: [PATCH] flann: rebuild for hdf5 --- srcpkgs/flann/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/flann/template b/srcpkgs/flann/template index af43cccd780..9e4f38f91e2 100644 --- a/srcpkgs/flann/template +++ b/srcpkgs/flann/template @@ -1,15 +1,16 @@ # Template file for 'flann' pkgname=flann version=1.9.1 -revision=4 +revision=5 build_style=cmake makedepends="gtest-devel hdf5-devel" short_desc="Fast library for approximate nearest neighbors" maintainer="Florian Eich " -license="BSD" -homepage="http://www.cs.ubc.ca/research/${pkgname}/" -distfiles="https://github.com/mariusmuja/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" +license="BSD-3-Clause" +homepage="http://www.cs.ubc.ca/research/flann/" +distfiles="https://github.com/flann-lib/flann/archive/${version}.tar.gz" checksum=b23b5f4e71139faa3bcb39e6bbcc76967fbaf308c4ee9d4f5bfbeceaa76cc5d3 +make_check=no # broken post_install() { vlicense COPYING