Skip to content

Commit

Permalink
Update intel-opencl-rt & meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzEeKkAa committed Jul 22, 2024
1 parent 7c28a7e commit b9c59be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ build:
requirements:
# TODO: keep in sync with /pyproject.toml
build:
- {{ compiler('c') }}
- {{ compiler('dpcpp') }} >={{ required_compiler_version }}
# Minimal supported version of sysroot (which is version of glibc) to
# have compatibility with wider range of linux distributions.
Expand Down
2 changes: 1 addition & 1 deletion environment/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- dpctl
- dpnp
- dpcpp-llvm-spirv
- opencl_rt
- intel-opencl-rt
- coverage
- pytest
- pytest-cov
Expand Down
2 changes: 1 addition & 1 deletion environment/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- dpctl>=0.16*
- dpnp>=0.14*
- dpcpp-llvm-spirv
- opencl_rt
- intel-opencl-rt
- versioneer
- pip
- pip:
Expand Down
2 changes: 1 addition & 1 deletion environment/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- dpctl>=0.16*
- dpnp>=0.14*
- dpcpp-llvm-spirv
- opencl_rt
- intel-opencl-rt
- coverage
- pytest
- pytest-cov
Expand Down

0 comments on commit b9c59be

Please sign in to comment.