tbb: fails with clang 425

Closes Homebrew/homebrew#17462.
master
Adam Vandenberg 2013-01-31 10:06:54 -08:00
parent f23c1f608a
commit 80354e99a2
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@ class Tbb < Formula
sha1 '072333068fa278635582846eaaa22d51c0100e09' sha1 '072333068fa278635582846eaaa22d51c0100e09'
version '4.1u1' version '4.1u1'
fails_with :clang do
build 425
cause "Undefined symbols for architecture x86_64: vtable for tbb::tbb_exception"
end
def install def install
# Intel sets varying O levels on each compile command. # Intel sets varying O levels on each compile command.
ENV.no_optimization ENV.no_optimization