aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mpich2.rb
AgeCommit message (Collapse)Author
2012-12-01mpich2: Add option to re-enable shared libsDave Goodell
MPICH2 fails to build with clang because of a clang (and/or ld) bug with Xcode 4.5.1. Issue originally reported to homebrew in #15533, "fixed" by disabling shared libraries altogether in bcb64c7. - Add an `--enable-shared` option - Add a `fails_with :clang` when building shared libs - Upstream is aware of the issue, but has no workaround besides using `llvm-gcc` when building shared libs - MacPorts is using a similar workaround at this time. - Tested on 10.7.5 with Xcode 4.5.2 with and without `--enable-shared` Closes #16299. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-11-20mpich2: update urlsAdam Vandenberg
Fixes #16175.
2012-10-21mpich2: fix auditAdam Vandenberg
2012-10-20mpich2: only build static to fix ld seg faultnibbles 2bits
On Mountain Lion at least, ld keeps doing a sefault 11 during the final link phase independent of whether superenv is used. Mpich2 will build without problems when we - Remove the `--enable-shared` Fixes #15533 Closes #15544. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-11mpich2: Update to 1.5Dave Goodell
Closes #15396. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-02mpich2: add --devel and --HEAD versionsDave Goodell
Closes #12303. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-02mpich2: delete unnecessary sbin files from MPEDave Goodell
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-02mpich2: add a simple test methodDave Goodell
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-02mpich2: add Fortran support (enabled by default)Dave Goodell
A user can pass `--disable-fortran` to avoid compiling the Fortran bindings. Also remove the redundant default `--with-device=ch3:nemesis` argument to configure. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-16MPICH2 1.4.1p1Mike Steder
Signed-off-by: Adam Vandenberg <flangy@gmail.com>