diff options
| author | Misty De Meo | 2014-11-22 11:43:11 -0800 |
|---|---|---|
| committer | Misty De Meo | 2014-12-14 11:17:32 -0800 |
| commit | 3986feb81ec1747b2d374115490eb69f40c34eb7 (patch) | |
| tree | 7ad04fd35370df219fb9f9388a6199ef8f1cfe40 /Library/Formula | |
| parent | 1ef4c2d310c42193a525935404dac053d0218319 (diff) | |
| download | homebrew-3986feb81ec1747b2d374115490eb69f40c34eb7.tar.bz2 | |
Revision formulae that use gfortran for GCC bump
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/binwalk.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/fftw.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/grib-api.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/jags.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/libgetdata.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/libxc.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/mpich2.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/pgplot.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/qd.rb | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/Library/Formula/binwalk.rb b/Library/Formula/binwalk.rb index 487b1a6ad..d01edec0f 100644 --- a/Library/Formula/binwalk.rb +++ b/Library/Formula/binwalk.rb @@ -2,6 +2,7 @@ require 'formula' class Binwalk < Formula homepage 'http://binwalk.org/' + revision 1 stable do url "https://github.com/devttys0/binwalk/archive/v2.0.1.tar.gz" sha1 "b0ec783cbf72db358c5118a3052fc1ccf446d8f3" diff --git a/Library/Formula/fftw.rb b/Library/Formula/fftw.rb index 1b988f8bd..a41bf4333 100644 --- a/Library/Formula/fftw.rb +++ b/Library/Formula/fftw.rb @@ -4,6 +4,7 @@ class Fftw < Formula homepage 'http://www.fftw.org' url 'http://www.fftw.org/fftw-3.3.4.tar.gz' sha1 'fd508bac8ac13b3a46152c54b7ac885b69734262' + revision 1 bottle do cellar :any diff --git a/Library/Formula/grib-api.rb b/Library/Formula/grib-api.rb index 9be12a045..61ab0d0a4 100644 --- a/Library/Formula/grib-api.rb +++ b/Library/Formula/grib-api.rb @@ -4,6 +4,7 @@ class GribApi < Formula homepage 'https://software.ecmwf.int/wiki/display/GRIB/Home' url 'https://software.ecmwf.int/wiki/download/attachments/3473437/grib_api-1.12.3.tar.gz' sha1 '2764b262c8f081fefb81112f7f7463a3a34b6e66' + revision 1 bottle do sha1 "aaa46754fcaa6f19099a2045000ba8ee4e93f29e" => :mavericks diff --git a/Library/Formula/jags.rb b/Library/Formula/jags.rb index 646d085ab..93dfe2f2f 100644 --- a/Library/Formula/jags.rb +++ b/Library/Formula/jags.rb @@ -4,6 +4,7 @@ class Jags < Formula homepage 'http://mcmc-jags.sourceforge.net' url 'https://downloads.sourceforge.net/project/mcmc-jags/JAGS/3.x/Source/JAGS-3.4.0.tar.gz' sha1 '129a8f97da91877473f209c67f1f9c5b04173586' + revision 1 depends_on :fortran diff --git a/Library/Formula/libgetdata.rb b/Library/Formula/libgetdata.rb index d5640a018..8c46ad75e 100644 --- a/Library/Formula/libgetdata.rb +++ b/Library/Formula/libgetdata.rb @@ -4,6 +4,7 @@ class Libgetdata < Formula homepage 'http://getdata.sourceforge.net/' url 'https://downloads.sourceforge.net/project/getdata/getdata/0.8.5/getdata-0.8.5.tar.bz2' sha1 '4f509e10f9eb6e8cfc378efd8b483b2a2508917f' + revision 1 bottle do revision 2 diff --git a/Library/Formula/libxc.rb b/Library/Formula/libxc.rb index 6ca06a746..6d86004e8 100644 --- a/Library/Formula/libxc.rb +++ b/Library/Formula/libxc.rb @@ -4,6 +4,7 @@ class Libxc < Formula homepage 'http://www.tddft.org/programs/octopus/wiki/index.php/Libxc' url 'http://www.tddft.org/programs/octopus/down.php?file=libxc/libxc-2.2.0.tar.gz' sha1 '77c3ffe2c664339f3eafbf7642ddeba482b88074' + revision 1 bottle do cellar :any diff --git a/Library/Formula/mpich2.rb b/Library/Formula/mpich2.rb index 0debc5cd6..f16ea9b1e 100644 --- a/Library/Formula/mpich2.rb +++ b/Library/Formula/mpich2.rb @@ -7,6 +7,7 @@ class Mpich2 < Formula url 'http://www.mpich.org/static/downloads/3.1.3/mpich-3.1.3.tar.gz' mirror 'http://fossies.org/linux/misc/mpich-3.1.3.tar.gz' sha1 'aa9907891ef4a4a584ab2f90a86775f29ca0dec0' + revision 1 bottle do sha1 "8542cf77b01f4b5ada4d7d1643729daf2fd23ebf" => :yosemite diff --git a/Library/Formula/pgplot.rb b/Library/Formula/pgplot.rb index 6a40c4786..b2c911d4f 100644 --- a/Library/Formula/pgplot.rb +++ b/Library/Formula/pgplot.rb @@ -5,6 +5,7 @@ class Pgplot < Formula url 'ftp://ftp.astro.caltech.edu/pub/pgplot/pgplot522.tar.gz' version '5.2.2' sha1 '1f1c9aa17eeec9a2fb23fd15a0e4a91dcc49ddc1' + revision 1 option 'with-button', 'Install libbutton' diff --git a/Library/Formula/qd.rb b/Library/Formula/qd.rb index ccbf93440..a3ec4022f 100644 --- a/Library/Formula/qd.rb +++ b/Library/Formula/qd.rb @@ -4,6 +4,7 @@ class Qd < Formula homepage 'http://crd.lbl.gov/~dhbailey/mpdist/' url 'http://crd.lbl.gov/~dhbailey/mpdist/qd-2.3.14.tar.gz' sha1 'bda1048feed8c3a52957e5e63592163aa0a15da4' + revision 1 depends_on :fortran => :recommended |
