Skip to content

Commit

Permalink
Relax hard pinning for build time compiler
Browse files Browse the repository at this point in the history
This allows internal CI to build with future version
of compiler as well.
  • Loading branch information
oleksandr-pavlyk committed Jul 23, 2024
1 parent 5164f99 commit cd3e530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requirements:
# TODO: keep in sync with /pyproject.toml
build:
- {{ compiler('cxx') }}
- {{ compiler('dpcpp') }} {{ required_compiler_version }}
- {{ compiler('dpcpp') }} >={{ required_compiler_version }}
- sysroot_linux-64 >=2.28 # [linux]
host:
- python
Expand Down

0 comments on commit cd3e530

Please sign in to comment.