Skip to content

Commit

Permalink
[libspatialindex] update to 2.0.0 (#41657)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua authored Oct 21, 2024
1 parent 5f7b3d8 commit 3a747a4
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 99 deletions.
12 changes: 0 additions & 12 deletions ports/libspatialindex/mingw.patch

This file was deleted.

10 changes: 4 additions & 6 deletions ports/libspatialindex/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libspatialindex/libspatialindex
REF 1.9.3
SHA512 d4c608abbd631dc163b7b4fb6bf09dee3e85ce692a5f8875d51f05a26e09c75cd17dff1ed9d2c232a071f0f5864d21d877b4cbc252f3416896db24dfa3fa18cb
REF "${VERSION}"
SHA512 a508a9ed4019641bdaaa53533505531f3db440b046a9c7d9f78ed480293200c51796c2d826a6bb9b4f9543d60bb0fef9e4c885ec3f09326cfa4d2fb81c1593aa
HEAD_REF master
PATCHES
static.patch
mingw.patch
)

vcpkg_cmake_configure(
Expand All @@ -18,7 +15,8 @@ vcpkg_cmake_configure(
)

vcpkg_cmake_install()

vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/${PORT})
vcpkg_fixup_pkgconfig()
vcpkg_copy_pdbs()

#Debug
Expand Down
77 changes: 0 additions & 77 deletions ports/libspatialindex/static.patch

This file was deleted.

7 changes: 5 additions & 2 deletions ports/libspatialindex/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "libspatialindex",
"version": "1.9.3",
"port-version": 3,
"version": "2.0.0",
"description": "C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API.",
"homepage": "http://libspatialindex.github.com",
"license": "MIT",
Expand All @@ -10,6 +9,10 @@
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5101,8 +5101,8 @@
"port-version": 0
},
"libspatialindex": {
"baseline": "1.9.3",
"port-version": 3
"baseline": "2.0.0",
"port-version": 0
},
"libspatialite": {
"baseline": "5.1.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libspatialindex.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "add2a4242b540d512b39c2f69746304f29ee8bdc",
"version": "2.0.0",
"port-version": 0
},
{
"git-tree": "97b36055483a86131a19e83cde29ec1fbd0e87c3",
"version": "1.9.3",
Expand Down

0 comments on commit 3a747a4

Please sign in to comment.