gdal: phase out :fortran
This commit is contained in:
parent
4fd52dd397
commit
4c2ac29096
1 changed files with 4 additions and 1 deletions
|
@ -87,7 +87,10 @@ class Gdal < Formula
|
|||
|
||||
depends_on "python" => :optional if MacOS.version <= :snow_leopard
|
||||
depends_on "python3" => :optional
|
||||
depends_on :fortran => :build if build.with?("python") || build.with?("python3")
|
||||
|
||||
if build.with?("python") || build.with?("python3")
|
||||
depends_on "gcc" => :build # for gfortran
|
||||
end
|
||||
|
||||
# Extra linking libraries in configure test of armadillo may throw warning
|
||||
# see: https://trac.osgeo.org/gdal/ticket/5455
|
||||
|
|
Loading…
Reference in a new issue