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

lrzip build for osx-arm64 #49158

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
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: 1 addition & 1 deletion recipes/lrzip/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ case $(uname) in
CONFIGURE_FLAGS=""
;;
esac

export M4="$BUILD_PREFIX/bin/m4"
./autogen.sh
./configure --prefix=$PREFIX ${CONFIGURE_FLAGS}
make --jobs=${CPU_COUNT}
Expand Down
7 changes: 4 additions & 3 deletions recipes/lrzip/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ source:
sha256: 48bd8decb097c1596c9b3777959cd3e332819434ed77a2823e65aa436f1602f9

build:
number: 0
skip: True # [osx]
number: 1
run_exports:
- {{ pin_subpackage('lrzip', max_pin="x.x") }}

Expand All @@ -22,6 +21,7 @@ requirements:
- libtool
- make
- {{ compiler('cxx') }}
- m4
host:
- zlib
- bzip2
Expand Down Expand Up @@ -50,4 +50,5 @@ about:

extra:
additional-platforms:
- linux-aarch64
- linux-aarch64
- osx-arm64
Loading