From 7e642117652df082a4af2b460f69a8e5aad61130 Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Thu, 23 Feb 2017 09:40:57 -0800 Subject: Add needs :cxx14 --- Library/Homebrew/compilers.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Library') diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index 628e71e9b..36e50a177 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -75,6 +75,17 @@ class CompilerFailure create(gcc: "4.5"), create(gcc: "4.6"), ], + cxx14: [ + create(:clang) { build 600 }, + create(:gcc_4_0), + create(:gcc_4_2), + create(gcc: "4.3"), + create(gcc: "4.4"), + create(gcc: "4.5"), + create(gcc: "4.6"), + create(gcc: "4.7"), + create(gcc: "4.8"), + ], openmp: [ create(:clang), ], -- cgit v1.2.3