Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit 8b8c5a4

Browse files
authored
Simplify conda recipe (#493)
Simplify recipes using `{{ target_platform }}` for `sysroot` package Authors: - Jordan Jacobelli (https://github.com/Ethyling) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: #493
1 parent 018090d commit 8b8c5a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

conda/recipes/clx/meta.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ build:
2323
requirements:
2424
build:
2525
- {{ compiler('c') }}
26-
- sysroot_linux-64 {{ sysroot_version }} # [linux64]
27-
- sysroot_linux-aarch64 {{ sysroot_version }} # [aarch64]
26+
- sysroot_{{ target_platform }} {{ sysroot_version }}
2827
host:
2928
- python
3029
run:

0 commit comments

Comments
 (0)