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

Build missing macos-15 bottles #247

Closed
wants to merge 2 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
1 change: 0 additions & 1 deletion Formula/gfan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class Gfan < Formula

bottle do
root_url "https://ghcr.io/v2/macaulay2/tap"
sha256 cellar: :any, arm64_sonoma: "f4aa20c4b49233a6c8a68e1a751b783169797764a157d5745f73f8228c41fb62"
sha256 cellar: :any, ventura: "aa24a98686efeb52abe9fd8c27d5d1a888c9e86303c0e53eec539ee8c195a57c"
sha256 cellar: :any, monterey: "b92b36b01d8a2187313467b37b21793e34a89e5edd78207e685e8e0e99f23182"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9ad2d53e029a178bd88ba7837fd216ea7b5b46f77648a034a5c7421cfb371555"
Expand Down
1 change: 0 additions & 1 deletion Formula/topcom.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Topcom < Formula

Check warning on line 1 in Formula/topcom.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-12)

No bottle built for topcom!

topcom has unbottled dependencies, so a bottle will not be built.
desc "Triangulations of point configurations and oriented matroids"
homepage "https://www.wm.uni-bayreuth.de/de/team/rambau_joerg/TOPCOM/index.html"
url "https://www.wm.uni-bayreuth.de/de/team/rambau_joerg/TOPCOM-Downloads/TOPCOM-1_1_2.tgz"
Expand All @@ -8,7 +8,6 @@

bottle do
root_url "https://github.com/Macaulay2/homebrew-tap/releases/download/topcom-1.1.2_6"
sha256 cellar: :any, arm64_sonoma: "e601d9582445128c59a8da5d9f787a151ded8141b1d511719eaca977e65c2bb5"
sha256 cellar: :any, arm64_monterey: "5651a74747628e62cb4786aef24a69af07ed32af38449f47d40a232835fca578"
sha256 cellar: :any, arm64_ventura: "3a7be1f7cb674b1ab31ebd06c8a6f93d112f93bbad3c0ef731e5e928f1af28e5"
sha256 cellar: :any, ventura: "6c8f018724d0b885ebe44507e9698f1e88d9ae7e39f4540d89809bd776511949"
Expand Down
Loading