Skip to content

Commit

Permalink
use stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Jun 21, 2024
1 parent cf581d4 commit 0341ccc
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,24 @@ numpy:
ogre:
- 14.2.*

cdt_name: # [linux]
- cos7 # [linux]
cdt_name:
- ${{ "cos7" if linux }}

python:
- 3.12.* *_cpython
python_impl:
- cpython

c_stdlib:
- ${{ "sysroot" if linux }}
- ${{ "macosx_deployment_target" if osx }}
- ${{ "vs" if win }}
c_stdlib_version:
- ${{ "2.17" if linux }}
- ${{ "10.14" if osx and x86_64 }}
- ${{ "11.0" if osx and arm64 }}


# # Project overrides
# macos_min_version: # [osx and x86_64]
# - 10.14 # [osx and x86_64]
Expand Down

0 comments on commit 0341ccc

Please sign in to comment.