From 6ab54e75aeb6b78416c776f15be197f8e6ca4d89 Mon Sep 17 00:00:00 2001 From: Vladislav Perevezentsev Date: Fri, 5 May 2023 12:58:22 +0200 Subject: [PATCH 1/2] Pin DPC++ 2023.1.0 --- 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 05f431541918..e432d4206f38 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -18,7 +18,7 @@ requirements: - wheel build: - {{ compiler('cxx') }} - - {{ compiler('dpcpp') }} >=2023.0 # [not osx] + - {{ compiler('dpcpp') }} =2023.1.0 # [not osx] run: - python - dpctl >=0.14 From 915d9f6d0bb2a1e07df62dc1cd91e1c6c6b73bed Mon Sep 17 00:00:00 2001 From: Vladislav Perevezentsev Date: Fri, 5 May 2023 13:41:17 +0200 Subject: [PATCH 2/2] Require minimum version of sysroot --- conda-recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index e432d4206f38..cf9150fc3297 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -19,6 +19,7 @@ requirements: build: - {{ compiler('cxx') }} - {{ compiler('dpcpp') }} =2023.1.0 # [not osx] + - sysroot_linux-64 >=2.17 # [linux] run: - python - dpctl >=0.14