Skip to content

Commit b429a63

Browse files
committed
add path to repair wheel
1 parent dfca8eb commit b429a63

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,12 @@ jobs:
7575
CIBW_ENVIRONMENT: >
7676
GEOS_DIR=${{ env.GEO_SRC_DIR }}
7777
CFLAGS=-I${{ env.GEO_DIR }}/include
78-
LDFLAGS=-L${{ env.GEO_DIR }}/lib
78+
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/
7984
CIBW_TEST_COMMAND: >
8085
cd {project} &&
8186
pip install pytest pytest-cov &&

0 commit comments

Comments
 (0)