[nanoflann] Update to 1.8.0 (#48328)

This commit is contained in:
SunBlack
2025-11-17 20:11:17 +01:00
committed by GitHub
parent 1a7dc9aae6
commit 0f12d6c3cb
4 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jlblancoc/nanoflann
REF "v${VERSION}"
SHA512 258b2145f2972f6e6cbfa524dfada15f6d66fd53ab81cd55924f159c6c05eb55c56426039bded0357ea707c34df3ca04fa4875a42baeecb5e6b5f4a57feac808
SHA512 4e775d58a5d5a53df75f7d808ff4a9984dcf621e0246c1a7c3155ae51c53506140ee55eac9c25f7159e77ed0926a170e5a34a197697fa2a72ff8920f955e3bb6
HEAD_REF master
)

View File

@@ -1,6 +1,6 @@
{
"name": "nanoflann",
"version": "1.7.1",
"version": "1.8.0",
"description": "nanoflann is a C++11 header-only library for building KD-Trees of datasets with different topologies: R2, R3 (point clouds), SO(2) and SO(3) (2D and 3D rotation groups).",
"homepage": "https://github.com/jlblancoc/nanoflann",
"license": "BSD-3-Clause",

View File

@@ -6709,7 +6709,7 @@
"port-version": 8
},
"nanoflann": {
"baseline": "1.7.1",
"baseline": "1.8.0",
"port-version": 0
},
"nanogui": {

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "39b5dd98a648ebc0bb3ce83a9c9c534ac7b3bedd",
"version": "1.8.0",
"port-version": 0
},
{
"git-tree": "e3ae6ea902522d2b25af60d47bde944e7020361a",
"version": "1.7.1",