We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf94b0 commit 492bb67Copy full SHA for 492bb67
conda-recipe/meta.yaml
@@ -1,4 +1,5 @@
1
{% set required_compiler_version = "2024.0" %}
2
+{% set max_compiler_version = "2024.0.1" %}
3
4
package:
5
name: dpctl
@@ -16,7 +17,7 @@ build:
16
17
requirements:
18
build:
19
- {{ compiler('cxx') }}
- - {{ compiler('dpcpp') }} >={{ required_compiler_version }} # [not osx]
20
+ - {{ compiler('dpcpp') }} >={{ required_compiler_version }},<{{ max_compiler_version }} # [not osx]
21
- sysroot_linux-64 >=2.28 # [linux]
22
host:
23
- setuptools
0 commit comments