From 05e717205d13f3cf8c07e677b270a76d7a15207c Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Fri, 12 Jan 2018 12:30:00 +0100 Subject: [PATCH] fobis: phase out :fortran --- Formula/fobis.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/fobis.rb b/Formula/fobis.rb index d3990ef883..6425219d1a 100644 --- a/Formula/fobis.rb +++ b/Formula/fobis.rb @@ -5,6 +5,7 @@ class Fobis < Formula homepage "https://github.com/szaghi/FoBiS" url "https://files.pythonhosted.org/packages/20/1c/60fcdc15055ac42d220f7e0089f53937f44e615d6c33ae2c8ed98b9e5848/FoBiS.py-2.2.8.tar.gz" sha256 "e56aa3d75fb4b915a679a315fd8e8c19aa6f26332b9647cbbbf7f2103b6a5c8b" + revision 1 bottle do cellar :any_skip_relocation @@ -15,8 +16,8 @@ class Fobis < Formula option "without-pygooglechart", "Disable support for coverage charts generated with pygooglechart" + depends_on "gcc" # for gfortran depends_on "python" if MacOS.version <= :snow_leopard - depends_on :fortran depends_on "graphviz" => :recommended resource "pygooglechart" do @@ -37,7 +38,6 @@ class Fobis < Formula end test do - ENV.fortran (testpath/"test-mod.f90").write <<~EOS module fobis_test_m implicit none