aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-27 19:49:05 -0700
committerAdam Vandenberg2013-08-27 20:10:58 -0700
commite85f5f52c0119624a50633b847a2352887df703d (patch)
treecee15452465730847d9067c358f61ba8fc7589f5 /Library
parentb7076c04f7e83ea2f31907c4196ef6b934be9de0 (diff)
downloadhomebrew-e85f5f52c0119624a50633b847a2352887df703d.tar.bz2
minc: revert to 2.1.13
2.2.20 doesn't build on OS X, known upstream Closes #22152.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/minc.rb16
1 files changed, 10 insertions, 6 deletions
diff --git a/Library/Formula/minc.rb b/Library/Formula/minc.rb
index 280e0b059..2d0140f26 100644
--- a/Library/Formula/minc.rb
+++ b/Library/Formula/minc.rb
@@ -1,21 +1,25 @@
require 'formula'
+# 2.2.20 does not build on OS X. See:
+# https://github.com/BIC-MNI/minc/pull/16
+# https://github.com/mxcl/homebrew/issues/22152
class Minc < Formula
homepage 'http://en.wikibooks.org/wiki/MINC'
- url 'https://github.com/BIC-MNI/minc/archive/release-2.2.00.tar.gz'
- sha1 'f66f44ece374940bd006f321a7206f16165f74e0'
+ url 'https://github.com/BIC-MNI/minc/archive/minc-2-1-13.tar.gz'
+ version '2.1.13'
+ sha1 '62eeeab62bb5c977e11166d4e43ba384fd029fd1'
head 'https://github.com/BIC-MNI/minc.git'
- depends_on 'netcdf'
- depends_on 'hdf5'
-
depends_on :automake
depends_on :libtool
+ depends_on 'netcdf'
+ depends_on 'hdf5'
+
fails_with :clang do
# TODO This is an easy fix, someone send it upstream!
- build 421
+ build 425
cause "Throws 'non-void function 'miget_real_value_hyperslab' should return a value'"
end