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 b400e34 commit 82dcb06Copy full SHA for 82dcb06
1 file changed
.github/workflows/build-wheel.yml
@@ -157,11 +157,9 @@ jobs:
157
# CIBW mounts the host filesystem under /host
158
CIBW_ENVIRONMENT_LINUX: >
159
CUDA_PATH=/host/${{ env.CUDA_PATH }}
160
- LIBRARY_PATH=/host/${{ env.CUDA_PATH }}/lib
161
CUDA_PYTHON_PARALLEL_LEVEL=${{ env.CUDA_PYTHON_PARALLEL_LEVEL }}
162
CIBW_ENVIRONMENT_WINDOWS: >
163
CUDA_HOME="$(cygpath -w ${{ env.CUDA_PATH }})"
164
- LIB="${CUDA_HOME}\\lib\\x64;${LIB}"
165
166
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"
167
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "delvewheel repair --namespace-pkg cuda -w {dest_dir} {wheel}"
0 commit comments