Skip to content

Commit

Permalink
jags: phase out :fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Jan 13, 2018
1 parent e33ff3d commit 575bf92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/jags.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Jags < Formula
homepage "https://mcmc-jags.sourceforge.io"
url "https://downloads.sourceforge.net/project/mcmc-jags/JAGS/4.x/Source/JAGS-4.3.0.tar.gz"
sha256 "8ac5dd57982bfd7d5f0ee384499d62f3e0bb35b5f1660feb368545f1186371fc"
revision 1

bottle do
cellar :any
Expand All @@ -12,7 +13,7 @@ class Jags < Formula
sha256 "2a1b02acc3e361549d64d10cee6581d598f78539c91cd715678c810eb6c31fe4" => :yosemite
end

depends_on :fortran
depends_on "gcc" # for gfortran

def install
system "./configure", "--disable-dependency-tracking",
Expand Down

0 comments on commit 575bf92

Please sign in to comment.