diff options
| author | BrewTestBot | 2014-06-22 02:13:31 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-06-21 20:14:11 -0500 |
| commit | b8affbe984578e1b4584be2f5546461567451e7f (patch) | |
| tree | e7eecc7f671677a5830cb5f12331b9f098a08862 /Library/Formula | |
| parent | 9223838d32a8015c76c20f94655ea2eb8cd5b7db (diff) | |
| download | homebrew-b8affbe984578e1b4584be2f5546461567451e7f.tar.bz2 | |
libatomic_ops: add 7.4.2 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libatomic_ops.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libatomic_ops.rb b/Library/Formula/libatomic_ops.rb index e54015e6e..ce8beb48b 100644 --- a/Library/Formula/libatomic_ops.rb +++ b/Library/Formula/libatomic_ops.rb @@ -5,6 +5,13 @@ class LibatomicOps < Formula url "http://www.ivmaisoft.com/_bin/atomic_ops/libatomic_ops-7.4.2.tar.gz" sha1 "57cd7c64e37fca300bd7b24e3d2f14129b25b376" + bottle do + cellar :any + sha1 "3027c1a78e217eaae84c750897590002e85f19b7" => :mavericks + sha1 "c077b08a1bef2d36af10f50140e4a4891ec7a9bc" => :mountain_lion + sha1 "2fea667e556aec2efa27f64c9bdd4f54d09048dc" => :lion + end + def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make" |
