Skip to content

Commit

Permalink
Merge pull request #9 from hcho3/stdlib-migration
Browse files Browse the repository at this point in the history
Migrate to `{{ stdlib("c") }}`
  • Loading branch information
jakirkham committed May 14, 2024
2 parents a0abef4 + d1d8e89 commit 30623c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 4 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ github:
provider:
linux_aarch64: default
linux_ppc64le: default
os_version:
linux_64: cos7
linux_aarch64: cos7
linux_ppc64le: cos7
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source:
sha256: b39a8cb837fe3846284d89ab2202e93b14804349d3fc9aa8a8384fd2759ec2f5 # [aarch64]

build:
number: 1
number: 2
skip: true # [osx or win]
script_env:
- DRV_VERSION={{ driver_version }}
Expand Down Expand Up @@ -50,6 +50,7 @@ outputs:
build:
- {{ compiler("c") }}
- {{ compiler("cxx") }}
- {{ stdlib("c") }}
test:
commands:
- test -f $PREFIX/cuda-compat/libcuda.so.{{ driver_version }}
Expand Down

0 comments on commit 30623c0

Please sign in to comment.