From ab4cd9e6434b89a0a8d73a2a22279c39be808908 Mon Sep 17 00:00:00 2001 From: BrewTestBot Date: Wed, 18 Dec 2019 21:24:19 +0000 Subject: [PATCH] ensmallen: add 2.10.5 bottle. --- Formula/ensmallen.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Formula/ensmallen.rb b/Formula/ensmallen.rb index e37da5bf76..cff8d90f8d 100644 --- a/Formula/ensmallen.rb +++ b/Formula/ensmallen.rb @@ -4,6 +4,13 @@ class Ensmallen < Formula url "https://ensmallen.org/files/ensmallen-2.10.5.tar.gz" sha256 "fa45e8f65c93d20fec3bbafbb87c66d2762942b00395159846f62e9c35ff7168" + bottle do + cellar :any_skip_relocation + sha256 "aa864a73b33f5e886480e75327398f0a742d9cf0dc4001bf7d00500a0db463bb" => :catalina + sha256 "aa864a73b33f5e886480e75327398f0a742d9cf0dc4001bf7d00500a0db463bb" => :mojave + sha256 "aa864a73b33f5e886480e75327398f0a742d9cf0dc4001bf7d00500a0db463bb" => :high_sierra + end + depends_on "cmake" => :build depends_on "armadillo"