Skip to content

Commit

Permalink
Update docs for scikit-build
Browse files Browse the repository at this point in the history
  • Loading branch information
chudur-budur committed Aug 18, 2023
1 parent 547382d commit 7a879b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Building from source
--------------------

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

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

Expand Down Expand Up @@ -70,7 +70,7 @@ first step.
# Create a conda environment that hass needed dependencies installed
conda create -n numba-dpex-env \
dpctl dpnp numba dpcpp-llvm-spirv llvmdev pytest \
scikit-build cmake dpctl dpnp numba dpcpp-llvm-spirv llvmdev pytest \
-c intel -c conda-forge
# Activate the environment
conda activate numba-dpex-env
Expand Down
2 changes: 2 additions & 0 deletions environment/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ dependencies:
- gxx_linux-64
- dpcpp_linux-64
- numba=0.57
- scikit-build>=0.15*
- cmake>=3.26*
- dpctl
- dpnp
- dpcpp-llvm-spirv
Expand Down

0 comments on commit 7a879b8

Please sign in to comment.