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 dfca8eb commit b429a63Copy full SHA for b429a63
.github/workflows/build.yml
@@ -75,7 +75,12 @@ jobs:
75
CIBW_ENVIRONMENT: >
76
GEOS_DIR=${{ env.GEO_SRC_DIR }}
77
CFLAGS=-I${{ env.GEO_DIR }}/include
78
- LDFLAGS=-L${{ env.GEO_DIR }}/lib
+ LDFLAGS=-L${{ env.GEO_DIR }}/lib:$LD_LIBRARY_PATH
79
+ CIBW_REPAIR_WHEEL_COMMAND_LINUX: >
80
+ auditwheel repair --lib-sdir .libs
81
+ -w {dest_dir} {wheel} &&
82
+ ls -l {dest_dir}/*.whl &&
83
+ ls -l {dest_dir}/.libs/
84
CIBW_TEST_COMMAND: >
85
cd {project} &&
86
pip install pytest pytest-cov &&
0 commit comments