Skip to content

Commit

Permalink
Added bottle to opencv formula
Browse files Browse the repository at this point in the history
  • Loading branch information
milosgajdos committed Nov 21, 2018
1 parent a62492f commit 5eef983
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions opencv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ class Opencv < Formula
url "https://github.com/opencv/opencv/archive/4.0.0.tar.gz"
sha256 "3787b3cc7b21bba1441819cb00c636911a846c0392ddf6211d398040a1e4886c"

bottle do
root_url "https://homebrew.bintray.com/bottles-tools"
sha256 "7c27e548cb6e131a0b5c695668fc77ddbf8ba54da5955ee7800e6949dfb3c2a6" => :high_sierra
end

depends_on "cmake" => :build
depends_on "pkg-config" => :build
depends_on "eigen"
Expand Down

0 comments on commit 5eef983

Please sign in to comment.