From c54f6c43a2df62728557ab5877363f1f7cc6c904 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 22 Oct 2024 14:02:55 +0000 Subject: [PATCH] lbfgspp: add 0.3.0 bottle. --- Formula/l/lbfgspp.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/l/lbfgspp.rb b/Formula/l/lbfgspp.rb index 8da1598e77e8a..a0c4896ead9f3 100644 --- a/Formula/l/lbfgspp.rb +++ b/Formula/l/lbfgspp.rb @@ -6,6 +6,10 @@ class Lbfgspp < Formula license "MIT" head "https://github.com/yixuan/LBFGSpp.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, all: "a3fa9b668aa4ce459443ed3a31812abc4d072a8674ed7bf852ab0a8f1d01df45" + end + depends_on "cmake" => :build depends_on "eigen"