File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 CIBW_BUILD : ${{ env.CIBW_BUILD }}
7777 CIBW_ARCHS_LINUX : " native"
7878 CIBW_BUILD_VERBOSITY : 1
79+ CIBW_BEFORE_BUILD_WINDOWS : " pip install delvewheel"
80+ CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair --namespace-pkg cuda -w {dest_dir} {wheel}"
7981 with :
8082 package-dir : ./cuda_core/
8183 output-dir : ${{ env.CUDA_CORE_ARTIFACTS_DIR }}
@@ -124,6 +126,8 @@ jobs:
124126 CUDA_HOME="$(cygpath -w ${{ env.CUDA_PATH }})"
125127 LIB="${CUDA_HOME}\\lib\\x64;${LIB}"
126128 CUDA_BINDINGS_PARALLEL_LEVEL=${{ env.CUDA_BINDINGS_PARALLEL_LEVEL }}
129+ CIBW_BEFORE_BUILD_WINDOWS : " pip install delvewheel"
130+ CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair --namespace-pkg cuda -w {dest_dir} {wheel}"
127131 with :
128132 package-dir : ./cuda_bindings/
129133 output-dir : ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
You can’t perform that action at this time.
0 commit comments