From 188cf1374bdb201cc819bdbab8b2e13ade1bfad3 Mon Sep 17 00:00:00 2001 From: Ulrik Landberg Stephansen Date: Mon, 8 Oct 2012 20:26:40 +0200 Subject: MINC 2.2.00 Closes #15356. Signed-off-by: Adam Vandenberg --- Library/Formula/minc.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/minc.rb b/Library/Formula/minc.rb index 90591b7d2..7faa976c1 100644 --- a/Library/Formula/minc.rb +++ b/Library/Formula/minc.rb @@ -2,26 +2,26 @@ require 'formula' class Minc < Formula homepage 'http://en.wikibooks.org/wiki/MINC' - url 'https://github.com/downloads/BIC-MNI/minc/minc-2.1.12.tar.gz' - sha1 'fb44a74f16de293bec5e587584f2c43994729acc' + url 'https://github.com/BIC-MNI/minc/tarball/release-2.2.00' + sha1 '558300240a67b9f849a98622d0e8ec3aad76c6d1' head 'https://github.com/BIC-MNI/minc.git' depends_on 'netcdf' + depends_on 'hdf5' depends_on :automake depends_on :libtool fails_with :clang do # TODO This is an easy fix, someone send it upstream! - build 318 + build 421 cause "Throws 'non-void function 'miget_real_value_hyperslab' should return a value'" end def install system "autoreconf", "--force", "--install" - system "./configure", "--disable-dependency-tracking", - "--prefix=#{prefix}" + system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" system "make install" end end -- cgit v1.2.3