Skip to content

Commit 49754dd

Browse files
committed
Update docs for scikit-build
1 parent 2f006b9 commit 49754dd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/source/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Building from source
3737
--------------------
3838

3939
``numba-dpex`` can be built from source using either ``conda-build`` or
40-
``setuptools``.
40+
``scikit-build``.
4141

4242
Steps to build using ``conda-build``:
4343

@@ -70,7 +70,7 @@ first step.
7070
7171
# Create a conda environment that hass needed dependencies installed
7272
conda create -n numba-dpex-env \
73-
dpctl dpnp numba dpcpp-llvm-spirv llvmdev pytest \
73+
scikit-build cmake dpctl dpnp numba dpcpp-llvm-spirv llvmdev pytest \
7474
-c intel -c conda-forge
7575
# Activate the environment
7676
conda activate numba-dpex-env

environment/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ dependencies:
1111
- gxx_linux-64
1212
- dpcpp_linux-64
1313
- numba=0.57
14+
- scikit-build>=0.15*
15+
- cmake>=3.26*
1416
- dpctl
1517
- dpnp
1618
- dpcpp-llvm-spirv

0 commit comments

Comments
 (0)