[nanoflann] Update to 1.9.0 (#49042)

This commit is contained in:
SunBlack
2025-12-23 21:18:04 +01:00
committed by GitHub
parent 05e8dc484e
commit d9d55f9d8f
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 4e775d58a5d5a53df75f7d808ff4a9984dcf621e0246c1a7c3155ae51c53506140ee55eac9c25f7159e77ed0926a170e5a34a197697fa2a72ff8920f955e3bb6
SHA512 414da00a553f473fe8c541178a60cecb2b27039e31d434ebb7059f8337f3e4fb9fdacf312444692a9a48a9cd1efd129a0aa2e7b80409e053d529aae7e736a840
HEAD_REF master
)

View File

@@ -1,6 +1,6 @@
{
"name": "nanoflann",
"version": "1.8.0",
"version": "1.9.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

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

View File

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