diff options
| author | Adam Vandenberg | 2013-06-23 20:29:13 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-24 07:38:09 -0700 |
| commit | 3813c7ca60cba0d44d3830cdd9b1d31e552e9d5c (patch) | |
| tree | d0f002ed46c2fc249827768f5ec1be4a2a8167f7 /Library/Formula/pgplot.rb | |
| parent | 8806220848018668f66de312cede721437bf21c7 (diff) | |
| download | homebrew-3813c7ca60cba0d44d3830cdd9b1d31e552e9d5c.tar.bz2 | |
Use :fortran
Closes #20731.
Closes #13621.
Diffstat (limited to 'Library/Formula/pgplot.rb')
| -rw-r--r-- | Library/Formula/pgplot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pgplot.rb b/Library/Formula/pgplot.rb index 198f3be06..b9250c716 100644 --- a/Library/Formula/pgplot.rb +++ b/Library/Formula/pgplot.rb @@ -15,6 +15,7 @@ class Pgplot < Formula option 'with-button', 'Install libbutton' depends_on :x11 + depends_on :fortran def patches # from MacPorts: https://trac.macports.org/browser/trunk/dports/graphics/pgplot/files @@ -26,7 +27,6 @@ class Pgplot < Formula def install ENV.deparallelize - ENV.fortran ENV.append 'CPPFLAGS', "-DPG_PPU" # allow long lines in the fortran code (for long homebrew PATHs) ENV.append 'FCFLAGS', "-ffixed-line-length-none" |
