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 5cd4757 commit dfca8ebCopy full SHA for dfca8eb
.github/workflows/build.yml
@@ -73,6 +73,7 @@ jobs:
73
CIBW_BEFORE_BUILD: >
74
python -c "import utils; utils.GeosLibrary('${{ env.GEO_VERSION }}').build('${{ env.GEO_DIR}}', njobs=16)"
75
CIBW_ENVIRONMENT: >
76
+ GEOS_DIR=${{ env.GEO_SRC_DIR }}
77
CFLAGS=-I${{ env.GEO_DIR }}/include
78
LDFLAGS=-L${{ env.GEO_DIR }}/lib
79
CIBW_TEST_COMMAND: >
0 commit comments