Skip to content

Commit 2da47aa

Browse files
Merge pull request #1195 from IntelPython/meta-yaml-changes
Require DPC++ 2023.1.0 and later, require min version of sysroot
2 parents 4da1059 + 51838ac commit 2da47aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ build:
1313
requirements:
1414
build:
1515
- {{ compiler('cxx') }}
16-
- {{ compiler('dpcpp') }} >=2023.0 # [not osx]
16+
- {{ compiler('dpcpp') }} >=2023.1 # [not osx]
17+
- sysroot_linux-64 >=2.17 # [linux]
1718
host:
1819
- setuptools
1920
- cmake >=3.21
@@ -28,7 +29,7 @@ requirements:
2829
- python
2930
- {{ pin_compatible('numpy', min_pin='x.x', max_pin='x') }}
3031
- {{ pin_compatible('dpcpp-cpp-rt', min_pin='x.x', max_pin='x') }} # [py<=39]
31-
- dpcpp-cpp-rt >=2023.0 # [py>39]
32+
- dpcpp-cpp-rt >=2023.1 # [py>39]
3233

3334
test:
3435
requires:

0 commit comments

Comments
 (0)