This repository was archived by the owner on Jan 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed
Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 11# Homebrew ClickHouse Tap
22
3- Latest builds of [ ClickHouse] ( https://clickhouse.yandex ) for MacOS High Sierra .
3+ Builds of [ ClickHouse] ( https://clickhouse.yandex ) for MacOS.
44
55Build without ICU, support for collations and charset conversion functions disabled
66
@@ -16,4 +16,11 @@ brew tap arduanov/clickhouse
1616``` bash
1717brew upgrade
1818brew install clickhouse
19+ ```
20+
21+
22+ ## Build bottle
23+ ``` bash
24+ brew install --build-bottle --cc=gcc-8 --devel clickhouse
25+ brew bottle --json clickhouse
1926```
Original file line number Diff line number Diff line change 11class Clickhouse < Formula
22 desc "ClickHouse is a free analytic DBMS for big data."
33 homepage "https://clickhouse.yandex"
4- url "https://github.com/yandex/ClickHouse.git" , :tag => "v1.1.54394 -stable"
5- version "1.1.54394 "
4+ url "https://github.com/yandex/ClickHouse.git" , :tag => "v19.5.3.8 -stable"
5+ version "19.5.3.8 "
66
77 head "https://github.com/yandex/ClickHouse.git"
88
99 devel do
1010 url "https://github.com/yandex/ClickHouse.git" , :tag => "v19.5.3.8-stable"
1111 end
1212
13- depends_on "gcc"
13+ depends_on "gcc@8 "
1414 depends_on "cmake" => :build
1515 depends_on "ninja" => :build
1616 depends_on "libtool" => :build
@@ -20,9 +20,8 @@ class Clickhouse < Formula
2020
2121 bottle do
2222 cellar :any
23- rebuild 2
24- root_url 'https://github.com/arduanov/homebrew-clickhouse/releases/download/v1.1.54394'
25- sha256 "ec4057ae98a2e153fa2ef96d7cbd8245d908c6e17de99e2ec7068413a47bfe8d" => :high_sierra
23+ root_url 'https://github.com/arduanov/homebrew-clickhouse/releases/download/v19.5.3.8'
24+ sha256 "22c50b6f103a132d9e4abe0653c9c753721c5db2e7a4f8a20485721488b0131b" => :mojave
2625 end
2726
2827 def install
You can’t perform that action at this time.
0 commit comments