Skip to content

Commit

Permalink
macaulay2: revision bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Jan 15, 2024
1 parent 25c187a commit cf139aa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
6 changes: 2 additions & 4 deletions Formula/fflas-ffpack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ class FflasFfpack < Formula
sha256 "dafb4c0835824d28e4f823748579be6e4c8889c9570c6ce9cce1e186c3ebbb23"
license "LGPL-2.1-or-later"

head "https://github.com/linbox-team/fflas-ffpack.git", using: :git

bottle do
root_url "https://github.com/Macaulay2/homebrew-tap/releases/download/fflas-ffpack-2.5.0"
sha256 cellar: :any_skip_relocation, arm64_monterey: "09243154036963bfe61d886796bafca1b124412a573ae8cc07c881aa2eb76d32"
Expand All @@ -15,10 +17,6 @@ class FflasFfpack < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "144a8bb935684cfc3e836dc09d6681dcb31f5a3ca9adabf0aa9681862b9d7f92"
end

head do
url "https://github.com/linbox-team/fflas-ffpack.git", using: :git
end

depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
Expand Down
6 changes: 2 additions & 4 deletions Formula/givaro.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ class Givaro < Formula
sha256 "865e228812feca971dfb6e776a7bc7ac959cf63ebd52b4f05492730a46e1f189"
license "CECILL-B"

head "https://github.com/linbox-team/givaro.git", using: :git

bottle do
root_url "https://github.com/Macaulay2/homebrew-tap/releases/download/givaro-4.2.0"
sha256 cellar: :any, arm64_monterey: "a2dd485809f7d5e1f9955711478ff277480d9928c953b5521b06bfb617e40076"
Expand All @@ -15,10 +17,6 @@ class Givaro < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "909af3d560a72e11db51d01d739830f0a1a745450811986d41f21d41d236917d"
end

head do
url "https://github.com/linbox-team/givaro.git", using: :git
end

depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
Expand Down
6 changes: 2 additions & 4 deletions Formula/linbox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ class Linbox < Formula
sha256 "6d2159fd395be0298362dd37f6c696676237bc8e2757341fbc46520e3b466bcc"
license "LGPL-2.1-or-later"

head "https://github.com/linbox-team/linbox.git", using: :git, branch: "master"

bottle do
root_url "https://github.com/Macaulay2/homebrew-tap/releases/download/linbox-1.7.0"
sha256 cellar: :any, arm64_ventura: "b603f57c404b5b15b830ecddb81f9def82be4d57dbe88c50d5024af347842773"
Expand All @@ -14,10 +16,6 @@ class Linbox < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "feb752911c5c7156bc95400a4292b60c53ba99a2ae5de57f2e04fe25aea648c4"
end

head do
url "https://github.com/linbox-team/linbox.git", using: :git, branch: "master"
end

depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
Expand Down
8 changes: 3 additions & 5 deletions Formula/macaulay2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ class Macaulay2 < Formula
desc "Software system for algebraic geometry research"
homepage "http://macaulay2.com"
license any_of: ["GPL-2.0-only", "GPL-3.0-only"]
revision 2
revision 3

head "https://github.com/Macaulay2/M2/archive/refs/heads/development.tar.gz"

stable do
url "https://github.com/Macaulay2/M2/archive/refs/tags/release-1.22.tar.gz"
Expand All @@ -21,10 +23,6 @@ class Macaulay2 < Formula
sha256 x86_64_linux: "3e64bb7cf1677029e5374c172c81b6a8b556e762d6d3f2c3465a4c9706414f02"
end

head do
url "https://github.com/Macaulay2/M2/archive/refs/heads/development.tar.gz"
end

depends_on "bison" => :build
depends_on "cmake" => :build
depends_on "ninja" => :build
Expand Down

0 comments on commit cf139aa

Please sign in to comment.