diff options
| author | Dave Goodell | 2012-10-10 13:35:48 -0500 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-10-11 08:12:49 -0700 |
| commit | 94c7486236bfef038762a633d076d2638ef78536 (patch) | |
| tree | 723a4885f85e657aa03e3078d64462fd8b3cc0f3 /Library/Formula | |
| parent | 53029f60504c7ae20b5cb716549da715c6e37672 (diff) | |
| download | homebrew-94c7486236bfef038762a633d076d2638ef78536.tar.bz2 | |
mpich2: Update to 1.5
Closes #15396.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mpich2.rb | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/Library/Formula/mpich2.rb b/Library/Formula/mpich2.rb index 56d70ca56..eb18eb1ab 100644 --- a/Library/Formula/mpich2.rb +++ b/Library/Formula/mpich2.rb @@ -2,19 +2,13 @@ require 'formula' class Mpich2 < Formula homepage 'http://www.mcs.anl.gov/research/projects/mpich2/index.php' - url 'http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/1.4.1p1/mpich2-1.4.1p1.tar.gz' - version '1.4.1p1' - sha1 '8dcc8888fb27232eb8f76c11cc890f1c3c483804' + url 'http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/1.5/mpich2-1.5.tar.gz' + version '1.5' + sha1 'be7448227dde5badf3d6ebc0c152b200998421e0' head 'https://svn.mcs.anl.gov/repos/mpi/mpich2/trunk' - devel do - url 'http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/1.5b1/mpich2-1.5b1.tar.gz' - version '1.5b1' - sha1 'd9dfc992657c3cbe5b40374fd8aaa553ebaf5402' - end - # the HEAD version requires the autotools to be installed - # (autoconf>=2.67, automake>=1.11, libtool>=2.4) + # (autoconf>=2.67, automake>=1.12.3, libtool>=2.4) if ARGV.build_head? depends_on 'automake' => :build depends_on 'libtool' => :build @@ -27,11 +21,6 @@ class Mpich2 < Formula end def install - unless ARGV.build_devel? or ARGV.build_head? - # parallel builds are broken prior to version 1.5a1 - ENV.deparallelize - end - if ARGV.build_head? # ensure that the consistent set of autotools built by homebrew is used to # build MPICH2, otherwise very bizarre build errors can occur |
