lapack: phase out :fortran

This commit is contained in:
FX Coudert 2018-01-13 16:12:31 +01:00
parent e9e94e9b4d
commit b8768b1aec

View file

@ -14,8 +14,7 @@ class Lapack < Formula
keg_only :provided_by_osx
depends_on "cmake" => :build
depends_on :fortran
depends_on "gcc"
depends_on "gcc" # for gfortran
def install
ENV.delete("MACOSX_DEPLOYMENT_TARGET")