Skip to content
Closed
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: 0 additions & 2 deletions ports/gdal/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
vcpkg_fail_port_install(ON_ARCH "arm")

set(GDAL_PATCHES
0001-Fix-debug-crt-flags.patch
0002-Fix-build.patch
Expand Down
3 changes: 1 addition & 2 deletions ports/gdal/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "gdal",
"version-semver": "3.3.2",
"port-version": 3,
"port-version": 4,
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
"homepage": "https://gdal.org",
"supports": "!arm",
"dependencies": [
"curl",
"expat",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2350,7 +2350,7 @@
},
"gdal": {
"baseline": "3.3.2",
"port-version": 3
"port-version": 4
},
"gdcm": {
"baseline": "3.0.7",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/gdal.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8993e298aaf4863c80576a61916ae0e79dedd13d",
"version-semver": "3.3.2",
"port-version": 4
},
{
"git-tree": "5173c609fafae13d948b1417064517be5bd78c7f",
"version-semver": "3.3.2",
Expand Down