Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Drop attempt to build libkml on manylinux2014
  • Loading branch information
brendan-ward committed Aug 29, 2024
commit cb007fb5a00dfa2694f08a79529dd97f227576fb
3 changes: 1 addition & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
packages if needed: more info [here](https://gdal.org/download.html#conda).
This also leads to `pyproj` becoming an optional dependency; you will need
to install `pyproj` in order to support spatial reference systems (#452).
- The GDAL library included in the wheels is updated from 3.8.5 to GDAL 3.9.2
and includes the LIBKML driver (#466).
- The GDAL library included in the wheels is updated from 3.8.5 to GDAL 3.9.2 (#466).

## 0.9.0 (2024-06-17)

Expand Down
28 changes: 0 additions & 28 deletions ci/vcpkg-custom-ports/minizip/0001-remove-ifndef-NOUNCRYPT.patch

This file was deleted.

28 changes: 0 additions & 28 deletions ci/vcpkg-custom-ports/minizip/0002-add-declaration-for-mkdir.patch

This file was deleted.

76 changes: 0 additions & 76 deletions ci/vcpkg-custom-ports/minizip/CMakeLists.txt

This file was deleted.

10 changes: 0 additions & 10 deletions ci/vcpkg-custom-ports/minizip/README.md

This file was deleted.

47 changes: 0 additions & 47 deletions ci/vcpkg-custom-ports/minizip/lib-to-def.cmake

This file was deleted.

51 changes: 0 additions & 51 deletions ci/vcpkg-custom-ports/minizip/portfile.cmake

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions ci/vcpkg-custom-ports/minizip/usage

This file was deleted.

19 changes: 0 additions & 19 deletions ci/vcpkg-custom-ports/minizip/vcpkg.json

This file was deleted.

8 changes: 1 addition & 7 deletions ci/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
{
"name": "gdal",
"default-features": false,
"features": [
"recommended-features",
"curl",
"geos",
"iconv",
"libkml"
]
"features": ["recommended-features", "curl", "geos", "iconv"]
}
],
"builtin-baseline": "73794ce5f63fd138fab999a22959ca7c6305d93c"
Expand Down