Skip to content

Commit

Permalink
[nanoflann] Update to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SunBlack committed May 22, 2024
1 parent 587cd22 commit 28bba65
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
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 "v${VERSION}"
SHA512 bc4cdb285708f605ac202af41a66140d49b0fb54a96ce19642ab18e22ee0ffea6374ad1de08988ad4cef6aae8a65aad2a824b95b1c03fc0d762ccc783732b2ee
SHA512 e84d395edbf8e8a85916cb4de76671ddd21bdde39b01f63976ee2bd37c4d9cb24d633ae0036e93b925b684f8fe39988e8a3becf1959863c23c24de26f146ff57
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/nanoflann/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanoflann",
"version": "1.5.1",
"version": "1.5.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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6029,7 +6029,7 @@
"port-version": 8
},
"nanoflann": {
"baseline": "1.5.1",
"baseline": "1.5.2",
"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": "a33d1aac0f12d9d0bfee18bba28f09f5bb7907bc",
"version": "1.5.2",
"port-version": 0
},
{
"git-tree": "a2d0d87e714fc8a7ec923469a4bf2ae0ceb405c3",
"version": "1.5.1",
Expand Down

0 comments on commit 28bba65

Please sign in to comment.