Skip to content

Update docs for scikit-build #1116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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``.
``setuptools`` (with ``scikit-build`` backend).

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