Skip to content

Commit ed82b0d

Browse files
committed
Use stdlib("c") instead of sysroot
1 parent a2dd3db commit ed82b0d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

conda-recipe/conda_build_config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ cxx_compiler: # [linux]
66
- gxx # [linux]
77
cxx_compiler_version: # [linux]
88
- '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]
915
cxx_compiler: # [win]
1016
- vs2022 # [win]
1117
c_compiler: # [win]

conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ requirements:
1717
build:
1818
- {{ compiler('c') }}
1919
- {{ compiler('cxx') }}
20+
- {{ stdlib('c') }}
2021
- {{ compiler('dpcpp') }} >=2024.2 # [not osx]
21-
- sysroot_linux-64 >=2.28 # [linux]
2222
host:
2323
- setuptools >=77
2424
- cmake

0 commit comments

Comments
 (0)