nanoflann 1.5.4+ds-1 source package in Ubuntu

Changelog

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

  * New upstream version 1.5.4+ds
  * Update patches
    - Drop 0001-Use-system-gtest.patch (obsolete)
    - Drop 0003-Look-for-Threads-dependency-in-CMake-config-script.patch
      (merged upstream)
  * Use new NANOFLANN_USE_SYSTEM_GTEST option
  * Modernize autopkgtest

 -- Timo Röhling <email address hidden>  Wed, 17 Jan 2024 17:11:26 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nanoflann_1.5.4+ds-1.dsc 2.1 KiB c958a78d485dd57bb1008dfe41409917eb21ef580533adf7ae410018e4b0cd5d
nanoflann_1.5.4+ds.orig.tar.xz 237.6 KiB b554d1055420fc857fb1d2b1a972f48d60a377e229cf1e44a4896575ed464df6
nanoflann_1.5.4+ds-1.debian.tar.xz 4.2 KiB 383ee8827ed56556cb7ebbe0d866288750d22899ab1381c7f77d1525a615810b

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.