nanoflann 1.4.3+ds-2 source package in Ubuntu

Changelog

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

  * Avoid conflicts with None macro from X11.h (Closes: #1016245)

 -- Timo Röhling <email address hidden>  Mon, 01 Aug 2022 18:17:42 +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
Lunar release universe misc
Kinetic release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nanoflann_1.4.3+ds-2.dsc 2.0 KiB aaa5fcbb09a487b45e1a63693f2c8f09d19786fdc2e3e396377010bba6ea4b4d
nanoflann_1.4.3+ds.orig.tar.xz 331.6 KiB 3e30bf0ba1c7d98a8ddc3fe463f468de9b3b625f0a0eee95515b4d5b018c7e32
nanoflann_1.4.3+ds-2.debian.tar.xz 4.6 KiB c102a53df667c7c55f16e27e8f3a0c9c8244f8eafe48328ab658b5193ff145e5

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.