Skip to content

Commit 86eecf1

Browse files
committed
linbox: revision bump
Closes #215. Signed-off-by: Mahrud Sayrafi <mahrud@umn.edu>
1 parent 135f038 commit 86eecf1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Formula/linbox.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class Linbox < Formula
44
url "https://github.com/linbox-team/linbox/releases/download/v1.7.0/linbox-1.7.0.tar.gz"
55
sha256 "6d2159fd395be0298362dd37f6c696676237bc8e2757341fbc46520e3b466bcc"
66
license "LGPL-2.1-or-later"
7+
revision 1
78

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

@@ -22,9 +23,11 @@ class Linbox < Formula
2223
depends_on "pkg-config" => :build
2324

2425
depends_on "fflas-ffpack"
26+
depends_on "flint"
2527
depends_on "givaro"
2628
depends_on "gmp"
2729
depends_on "libomp" if OS.mac?
30+
depends_on "ntl"
2831
depends_on "openblas" unless OS.mac?
2932

3033
def install

0 commit comments

Comments
 (0)