libgetdata: use optional dep for fortran
This commit is contained in:
parent
23bae0a2b2
commit
cd1420dcb6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Libgetdata < Formula
|
|||
option 'lzma', 'Build with LZMA compression support'
|
||||
option 'zzip', 'Build with zzip compression support'
|
||||
|
||||
depends_on :fortran if build.with? 'fortran'
|
||||
depends_on :fortran => :optional
|
||||
depends_on 'xz' if build.include? 'lzma'
|
||||
depends_on 'libzzip' if build.include? 'zzip'
|
||||
|
||||
|
|
Loading…
Reference in a new issue