File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1818requirements :
1919 # TODO: keep in sync with /pyproject.toml
2020 build :
21+ - {{ compiler('c') }}
2122 - {{ compiler('dpcpp') }} >={{ required_compiler_version }}
2223 # Minimal supported version of sysroot (which is version of glibc) to
2324 # have compatibility with wider range of linux distributions.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
1212 - dpctl
1313 - dpnp
1414 - dpcpp-llvm-spirv
15- - opencl_rt
15+ - intel-opencl-rt
1616 - coverage
1717 - pytest
1818 - pytest-cov
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies:
1414 - dpctl>=0.16*
1515 - dpnp>=0.14*
1616 - dpcpp-llvm-spirv
17- - opencl_rt
17+ - intel-opencl-rt
1818 - versioneer
1919 - pip
2020 - pip :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies:
1010 - dpctl>=0.16*
1111 - dpnp>=0.14*
1212 - dpcpp-llvm-spirv
13- - opencl_rt
13+ - intel-opencl-rt
1414 - coverage
1515 - pytest
1616 - pytest-cov
You can’t perform that action at this time.
0 commit comments