Use fails_with :gcc_4_2 rather than :gcc (#32583)
fails_with :gcc was renamed to :gcc_4_2.
This commit is contained in:
parent
17a65ca937
commit
0e77738e82
14 changed files with 14 additions and 14 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue