Skip to content

Commit 8951738

Browse files
committed
flye: workaround for arm64 linux
1 parent 49b612d commit 8951738

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Formula/f/flye.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ class Flye < Formula
2323
uses_from_macos "zlib"
2424

2525
def install
26+
# Workaround for arm64 Linux: https://github.com/mikolmogorov/Flye/pull/691
27+
ENV["arm_neon"] = ENV["aarch64"] = "1" if OS.linux? && Hardware::CPU.arch == :arm64
28+
2629
ENV.deparallelize
2730
virtualenv_install_with_resources
2831
pkgshare.install "flye/tests/data"

0 commit comments

Comments
 (0)