We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7aaf0f commit 5629996Copy full SHA for 5629996
.github/workflows/build.yml
@@ -76,6 +76,9 @@ jobs:
76
CPATH=/{project}/extern/include
77
LIBRARY_PATH=/{project}/extern/lib
78
LD_LIBRARY_PATH=/{project}/extern/lib
79
+ GEOS_LIBRARY=/{project}/extern/lib/libgeos.so
80
+ GEOS_INCLUDE_DIR=/{project}/extern/include
81
+ CMAKE_PREFIX_PATH=/{project}/extern
82
SETUPTOOLS_USE_DISTUTILS=stdlib
83
CIBW_TEST_COMMAND: >
84
cd {project}
0 commit comments