diff options
| author | BrewTestBot | 2014-10-17 23:27:36 +0100 | 
|---|---|---|
| committer | Tim D. Smith | 2014-11-02 01:00:42 -0700 | 
| commit | 6904bf4239f782de14ced3bdcec6abb8bd6cd59a (patch) | |
| tree | 1a68dd3eac780ec0ecbdc02026526030f35de610 | |
| parent | 7cebc156ed4749945e999949fd100f47a6473164 (diff) | |
| download | homebrew-6904bf4239f782de14ced3bdcec6abb8bd6cd59a.tar.bz2 | |
libiomp: add 20140926 bottle.
Closes #33118.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
| -rw-r--r-- | Library/Formula/libiomp.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/libiomp.rb b/Library/Formula/libiomp.rb index 54ac3d745..d11871d76 100644 --- a/Library/Formula/libiomp.rb +++ b/Library/Formula/libiomp.rb @@ -5,6 +5,13 @@ class Libiomp < Formula    url "https://www.openmprtl.org/sites/default/files/libomp_20140926_oss.tgz"    sha1 "488ff3874eb5c971523534cb3c987bfb5ce3addb" +  bottle do +    cellar :any +    sha1 "782faf00e595709011f1e8a19933fff0d55c954e" => :yosemite +    sha1 "070a6edb8c872e2b88f953222b72cd587f288149" => :mavericks +    sha1 "26a2f4d2d6427c1d114fdc774a71bdd06926cc13" => :mountain_lion +  end +    depends_on :arch => :intel    fails_with :gcc  do | 
