Skip to content

Commit 3c95ab3

Browse files
committed
Test build bottle for Macaulay2 1.25.11 release candidate
1 parent d0a4824 commit 3c95ab3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/macaulay2.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ class Macaulay2 < Formula
22
@name = "M2"
33
desc "Software system for algebraic geometry research"
44
homepage "http://macaulay2.com"
5-
url "https://github.com/Macaulay2/M2/archive/refs/tags/release-1.25.06.tar.gz"
6-
sha256 "d5cef0196ac98cd31259cfc210c6804c390ab25f081a1d116c14a1932c2e0b4a"
5+
url "https://github.com/Macaulay2/M2/archive/refs/heads/release-1.25.11-branch.tar.gz"
6+
version "1.25.11-rc1"
7+
sha256 "64da85f0c56213f15e5f3ff3d96a83eb65e93f612e73bba8c96da35f91e4ec09"
78
license any_of: ["GPL-2.0-only", "GPL-3.0-only"]
8-
revision 5
99

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

@@ -21,7 +21,7 @@ class Macaulay2 < Formula
2121
depends_on "eigen@3" => :build # TODO: drop the "@3"
2222
depends_on "ninja" => :build
2323
depends_on "node" => :build
24-
depends_on "pkg-config" => :build
24+
depends_on "pkgconf" => :build
2525

2626
depends_on "bdw-gc"
2727
depends_on "boost"

0 commit comments

Comments
 (0)