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 d090de9 commit 913f118Copy full SHA for 913f118
conda-recipe/meta.yaml
@@ -1,4 +1,5 @@
1
{% set required_compiler_and_mkl_version = "2024.0" %}
2
+{% set max_compiler_version = "2024.0.1" %}
3
{% set required_dpctl_version = "0.15.1dev2" %}
4
5
package:
@@ -24,7 +25,7 @@ requirements:
24
25
- scikit-build
26
build:
27
- {{ compiler('cxx') }}
- - {{ compiler('dpcpp') }} >={{ required_compiler_and_mkl_version }} # [not osx]
28
+ - {{ compiler('dpcpp') }} >={{ required_compiler_and_mkl_version }},<{{ max_compiler_version }} # [not osx]
29
- sysroot_linux-64 >=2.28 # [linux]
30
run:
31
- python
0 commit comments