File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -56,24 +56,12 @@ jobs:
56
56
echo "GEOS_DIR set to: ${GEOS_DIR}"
57
57
cd "{package}"
58
58
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
59
- # LD_LIBRARY_PATH in environment is needed by auditwheel.
60
- environment : >-
61
- GEOS_VERSION="3.6.5"
62
- GEOS_DIR="$(pwd)/extern"
63
- LD_LIBRARY_PATH="${GEOS_DIR}/lib"
64
- PIP_PREFER_BINARY=1
65
- PYTHONUNBUFFERED=1
66
59
- os : windows-latest
67
60
before_all : >-
68
61
echo Starting BEFORE_ALL script &&
69
62
echo GEOS_DIR set to: %GEOS_DIR% &&
70
63
cd "{package}" &&
71
64
python -c "import utils; utils.GeosLibrary('%GEOS_VERSION%').build('%GEOS_DIR%', njobs=2)"
72
- environment : >-
73
- GEOS_VERSION="3.6.5"
74
- GEOS_DIR="$(pwd)/extern"
75
- PIP_PREFER_BINARY=1
76
- PYTHONUNBUFFERED=1
77
65
runs-on : ${{ matrix.os }}
78
66
steps :
79
67
- uses : actions/checkout@v4
98
86
CIBW_BUILD : " cp39* cp310* cp311* cp312*"
99
87
CIBW_SKIP : " pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-aarch64 *-armv7l"
100
88
CIBW_BEFORE_ALL : ${{ matrix.before_all }}
101
- CIBW_ENVIRONMENT : ${{ matrix.environment }}
89
+ CIBW_ENVIRONMENT : >
90
+ GEOS_VERSION="3.6.5"
91
+ GEOS_DIR="$(pwd)/extern"
92
+ PIP_PREFER_BINARY=1
93
+ PYTHONUNBUFFERED=1
94
+ LD_LIBRARY_PATH="${GEOS_DIR}/lib"
95
+ # LD_LIBRARY_PATH in environment is needed by auditwheel (Linux).
102
96
with :
103
97
package-dir : " packages/basemap"
104
98
output-dir : " packages/basemap/dist"
You can’t perform that action at this time.
0 commit comments