Skip to content

Commit addaa7f

Browse files
Require minimum version of the compiler to be 2022.1
1 parent 65a4b4d commit addaa7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313
requirements:
1414
build:
1515
- {{ compiler('cxx') }}
16-
- {{ compiler('dpcpp') }} # [not osx]
16+
- {{ compiler('dpcpp') }} >=2022.1 # [not osx]
1717
host:
1818
- setuptools
1919
- cython

0 commit comments

Comments
 (0)