[nanoflann] Update to 1.6.2 (#41975)

This commit is contained in:
SunBlack 2024-11-07 05:25:28 +01:00 committed by GitHub
parent 92ffac6b87
commit 1a2f8430f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 59959551657696cdc770e860328cd69b4994b580097b780ffca70ed40d875a7a4d0afcec9ce4ca705ec04365905ca2446151289b966cefe892090e81a6ff537d
SHA512 9405970865cf5a7b5fe8316e3b528b29530eea5eac22419d602ef008a2e09dce78dbf66f3c10c1d22ce2c3d5e69a650b27818ee4eb9cee9a583488ce1c81ed2d
HEAD_REF master
)

View file

@ -1,6 +1,6 @@
{
"name": "nanoflann",
"version": "1.6.1",
"version": "1.6.2",
"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

@ -6213,7 +6213,7 @@
"port-version": 8
},
"nanoflann": {
"baseline": "1.6.1",
"baseline": "1.6.2",
"port-version": 0
},
"nanogui": {

View file

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4507bff853611eae4a7b92bf22cb4b8e790299c0",
"version": "1.6.2",
"port-version": 0
},
{
"git-tree": "f36048fc06dedbe1c1999c026b0ff8ceef57be72",
"version": "1.6.1",