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 ae93422 commit e37e202Copy full SHA for e37e202
conda-recipe/conda_build_config.yaml
@@ -6,7 +6,13 @@ cxx_compiler: # [linux]
6
- gxx # [linux]
7
cxx_compiler_version: # [linux]
8
- '14' # [linux]
9
+c_stdlib: # [linux]
10
+ - sysroot # [linux]
11
+c_stdlib_version: # [linux]
12
+ - '2.28' # [linux]
13
+c_stdlib: # [win]
14
+ - vs # [win]
15
cxx_compiler: # [win]
16
- vs2019 # [win]
17
c_compiler: # [win]
- - vs2019 # [win]
18
+ - vs2019 # [win]
conda-recipe/meta.yaml
@@ -17,8 +17,8 @@ requirements:
build:
- {{ compiler('c') }}
19
- {{ compiler('cxx') }}
20
+ - {{ stdlib('c') }}
21
- {{ compiler('dpcpp') }} >=2024.2 # [not osx]
- - sysroot_linux-64 >=2.28 # [linux]
22
host:
23
- setuptools >=77
24
- cmake
0 commit comments