From cd3e530874ae62db57a9e88c1252bf3cf77f8e7d Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk Date: Tue, 23 Jul 2024 06:31:28 -0500 Subject: [PATCH] Relax hard pinning for build time compiler This allows internal CI to build with future version of compiler as well. --- conda-recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index c0f1d3bc75..3c8617f5c5 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -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