Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

normaliz: v3.10.2 #212

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading