Use fails_with :gcc_4_2 rather than :gcc (#32583)

fails_with :gcc was renamed to :gcc_4_2.
This commit is contained in:
Shaun Jackman 2018-09-30 12:07:49 -07:00 committed by GitHub
parent 17a65ca937
commit 0e77738e82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 14 additions and 14 deletions

View file

@ -35,7 +35,7 @@ class Freeswitch < Formula
depends_on "sqlite"
# https://github.com/Homebrew/homebrew/issues/42865
fails_with :gcc
fails_with :gcc_4_2
#----------------------- Begin sound file resources -------------------------
sounds_url_base = "https://files.freeswitch.org/releases/sounds"

View file

@ -150,7 +150,7 @@ class Llvm < Formula
# According to the official llvm readme, GCC 4.7+ is required
fails_with :gcc_4_0
fails_with :gcc
fails_with :gcc_4_2
("4.3".."4.6").each do |n|
fails_with :gcc => n
end

View file

@ -56,7 +56,7 @@ class LlvmAT39 < Formula
# According to the official llvm readme, GCC 4.7+ is required
fails_with :gcc_4_0
fails_with :gcc
fails_with :gcc_4_2
("4.3".."4.6").each do |n|
fails_with :gcc => n
end

View file

@ -55,7 +55,7 @@ class LlvmAT4 < Formula
# According to the official llvm readme, GCC 4.7+ is required
fails_with :gcc_4_0
fails_with :gcc
fails_with :gcc_4_2
("4.3".."4.6").each do |n|
fails_with :gcc => n
end

View file

@ -54,7 +54,7 @@ class LlvmAT5 < Formula
# According to the official llvm readme, GCC 4.7+ is required
fails_with :gcc_4_0
fails_with :gcc
fails_with :gcc_4_2
("4.3".."4.6").each do |n|
fails_with :gcc => n
end

View file

@ -62,7 +62,7 @@ class LlvmAT6 < Formula
# According to the official llvm readme, GCC 4.7+ is required
fails_with :gcc_4_0
fails_with :gcc
fails_with :gcc_4_2
("4.3".."4.6").each do |n|
fails_with :gcc => n
end

View file

@ -26,7 +26,7 @@ class Node < Formula
# Per upstream - "Need g++ 4.8 or clang++ 3.4".
fails_with :clang if MacOS.version <= :snow_leopard
fails_with :gcc_4_0
fails_with :gcc
fails_with :gcc_4_2
("4.3".."4.7").each do |n|
fails_with :gcc => n
end

View file

@ -25,7 +25,7 @@ class NodeAT6 < Formula
# Per upstream - "Need g++ 4.8 or clang++ 3.4".
fails_with :clang if MacOS.version <= :snow_leopard
fails_with :gcc_4_0
fails_with :gcc
fails_with :gcc_4_2
("4.3".."4.7").each do |n|
fails_with :gcc => n
end

View file

@ -27,7 +27,7 @@ class NodeAT8 < Formula
# Per upstream - "Need g++ 4.8 or clang++ 3.4".
fails_with :clang if MacOS.version <= :snow_leopard
fails_with :gcc_4_0
fails_with :gcc
fails_with :gcc_4_2
("4.3".."4.7").each do |n|
fails_with :gcc => n
end

View file

@ -23,7 +23,7 @@ class Pypy < Formula
depends_on "sqlite"
# https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/187391
fails_with :gcc
fails_with :gcc_4_2
resource "bootstrap" do
url "https://bitbucket.org/pypy/pypy/downloads/pypy2-v6.0.0-osx64.tar.bz2"

View file

@ -24,7 +24,7 @@ class Pypy3 < Formula
depends_on "xz"
# https://bugs.launchpad.net/ubuntu/+source/gcc-4.2/+bug/187391
fails_with :gcc
fails_with :gcc_4_2
# packaging depends on pyparsing
resource "pyparsing" do

View file

@ -48,7 +48,7 @@ class Rust < Formula
# According to the official readme, GCC 4.7+ is required
fails_with :gcc_4_0
fails_with :gcc
fails_with :gcc_4_2
("4.3".."4.6").each do |n|
fails_with :gcc => n
end

View file

@ -25,7 +25,7 @@ class Scipy < Formula
# https://github.com/Homebrew/homebrew-python/issues/110
# There are ongoing problems with gcc+accelerate.
fails_with :gcc
fails_with :gcc_4_2
def install
config = <<~EOS

View file

@ -20,7 +20,7 @@ class Swift < Formula
# According to the official llvm readme, GCC 4.7+ is required
fails_with :gcc_4_0
fails_with :gcc
fails_with :gcc_4_2
("4.3".."4.6").each do |n|
fails_with :gcc => n
end