@@ -20,7 +20,7 @@ to get the latest production releases.
20
20
21
21
conda create -n numba-dpex-env \
22
22
numba-dpex dpnp dpctl dpcpp-llvm-spirv \
23
- -c intel -c conda-forge
23
+ -c https://software.repos. intel.com/python/conda -c conda-forge
24
24
25
25
To try out the bleeding edge, the latest packages built from tip of the main
26
26
source trunk can be installed from the ``dppy/label/dev `` conda channel.
@@ -29,7 +29,7 @@ source trunk can be installed from the ``dppy/label/dev`` conda channel.
29
29
30
30
conda create -n numba-dpex-env \
31
31
numba-dpex dpnp dpctl dpcpp-llvm-spirv \
32
- -c dppy/label/dev -c intel -c conda-forge
32
+ -c dppy/label/dev -c https://software.repos. intel.com/python/conda -c conda-forge
33
33
34
34
35
35
@@ -53,7 +53,7 @@ Steps to build using ``conda-build``:
53
53
54
54
.. code-block :: bash
55
55
56
- conda build conda-recipe -c intel -c conda-forge
56
+ conda build conda-recipe -c https://software.repos. intel.com/python/conda -c conda-forge
57
57
58
58
3. Install the conda package
59
59
@@ -71,7 +71,7 @@ first step.
71
71
# Create a conda environment that hass needed dependencies installed
72
72
conda create -n numba-dpex-env \
73
73
scikit-build cmake dpctl dpnp numba dpcpp-llvm-spirv llvmdev pytest \
74
- -c intel -c conda-forge
74
+ -c https://software.repos. intel.com/python/conda -c conda-forge
75
75
# Activate the environment
76
76
conda activate numba-dpex-env
77
77
# Clone the numba-dpex repository
0 commit comments