Skip to content

Commit

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

Signed-off-by: Mahrud Sayrafi <3147718+mahrud@users.noreply.github.com>
  • Loading branch information
mahrud committed Jan 8, 2021
1 parent 69aef75 commit 2313cd1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Formula/mathic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Mathic < Formula
url "https://github.com/Macaulay2/mathic.git", using: :git, branch: "master"
version "1.0"
license "LGPL-2.0-or-later"
revision 1
revision 2

bottle do
root_url "https://github.com/mahrud/homebrew-tap/releases/download/mathic-1.0_1"
Expand All @@ -13,6 +13,12 @@ class Mathic < Formula
sha256 "150d6cd52bdd8bd3e332e765e0a609414695d160de6b6ed18538958e8747642d" => :x86_64_linux
end

unless OS.mac?
fails_with gcc: "4"
fails_with gcc: "5"
depends_on "gcc@9" => :build
end

depends_on "cmake" => :build

depends_on "memtailor"
Expand Down

0 comments on commit 2313cd1

Please sign in to comment.