diff options
Diffstat (limited to 'Library/Formula/slicot.rb')
| -rw-r--r-- | Library/Formula/slicot.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/slicot.rb b/Library/Formula/slicot.rb index 9e2be215a..be5e3d9c2 100644 --- a/Library/Formula/slicot.rb +++ b/Library/Formula/slicot.rb @@ -8,9 +8,9 @@ class Slicot < Formula option 'with-default-integer-8', 'Build with 8-byte-wide integer type' - def install - ENV.fortran + depends_on :fortran + def install args = [ "FORTRAN=#{ENV['FC']}", "LOADER=#{ENV['FC']}", |
