Skip to content

Commit 7b6ab71

Browse files
Set myminimum sroot_linux-64 v>=2.17
1 parent cdf1dbb commit 7b6ab71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ requirements:
2121
- scikit-build
2222
build:
2323
- {{ compiler('cxx') }}
24-
- {{ compiler('dpcpp') }} >=2023.0,!=2023.2.0 # [not osx]
24+
- {{ compiler('dpcpp') }} >=2023.1,!=2023.2.0 # [not osx]
25+
- sysroot_linux-64 >=2.17 # [linux]
2526
run:
2627
- python
2728
- dpctl >=0.14.2

0 commit comments

Comments
 (0)