File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Building from source
37
37
--------------------
38
38
39
39
``numba-dpex `` can be built from source using either ``conda-build `` or
40
- ``setuptools ``.
40
+ ``setuptools `` (with `` scikit-build `` backend) .
41
41
42
42
Steps to build using ``conda-build ``:
43
43
@@ -70,7 +70,7 @@ first step.
70
70
71
71
# Create a conda environment that hass needed dependencies installed
72
72
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 \
74
74
-c intel -c conda-forge
75
75
# Activate the environment
76
76
conda activate numba-dpex-env
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ dependencies:
11
11
- gxx_linux-64
12
12
- dpcpp_linux-64
13
13
- numba=0.57
14
+ - scikit-build>=0.15*
15
+ - cmake>=3.26*
14
16
- dpctl
15
17
- dpnp
16
18
- dpcpp-llvm-spirv
You can’t perform that action at this time.
0 commit comments