Skip to content

Commit 1010b53

Browse files
committed
Ensure auditwheel can find libraries to bundle
This is done by forcing the value of `LD_LIBRARY_PATH` temporarily to the location of the GEOS shared library.
1 parent ddc58bf commit 1010b53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
environment: >-
6666
CFLAGS="-I/project/packages/basemap/extern/include -I/project/packages/basemap/extern/include/geos"
6767
LDFLAGS="-L/project/packages/basemap/extern/lib"
68+
LD_LIBRARY_PATH="/project/packages/basemap/extern/lib"
6869
PIP_DEFAULT_TIMEOUT=10
6970
PIP_DISABLE_PIP_VERSION_CHECK=1
7071
PIP_PREFER_BINARY=1

0 commit comments

Comments
 (0)