Skip to content

Commit 7575a73

Browse files
Fix libgeos compilation that's failing on the main branch (#166)
The integration tests have been failing on `main` since CMake 4 came out due to an uninterpretable caching issue. Upgrading to `geos`'s latest v3.13.1 release seems to fix it. This PR has been stemmed off from #152.
1 parent 6ca9019 commit 7575a73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

integration_tests/recipes/geos/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package:
22
name: geos
3-
version: 3.12.1
3+
version: 3.13.1
44
tag:
55
- library
66
source:
7-
url: https://github.com/libgeos/geos/releases/download/3.12.1/geos-3.12.1.tar.bz2
8-
sha256: d6ea7e492224b51193e8244fe3ec17c4d44d0777f3c32ca4fb171140549a0d03
7+
url: https://github.com/libgeos/geos/releases/download/3.13.1/geos-3.13.1.tar.bz2
8+
sha256: df2c50503295f325e7c8d7b783aca8ba4773919cde984193850cf9e361dfd28c
99

1010
build:
1111
type: shared_library

0 commit comments

Comments
 (0)