File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,24 +56,12 @@ jobs:
5656 echo "GEOS_DIR set to: ${GEOS_DIR}"
5757 cd "{package}"
5858 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
6659 - os : windows-latest
6760 before_all : >-
6861 echo Starting BEFORE_ALL script &&
6962 echo GEOS_DIR set to: %GEOS_DIR% &&
7063 cd "{package}" &&
7164 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
7765 runs-on : ${{ matrix.os }}
7866 steps :
7967 - uses : actions/checkout@v4
9886 CIBW_BUILD : " cp39* cp310* cp311* cp312*"
9987 CIBW_SKIP : " pp* *-musllinux_* *-win32 *-manylinux_i686 *-musllinux_i686 *-aarch64 *-armv7l"
10088 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).
10296 with :
10397 package-dir : " packages/basemap"
10498 output-dir : " packages/basemap/dist"
You can’t perform that action at this time.
0 commit comments