diff options
| author | Adam Vandenberg | 2013-06-18 16:27:41 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-18 16:27:41 -0700 |
| commit | 1e050ac71d8420b1d45100ba02e5dce6abd3973e (patch) | |
| tree | 775513ec263140a8f507fc88869c332263ff42da /Library | |
| parent | 04bf786a26fa179bef98ff162480dc783458a2be (diff) | |
| download | homebrew-1e050ac71d8420b1d45100ba02e5dce6abd3973e.tar.bz2 | |
mpio: fails with clang
Closes #19498.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mpio.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Library/Formula/mpio.rb b/Library/Formula/mpio.rb index 8c2b34920..25f8b52a4 100644 --- a/Library/Formula/mpio.rb +++ b/Library/Formula/mpio.rb @@ -5,6 +5,16 @@ class Mpio < Formula url 'https://github.com/downloads/frsyuki/mpio/mpio-0.3.7.tar.gz' sha1 '2c75a7ad0d0e00e9463f768fa4b579626bf65096' + fails_with :clang do + cause <<-EOS.undent + In file included from ./wavy_loop.h:23: + ./wavy_kernel.h:50:10: fatal error: './ wavy_kernel_kqueue.h' file not found + #include MP_WAVY_KERNEL_HEADER(MP_WAVY_KERNEL) + ^ + ./wavy_kernel.h:44:2: note: expanded from macro 'MP_WAVY_KERNEL_HEADER' + EOS + end + def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" |
