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 526f410 commit cd9199dCopy full SHA for cd9199d
conda-recipe/meta.yaml
@@ -1,3 +1,5 @@
1
+{% set required_compiler_version = "2024.0" %}
2
+
3
package:
4
name: dpctl
5
version: {{ GIT_DESCRIBE_TAG }}
@@ -14,7 +16,7 @@ build:
14
16
requirements:
15
17
build:
18
- {{ compiler('cxx') }}
- - {{ compiler('dpcpp') }} >=2023.2 # [not osx]
19
+ - {{ compiler('dpcpp') }} >={{ required_compiler_version }} # [not osx]
20
- sysroot_linux-64 >=2.28 # [linux]
21
host:
22
- setuptools
@@ -29,7 +31,7 @@ requirements:
29
31
run:
30
32
- python
33
- {{ pin_compatible('numpy', min_pin='x.x', upper_bound='1.26') }}
- - dpcpp-cpp-rt >=2023.2
34
+ - dpcpp-cpp-rt >={{ required_compiler_version }}
35
- level-zero # [linux]
36
37
test:
0 commit comments