diff options
| author | Adam Vandenberg | 2013-08-07 15:08:36 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-07 15:08:36 -0700 |
| commit | b2b752a7a2e8df4a53517060dd60e341080c4f13 (patch) | |
| tree | 8a8bc968f257dce9da85d84f51fb6d8bb9962680 /Library | |
| parent | dde5d694205fffb74403fce7ace8534bad5d17df (diff) | |
| download | homebrew-b2b752a7a2e8df4a53517060dd60e341080c4f13.tar.bz2 | |
open-mpi: still fails check with clang 425
Closes #21701
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/open-mpi.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/open-mpi.rb b/Library/Formula/open-mpi.rb index 67629a1b5..6ef9a54cf 100644 --- a/Library/Formula/open-mpi.rb +++ b/Library/Formula/open-mpi.rb @@ -22,7 +22,7 @@ class OpenMpi < Formula # http://www.open-mpi.org/community/lists/devel/2012/05/11003.php # http://www.open-mpi.org/community/lists/devel/2012/08/11362.php fails_with :clang do - build 421 + build 425 cause 'fails make check on Lion and ML' end if not build.devel? |
