nanoflann 1.4.0+ds-1 source package in Ubuntu

Changelog

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

  * Update list of excluded files in d/copyright
  * New upstream version 1.4.0+ds
  * Refresh patches.
    Drop CMake buildsystem patches which have been applied upstream.
  * Bump Standards-Version to 4.6.0
  * Update uploader email address

 -- Timo Röhling <email address hidden>  Tue, 04 Jan 2022 10:42:47 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nanoflann_1.4.0+ds-1.dsc 2.0 KiB 108632db450081a12fe9815d40d82a062024f50d0fd2e6fe1c4ae26c5475cc9c
nanoflann_1.4.0+ds.orig.tar.xz 330.1 KiB aa92f821e1adf662769eb1329c63173837be0ca70e5f7d02e807a7ad74a4aafa
nanoflann_1.4.0+ds-1.debian.tar.xz 4.3 KiB 8d7053b4b63abf894335f87d028b522d84843ad4c0767b87d11270f871b7a907

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.