Skip to content

Commit

Permalink
[nanoflann] Update to 1.5.5 (#38853)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunBlack authored May 25, 2024
1 parent a9ba765 commit bb73c2e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 a55fa2a5b4c6fa092a14866e500b876c13605b31e57f1a7cbbe60b0f84957551eeee21d7c5aeaced837cbe8c92baf8096e67229bbdbcca831f2a67a0b0d79849
HEAD_REF master
)

Expand All @@ -14,7 +14,7 @@ vcpkg_cmake_configure(
)

vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH "share/${PORT}/cmake")
vcpkg_cmake_config_fixup(CONFIG_PATH "share/cmake/${PORT}")
vcpkg_fixup_pkgconfig()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
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.5",
"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.5",
"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": "3cc3051c80e35e5bcc7f55c34217865afcd5cfee",
"version": "1.5.5",
"port-version": 0
},
{
"git-tree": "a2d0d87e714fc8a7ec923469a4bf2ae0ceb405c3",
"version": "1.5.1",
Expand Down

0 comments on commit bb73c2e

Please sign in to comment.