Skip to content

Commit fcaefe4

Browse files
committed
declare cuda as namespace package
1 parent 375ff35 commit fcaefe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)