Skip to content

Commit 913f118

Browse files
committed
Stay away from 2024.0.1 compiler package
1 parent d090de9 commit 913f118

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
@@ -1,4 +1,5 @@
11
{% set required_compiler_and_mkl_version = "2024.0" %}
2+
{% set max_compiler_version = "2024.0.1" %}
23
{% set required_dpctl_version = "0.15.1dev2" %}
34

45
package:
@@ -24,7 +25,7 @@ requirements:
2425
- scikit-build
2526
build:
2627
- {{ compiler('cxx') }}
27-
- {{ compiler('dpcpp') }} >={{ required_compiler_and_mkl_version }} # [not osx]
28+
- {{ compiler('dpcpp') }} >={{ required_compiler_and_mkl_version }},<{{ max_compiler_version }} # [not osx]
2829
- sysroot_linux-64 >=2.28 # [linux]
2930
run:
3031
- python

0 commit comments

Comments
 (0)