File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7777 CIBW_ARCHS_LINUX : " native"
7878 CIBW_BUILD_VERBOSITY : 1
7979 CIBW_BEFORE_BUILD_WINDOWS : " pip install delvewheel"
80- CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair -w {dest_dir} {wheel}"
80+ CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair --namespace-pkg cuda - w {dest_dir} {wheel}"
8181 with :
8282 package-dir : ./cuda_core/
8383 output-dir : ${{ env.CUDA_CORE_ARTIFACTS_DIR }}
@@ -127,7 +127,7 @@ jobs:
127127 LIB="${CUDA_HOME}\\lib\\x64;${LIB}"
128128 CUDA_BINDINGS_PARALLEL_LEVEL=${{ env.CUDA_BINDINGS_PARALLEL_LEVEL }}
129129 CIBW_BEFORE_BUILD_WINDOWS : " pip install delvewheel"
130- CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair -w {dest_dir} {wheel}"
130+ CIBW_REPAIR_WHEEL_COMMAND_WINDOWS : " delvewheel repair --namespace-pkg cuda - w {dest_dir} {wheel}"
131131 with :
132132 package-dir : ./cuda_bindings/
133133 output-dir : ${{ env.CUDA_BINDINGS_ARTIFACTS_DIR }}
You can’t perform that action at this time.
0 commit comments