Skip to content

Commit

Permalink
fixup! sile: 0.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Dec 13, 2024
1 parent 228085a commit cd19315
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions Formula/s/sile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ class Sile < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "dbd247ab127cc9f68e3f25e4404974e1ec87e074af1210fb19240bde79dd4ff1"
end

head do
url "https://github.com/sile-typesetter/sile.git", branch: "master"

depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
end
url "https://github.com/sile-typesetter/sile.git", branch: "master" if build.head?

depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "jq" => :build
depends_on "libtool" => :build
depends_on "pkgconf" => :build
depends_on "poppler" => :build
depends_on "rust" => :build
Expand Down Expand Up @@ -143,9 +140,6 @@ class Sile < Formula
end

def install

Check failure on line 142 in Formula/s/sile.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

`brew install --verbose --formula --build-bottle sile` failed on macOS Sequoia (15) on Apple Silicon!

::error::sile 0.15.8 did not build

Check failure on line 142 in Formula/s/sile.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew install --verbose --formula --build-bottle sile` failed on macOS Sonoma (14) on Apple Silicon!

::error::sile 0.15.8 did not build
# Workaround upstream darwin detection not picking up on e.g. aarch64-apple-darwin22.6.0
inreplace "configure", "darwin*", "*darwin*" if build.stable?

lua = Formula["luajit"]
luaversion = "5.1"
luapath = libexec/"vendor"
Expand Down

0 comments on commit cd19315

Please sign in to comment.