nanoflann 1.5.0+ds-1 source package in Ubuntu

Changelog

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

  * Fix d/watch
  * New upstream version 1.5.0+ds
  * Refresh patches
    - Drop 0003-Avoid-conflicts-when-included-together-with-X11.h.patch
      (merged upstream)
  * Bump Standards-Version to 4.6.2
  * Bump cmake_minimum_required() in autopkgtest

 -- Timo Röhling <email address hidden>  Sun, 18 Jun 2023 23:07:35 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nanoflann_1.5.0+ds-1.dsc 2.0 KiB 4fa41edc4e7cfdbc13630c75e9ac76f3ce42e07262e0635c00b6f119a54d07f5
nanoflann_1.5.0+ds.orig.tar.xz 236.0 KiB e648c721bdb5fb9c967c688fdf6968bbba4db46c0ae83a6a2b793a248acb7be4
nanoflann_1.5.0+ds-1.debian.tar.xz 4.6 KiB 2809e00abf6a32dcfd5d0ac394e3bc2e0d06b79a1803d247a69b85073330ed8a

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.