* Stable update to 1.6.4
* Add devel version 1.7rc7, which passes tests when built by Clang. So
only fail with clang when building stable versions.
ClosesHomebrew/homebrew#18112.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Now clang builds successfully but still fails the test. Changed the
comments accordingly.
ClosesHomebrew/homebrew#15388.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
OpenMPI fails with clang on Mountain Lion. Adjust the build
in the `fails_with` block to 421 and specify the cause.
Reported upstream and noted in comments.
FixesHomebrew/homebrew#13837ClosesHomebrew/homebrew#13910.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade open-mpi to version 1.6, the new super stable.
Add code to build the Fortran bindings by default.
Add an option to disable building the Fortran bindings.
Add an option to run `make check`. Works with llvm-gcc.
Add a `fails_with :clang` because it fails `make check`.
Failure reported upstream and noted in comments.
Fix mv mpi.mod command. It wasn't moving the file to include.
Mv the vtsetup.jar out of bin into libexec to stop the warning.
Add a shell wrapper in bin, vtsetup.jar, for the jar in libexec.
Use bin/vtsetup.jar because `vtsetup` already exists in bin.
Use `make all` because the INSTALL docs say to use that target.
Works on Lion 10.7.4 using XCode-4.3.2.
Works on Snow Leopard 10.6.8 using XCode-4.0.2.
ClosesHomebrew/homebrew#12302.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews