Skip to content

Commit

Permalink
linbox: revision bump
Browse files Browse the repository at this point in the history
Closes #215.

Signed-off-by: Mahrud Sayrafi <[email protected]>
  • Loading branch information
mahrud committed Mar 4, 2024
1 parent 135f038 commit 86eecf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Formula/linbox.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Linbox < Formula
url "https://github.com/linbox-team/linbox/releases/download/v1.7.0/linbox-1.7.0.tar.gz"
sha256 "6d2159fd395be0298362dd37f6c696676237bc8e2757341fbc46520e3b466bcc"
license "LGPL-2.1-or-later"
revision 1

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

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

depends_on "fflas-ffpack"
depends_on "flint"
depends_on "givaro"
depends_on "gmp"
depends_on "libomp" if OS.mac?
depends_on "ntl"
depends_on "openblas" unless OS.mac?

def install
Expand Down

0 comments on commit 86eecf1

Please sign in to comment.