Skip to content

Commit 0dfbe6e

Browse files
Fix the need to set PYTHONPATH, edited README
Edit wheel.packages metadata to include namespace package "cuda". Updated README to remove the work-around of setting PYTHONPATH, as it is no longer necessary.
1 parent 95e8d54 commit 0dfbe6e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

python/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ nvbench_DIR=$(pwd)/nvbench_install/lib/cmake CUDACXX=/usr/local/cuda/bin/nvcc pi
2626
### Verify that package works
2727

2828
```
29-
export PYTHONPATH=$(pwd):${PYTHONPATH}
3029
python test/run_1.py
3130
```
3231

python/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ provider = "scikit_build_core.metadata.setuptools_scm"
5555
root = ".."
5656

5757
[tool.scikit-build.wheel.packages]
58+
"cuda" = "cuda"
5859
"cuda/nvbench" = "cuda/nvbench"

0 commit comments

Comments
 (0)