File tree Expand file tree Collapse file tree 7 files changed +2
-31
lines changed Expand file tree Collapse file tree 7 files changed +2
-31
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,7 @@ def ver
9595 # LLVM installs its own standard library which confuses stdlib checking.
9696 cxxstdlib_check :skip
9797
98- # Apple's libstdc++ is too old to build LLVM
99- fails_with :gcc
100-
98+ # http://releases.llvm.org/3.7.1/docs/CMake.html
10199 def install
102100 # One of llvm makefiles relies on gnu sed behavior to generate CMake modules correctly
103101 ENV . prepend_path "PATH" , "#{ Formula [ "gnu-sed" ] . opt_libexec } /gnubin"
Original file line number Diff line number Diff line change @@ -95,9 +95,7 @@ def ver
9595 # LLVM installs its own standard library which confuses stdlib checking.
9696 cxxstdlib_check :skip
9797
98- # Apple's libstdc++ is too old to build LLVM
99- fails_with :gcc
100-
98+ # http://releases.llvm.org/3.8.1/docs/CMake.html
10199 def install
102100 # One of llvm makefiles relies on gnu sed behavior to generate CMake modules correctly
103101 ENV . prepend_path "PATH" , "#{ Formula [ "gnu-sed" ] . opt_libexec } /gnubin"
Original file line number Diff line number Diff line change @@ -90,11 +90,6 @@ class Llvm39 < Formula
9090 depends_on "libffi"
9191 depends_on "cmake" => :build
9292
93- # requires gcc >= 4.7
94- ( "4.3" .."4.6" ) . each do |n |
95- fails_with :gcc => n
96- end
97-
9893 # version suffix
9994 def ver
10095 "3.9"
Original file line number Diff line number Diff line change @@ -90,11 +90,6 @@ class Llvm40 < Formula
9090 depends_on "libffi"
9191 depends_on "cmake" => :build
9292
93- # requires gcc >= 4.8
94- ( "4.3" .."4.7" ) . each do |n |
95- fails_with :gcc => n
96- end
97-
9893 # version suffix
9994 def ver
10095 "4.0"
Original file line number Diff line number Diff line change @@ -92,11 +92,6 @@ class Llvm50 < Formula
9292 depends_on "libffi"
9393 depends_on "cmake" => :build
9494
95- # requires gcc >= 4.8
96- ( "4.3" .."4.7" ) . each do |n |
97- fails_with :gcc => n
98- end
99-
10095 # version suffix
10196 def ver
10297 "5.0"
Original file line number Diff line number Diff line change @@ -92,11 +92,6 @@ class Llvm60 < Formula
9292 depends_on "libffi"
9393 depends_on "cmake" => :build
9494
95- # requires gcc >= 4.8
96- ( "4.3" .."4.7" ) . each do |n |
97- fails_with :gcc => n
98- end
99-
10095 # version suffix
10196 def ver
10297 "6.0"
Original file line number Diff line number Diff line change @@ -92,11 +92,6 @@ class Llvm70 < Formula
9292 depends_on "libffi"
9393 depends_on "cmake" => :build
9494
95- # requires gcc >= 4.8
96- ( "4.3" .."4.7" ) . each do |n |
97- fails_with :gcc => n
98- end
99-
10095 # version suffix
10196 def ver
10297 "7.0"
You can’t perform that action at this time.
0 commit comments