Skip to content

Commit 492bb67

Browse files
Stay away from 2024.0.1 compiler package for now
1 parent ebf94b0 commit 492bb67

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_version = "2024.0" %}
2+
{% set max_compiler_version = "2024.0.1" %}
23

34
package:
45
name: dpctl
@@ -16,7 +17,7 @@ build:
1617
requirements:
1718
build:
1819
- {{ compiler('cxx') }}
19-
- {{ compiler('dpcpp') }} >={{ required_compiler_version }} # [not osx]
20+
- {{ compiler('dpcpp') }} >={{ required_compiler_version }},<{{ max_compiler_version }} # [not osx]
2021
- sysroot_linux-64 >=2.28 # [linux]
2122
host:
2223
- setuptools

0 commit comments

Comments
 (0)