We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eca16b commit 9bf6388Copy full SHA for 9bf6388
docs/source/getting_started.rst
@@ -70,7 +70,7 @@ first step.
70
71
# Create a conda environment that hass needed dependencies installed
72
conda create -n numba-dpex-env \
73
- dpctl dpnp numba dpcpp-llvm-spirv llvmdev pytest \
+ cmake scikit-build dpctl dpnp numba dpcpp-llvm-spirv llvmdev pytest \
74
-c intel -c conda-forge
75
# Activate the environment
76
conda activate numba-dpex-env
environment/docs.yml
@@ -7,6 +7,8 @@ channels:
7
- conda-forge
8
- nodefaults
9
dependencies:
10
+ - scikit-build
11
+ - cmake
12
- libffi
13
- gxx_linux-64
14
- dpcpp_linux-64
0 commit comments