Skip to content

Commit

Permalink
[libspatialindex] add version
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua committed Oct 19, 2024
1 parent b6dc72b commit 50dc84e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 95 deletions.
12 changes: 0 additions & 12 deletions ports/libspatialindex/mingw.patch

This file was deleted.

6 changes: 2 additions & 4 deletions ports/libspatialindex/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ vcpkg_from_github(
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.

4 changes: 4 additions & 0 deletions ports/libspatialindex/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,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 50dc84e

Please sign in to comment.