Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/nanoflann/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO jlblancoc/nanoflann
REF "${VERSION}"
SHA512 95c4e929c9e5accc99ac5f2927119ed3f8240729ed7695ed1fbe89ee96ba3498c1aa25164c57819d44f0f829a7c2b46c468932bb0bfb665bb01f60bf1bb9e02a
SHA512 f7340b4f0126f3e3af6729d4fdbd9c21d91f9a49bde4d1be2042bde051c736f5b40fbe2174d0792d4d0aefe6069c6330d904b50bc6d361b18812f1de42969b2c
HEAD_REF master
)

Expand Down
4 changes: 2 additions & 2 deletions ports/nanoflann/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "nanoflann",
"version": "1.10.1",
"version": "1.12.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",
"license": "BSD-2-Clause",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6957,7 +6957,7 @@
"port-version": 0
},
"nanoflann": {
"baseline": "1.10.1",
"baseline": "1.12.0",
"port-version": 0
},
"nanogui": {
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/nanoflann.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2728653be4151e3b5f79ddb76f8daabc18be2afd",
"version": "1.12.0",
"port-version": 0
},
{
"git-tree": "d3cc2b71481b2c0c0b7e2a89effbc1fd07dcbcd1",
"version": "1.10.1",
Expand Down
Loading