We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135f038 commit 86eecf1Copy full SHA for 86eecf1
Formula/linbox.rb
@@ -4,6 +4,7 @@ class Linbox < Formula
4
url "https://github.com/linbox-team/linbox/releases/download/v1.7.0/linbox-1.7.0.tar.gz"
5
sha256 "6d2159fd395be0298362dd37f6c696676237bc8e2757341fbc46520e3b466bcc"
6
license "LGPL-2.1-or-later"
7
+ revision 1
8
9
head "https://github.com/linbox-team/linbox.git", using: :git, branch: "master"
10
@@ -22,9 +23,11 @@ class Linbox < Formula
22
23
depends_on "pkg-config" => :build
24
25
depends_on "fflas-ffpack"
26
+ depends_on "flint"
27
depends_on "givaro"
28
depends_on "gmp"
29
depends_on "libomp" if OS.mac?
30
+ depends_on "ntl"
31
depends_on "openblas" unless OS.mac?
32
33
def install
0 commit comments