nanoflann 1.4.3+ds-1 source package in Ubuntu

Changelog

nanoflann (1.4.3+ds-1) unstable; urgency=medium

  * New upstream version 1.4.3+ds
  * Bump Standards-Version to 4.6.1

 -- Timo Röhling <email address hidden>  Wed, 27 Jul 2022 11:19:08 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nanoflann_1.4.3+ds-1.dsc 2.0 KiB 1d7fe7c1cea1d6b82cbbc6ebdbef56ca43e5433ebc09b4cd512ae0c4ed9d2510
nanoflann_1.4.3+ds.orig.tar.xz 331.6 KiB 3e30bf0ba1c7d98a8ddc3fe463f468de9b3b625f0a0eee95515b4d5b018c7e32
nanoflann_1.4.3+ds-1.debian.tar.xz 4.4 KiB feb4bc0729e36059a2896b6b709e34e1c45d6851e7ddf8bcc95f97d47f47671d

Available diffs

No changes file available.

Binary packages built by this source

libnanoflann-dev: C++11 header-only library for Nearest Neighbor Search with KD-Trees

 Nanoflann is a fork of the FLANN library. Originally born as a child project
 of the Mobile Robot Programming Toolkit, nanoflann is now available as
 stand-alone library.
 .
 It trades some of the flexibility of FLANN for raw execution speed and is much
 more memory efficient, as it avoids unnecessary copies of point cloud data.