Skip to content

Commit 0341ccc

Browse files
committed
use stdlib
1 parent cf581d4 commit 0341ccc

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

conda_build_config.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,24 @@ numpy:
77
ogre:
88
- 14.2.*
99

10-
cdt_name: # [linux]
11-
- cos7 # [linux]
10+
cdt_name:
11+
- ${{ "cos7" if linux }}
1212

1313
python:
1414
- 3.12.* *_cpython
1515
python_impl:
1616
- cpython
1717

18+
c_stdlib:
19+
- ${{ "sysroot" if linux }}
20+
- ${{ "macosx_deployment_target" if osx }}
21+
- ${{ "vs" if win }}
22+
c_stdlib_version:
23+
- ${{ "2.17" if linux }}
24+
- ${{ "10.14" if osx and x86_64 }}
25+
- ${{ "11.0" if osx and arm64 }}
26+
27+
1828
# # Project overrides
1929
# macos_min_version: # [osx and x86_64]
2030
# - 10.14 # [osx and x86_64]

0 commit comments

Comments
 (0)