Skip to content

Commit

Permalink
normaliz: v3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Mar 1, 2024
1 parent 1b2164e commit b92d4f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/normaliz.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Normaliz < Formula
desc "Affine monoids, vector configurations, lattice polytopes, and rational cones"
homepage "https://www.normaliz.uni-osnabrueck.de/"
url "https://github.com/Normaliz/Normaliz/releases/download/v3.10.1/normaliz-3.10.1.tar.gz"
sha256 "365e1d1e2a338dc4df1947a440e606bb66dd261307e617905e8eca64eaafcf6e"
url "https://github.com/Normaliz/Normaliz/releases/download/v3.10.2/normaliz-3.10.2.tar.gz"
sha256 "0f649a8eae5535c18df15e8d35fc055fd0d7dbcbdd451e8876f4a47061481f07"
license "GPL-3.0-only"

bottle do
Expand All @@ -24,8 +24,8 @@ class Normaliz < Formula
depends_on "gmp"
depends_on "libomp" if OS.mac?

depends_on "flint" => :optional
depends_on "nauty" => :optional
depends_on "flint" => :recommended
depends_on "nauty" => :recommended

def install
ENV.cxx11
Expand Down

0 comments on commit b92d4f7

Please sign in to comment.