Skip to content

Commit

Permalink
Merge pull request #17 from hcho3/stdlib-migration
Browse files Browse the repository at this point in the history
Migrate to `{{ stdlib("c") }}`
  • Loading branch information
jakirkham authored May 14, 2024
2 parents 771c0c0 + 780b38c commit e99c61e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ github:
tooling_branch_name: main
os_version:
linux_64: cos7
linux_aarch64: cos7
provider:
linux_aarch64: default
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source:
sha256: 5db80b1905b3fe25a07f29462c8694af1375834c1d8e7b6bf4cf4ffbb8c0b934 # [aarch64]

build:
number: 1
number: 2
binary_relocation: false
skip: true # [not (linux64 or aarch64)]

Expand Down Expand Up @@ -55,7 +55,7 @@ outputs:
- {{ compiler("c") }}
- {{ compiler("cxx") }}
- arm-variant * {{ arm_variant_type }} # [aarch64]
- sysroot_{{ target_platform }} 2.17 # [linux]
- {{ stdlib("c") }}
- {{ cdt("rdma-core-devel") }} # [linux64]
- patchelf <0.18.0 # [linux]
host:
Expand Down Expand Up @@ -90,7 +90,7 @@ outputs:
- {{ compiler("c") }}
- {{ compiler("cxx") }}
- arm-variant * {{ arm_variant_type }} # [aarch64]
- sysroot_{{ target_platform }} 2.17 # [linux]
- {{ stdlib("c") }}
host:
- cuda-version {{ cuda_version }}
run:
Expand Down Expand Up @@ -125,7 +125,7 @@ outputs:
- {{ compiler("c") }}
- {{ compiler("cxx") }}
- arm-variant * {{ arm_variant_type }} # [aarch64]
- sysroot_{{ target_platform }} 2.17 # [linux]
- {{ stdlib("c") }}
host:
- cuda-version {{ cuda_version }}
run:
Expand Down Expand Up @@ -154,7 +154,7 @@ outputs:
- {{ compiler("c") }}
- {{ compiler("cxx") }}
- arm-variant * {{ arm_variant_type }} # [aarch64]
- sysroot_{{ target_platform }} 2.17 # [linux]
- {{ stdlib("c") }}
host:
- cuda-version {{ cuda_version }}
- libcufile-dev {{ version }}
Expand Down

0 comments on commit e99c61e

Please sign in to comment.