Skip to content

Commit

Permalink
Merge pull request #1752 from IntelPython/relax-compiler-pinning
Browse files Browse the repository at this point in the history
Relax hard pinning for build time compiler
  • Loading branch information
oleksandr-pavlyk authored Jul 23, 2024
2 parents 5164f99 + cd3e530 commit 7450558
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 7450558

Please sign in to comment.