diff options
Diffstat (limited to 'Library/Formula/minc.rb')
| -rw-r--r-- | Library/Formula/minc.rb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Library/Formula/minc.rb b/Library/Formula/minc.rb index 89373181d..729b922c1 100644 --- a/Library/Formula/minc.rb +++ b/Library/Formula/minc.rb @@ -7,8 +7,6 @@ class Minc < Formula head 'https://github.com/BIC-MNI/minc.git' - #fails_with_clang "Throws 'non-void function 'miget_real_value_hyperslab' should return a value' error during build.", :build => 318 - depends_on 'netcdf' if MacOS.xcode_version >= "4.3" @@ -16,6 +14,12 @@ class Minc < Formula depends_on "libtool" => :build end + fails_with :clang do + # TODO This is an easy fix, someone send it upstream! + build 318 + cause "Throws 'non-void function 'miget_real_value_hyperslab' should return a value'" + end + def install system "autoreconf", "--force", "--instal" system "./configure", "--disable-dependency-tracking", |
