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

Attempt building M2 with Flint v3 #194

Closed
wants to merge 3 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 Formula/cohomcalg.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Cohomcalg < Formula
desc "Computation of sheaf cohomologies for line bundles on toric varieties"
homepage "https://github.com/BenjaminJurke/cohomCalg"
url "https://github.com/BenjaminJurke/cohomCalg/archive/v0.32.tar.gz"
url "https://github.com/BenjaminJurke/cohomCalg/archive/refs/tags/v0.32.tar.gz"
sha256 "367c52b99c0b0a4794b215181439bf54abe4998872d3ef25d793bc13c4d40e42"
license "GPL-3.0-only"
revision 1
Expand Down
2 changes: 1 addition & 1 deletion Formula/csdp.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Csdp < Formula

Check warning on line 1 in Formula/csdp.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-11)

No bottle built for csdp!

csdp has unbottled dependencies, so a bottle will not be built.
desc "Semidefinite programming problems"
homepage "https://github.com/coin-or/Csdp"
url "https://github.com/coin-or/Csdp/archive/releases/6.2.0.tar.gz"
url "https://github.com/coin-or/Csdp/archive/refs/tags/releases/6.2.0.tar.gz"
sha256 "3d341974af1f8ed70e1a37cc896e7ae4a513375875e5b46db8e8f38b7680b32f"
license "EPL-2.0"
revision 10
Expand Down
Loading