From 34710475e2b9c7f8dd4b57417f8d0e2f3c72c2c8 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Tue, 17 Jan 2017 23:30:16 +0000 Subject: [PATCH] opencoarrays: add 1.8.2 bottle. --- Formula/opencoarrays.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/opencoarrays.rb b/Formula/opencoarrays.rb index 5db9875d26..fe2aa0b5e3 100644 --- a/Formula/opencoarrays.rb +++ b/Formula/opencoarrays.rb @@ -6,6 +6,13 @@ class Opencoarrays < Formula head "https://github.com/sourceryinstitute/opencoarrays.git" + bottle do + cellar :any_skip_relocation + sha256 "24c7cf5023c367cec5452cfa38623a42c790833747f022d48b8e9f02bdea8a13" => :sierra + sha256 "29756fac9b29ca02acac4ef8928d1a9d3f3f9f1c32e5cf2f28cae520c0e96002" => :el_capitan + sha256 "8cf3dc65932e2cadf89502726ae7adbb456cb54ad6a63f88c37e7b17d73b8175" => :yosemite + end + option "without-test", "Skip build time tests (not recommended)" depends_on "gcc"