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 136a133 commit f569d44Copy full SHA for f569d44
conda-recipe/meta.yaml
@@ -14,6 +14,9 @@ requirements:
14
build:
15
- {{ compiler('cxx') }}
16
- {{ compiler('dpcpp') }} # [not osx]
17
+ # specific version of sysroot required by dpcpp, but 2024.0.0 package
18
+ # does not have it in meta data
19
+ - sysroot_linux-64 >=2.28 # [linux]
20
host:
21
- python
22
- setuptools >=63.*
0 commit comments