We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55903bc + 8951738 commit 3bf279aCopy full SHA for 3bf279a
Formula/f/flye.rb
@@ -23,6 +23,9 @@ class Flye < Formula
23
uses_from_macos "zlib"
24
25
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
+
29
ENV.deparallelize
30
virtualenv_install_with_resources
31
pkgshare.install "flye/tests/data"
0 commit comments