We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b2202 commit 8c3f39eCopy full SHA for 8c3f39e
conda-recipe/meta.yaml
@@ -1,5 +1,6 @@
1
{% set required_compiler_version = "2024.0" %}
2
-{% set max_compiler_version = "2024.0.1" %}
+{% set excluded_compiler_version1 = "2024.0.1" %}
3
+{% set excluded_compiler_version2 = "2024.0.2" %}
4
5
package:
6
name: dpctl
@@ -17,7 +18,7 @@ build:
17
18
requirements:
19
build:
20
- {{ compiler('cxx') }}
- - {{ compiler('dpcpp') }} >={{ required_compiler_version }},<{{ max_compiler_version }} # [not osx]
21
+ - {{ compiler('dpcpp') }} >={{ required_compiler_version }},!={{ excluded_compiler_version1 }},!={{ excluded_compiler_version2 }} # [not osx]
22
- sysroot_linux-64 >=2.28 # [linux]
23
host:
24
- setuptools
0 commit comments