Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 7269543

Browse files
Added note that latest dpctl is needed
1 parent 1477146 commit 7269543

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

kde_setuptools/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,11 @@ Assuming `Cython` and `pybind11` are installed and DCP++ has been activated:
55
```bash
66
CC=dpcpp LDSHARED="dpcpp --shared" python setup.py develop
77
pytest -m tests
8+
```
9+
10+
**Note**: Building this package requires the using latest development version of `dpctl`.
11+
This can be installed using conda package manager using
12+
13+
```bash
14+
conda install -c dppy/label/dev dpctl
815
```

kde_skbuild/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,11 @@ pytest -m tests
1111
Scikit-build enables building Python native extensions using CMake. This package leverage integration DPC++
1212
with CMake [dpcpp-cmake-integration] as well as integration of `dpctl` with CMake.
1313

14+
**Note**: Building this package requires the using latest development version of `dpctl`.
15+
This can be installed using conda package manager using
16+
17+
```bash
18+
conda install -c dppy/label/dev dpctl
19+
```
20+
1421
[dpcpp-cmake-integration]: https://www.intel.com/content/www/us/en/develop/documentation/oneapi-dpcpp-cpp-compiler-dev-guide-and-reference/top/compiler-setup/use-the-command-line/use-cmake-with-the-intel-oneapi-dpc-c-compiler.html

0 commit comments

Comments
 (0)