-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #199767 from Homebrew/various-syntax-updates-2
formulae: remove GCC 5/6 reference / align indent style
- Loading branch information
Showing
16 changed files
with
24 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,10 +39,6 @@ class ClickhouseOdbc < Formula | |
depends_on "unixodbc" | ||
end | ||
|
||
fails_with :gcc do | ||
version "6" | ||
end | ||
|
||
# build patch for utf8proc, no needed for newer version, as folly got removed per https://github.com/ClickHouse/clickhouse-odbc/pull/456 | ||
patch do | ||
url "https://raw.githubusercontent.com/Homebrew/formula-patches/c76519fcbfa664cd37a8901deb76403b1af1bec1/clickhouse-odbc/1.2.1.20220905-Utf8Proc.patch" | ||
|
@@ -72,7 +68,7 @@ def install | |
end | ||
|
||
test do | ||
(testpath/"my.odbcinst.ini").write <<~EOS | ||
(testpath/"my.odbcinst.ini").write <<~INI | ||
[ODBC Drivers] | ||
ClickHouse ODBC Test Driver A = Installed | ||
ClickHouse ODBC Test Driver W = Installed | ||
|
@@ -88,9 +84,9 @@ def install | |
Driver = #{lib/shared_library("libclickhouseodbcw")} | ||
Setup = #{lib/shared_library("libclickhouseodbcw")} | ||
UsageCount = 1 | ||
EOS | ||
INI | ||
|
||
(testpath/"my.odbc.ini").write <<~EOS | ||
(testpath/"my.odbc.ini").write <<~INI | ||
[ODBC Data Sources] | ||
ClickHouse ODBC Test DSN A = ClickHouse ODBC Test Driver A | ||
ClickHouse ODBC Test DSN W = ClickHouse ODBC Test Driver W | ||
|
@@ -104,7 +100,7 @@ def install | |
Driver = ClickHouse ODBC Test Driver W | ||
Description = DSN for ClickHouse ODBC Test Driver (Unicode) | ||
Url = https://default:[email protected]:8443/query?database=default | ||
EOS | ||
INI | ||
|
||
ENV["ODBCSYSINI"] = testpath | ||
ENV["ODBCINSTINI"] = "my.odbcinst.ini" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,11 +31,6 @@ class Halide < Formula | |
depends_on "llvm" | ||
depends_on "[email protected]" | ||
|
||
fails_with :gcc do | ||
version "6" | ||
cause "Requires C++17" | ||
end | ||
|
||
# Check wabt version in `dependencies/wasm/CMakeLists.txt`. | ||
# TODO: Ask upstream to support usage of a system-provided wabt. | ||
# TODO: Do we really need a git checkout here? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters