nanoflann 1.5.2+ds-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.5.2+ds
  * Update d/copyright

 -- Timo Röhling <email address hidden>  Fri, 01 Dec 2023 16:38:46 +0100

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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nanoflann_1.5.2+ds-1.dsc 2.1 KiB 02144666d1afcf9bbcb2a9102ecce70c4e054f8da71f3d389a29ce136facc2af
nanoflann_1.5.2+ds.orig.tar.xz 237.2 KiB a5c5015a60f107fb06bba21f0a6085cb8e0bff7942165e6fcc73637ecc98d9fe
nanoflann_1.5.2+ds-1.debian.tar.xz 4.6 KiB a36f56b03a53745210cc7be8fa9f8feae7e06624641cd3c4136535f372f3dcb0

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.