Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zol: add aarch64/arm64 builds #51711

Merged
merged 6 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions recipes/zol/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -xe

$PYTHON -m pip install . --ignore-installed --no-deps -vv

mkdir -p ${PREFIX}/bin
Expand Down
5 changes: 4 additions & 1 deletion recipes/zol/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: e1d0d090a08a26d2ecbb958d398dc47df94ffbaa034265086c7084d1e88cfb2d

build:
number: 0
number: 1
skip: True # [py != 310]
run_exports:
- {{ pin_subpackage('zol', max_pin='x') }}
Expand Down Expand Up @@ -72,5 +72,8 @@ about:
dev_url: https://github.com/Kalan-Lab/zol

extra:
additional-platforms:
- linux-aarch64
- osx-arm64
recipe-maintainers:
- raufs