File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 76
76
CIBW_BUILD : ${{ env.CIBW_BUILD }}
77
77
CIBW_ARCHS_LINUX : " native"
78
78
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}"
79
81
with :
80
82
package-dir : ./cuda_core/
81
83
output-dir : ${{ env.CUDA_CORE_ARTIFACTS_DIR }}
@@ -124,6 +126,8 @@ jobs:
124
126
CUDA_HOME="$(cygpath -w ${{ env.CUDA_PATH }})"
125
127
LIB="${CUDA_HOME}\\lib\\x64;${LIB}"
126
128
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}"
127
131
with :
128
132
package-dir : ./cuda_bindings/
129
133
output-dir : ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
You can’t perform that action at this time.
0 commit comments