aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/open-mpi.rb
AgeCommit message (Collapse)Author
2014-04-27open-mpi 1.8.1Auvi R
Updating open-mpi to latest stable 1.8.1 Closes #28758. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-01open-mpi 1.8Dominique Orban
OpenMPI: upgrade to 1.8 Closes #28039. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-23openmpi 1.7.5Cristobal Dabed
Closes #27792. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-02-27open-mpi: use Formula[]Adam Vandenberg
2014-02-07open-mpi: use libevent opt_prefixMike McQuaid
2014-02-07open-mpi 1.7.4Dominique Orban
Closes #26492. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-09Silence some Ruby 2.1 warningsJack Nagel
2013-11-05open-mpi: don't vend libevent headersDominique Orban
Do not install the libevent header files that ship with Open-MPI. This resolves a conflict with libevent. Closes #24013. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-27open-mpi: support C++11 mode.Xiyue Deng
* Disable silent rules for verbose build log. * Include upstream patch to fix C++11 reserved string literal. Closes #21452.
2013-10-26Properly mark conflicts between open-mpi, libevent, lcdf-typetools.Xiyue Deng
Closes #22376. Closes #23621.
2013-10-23open-mpi 1.7.3Xiyue Deng
* Migrate 1.7 from devel to the default. Closes #23467. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-08-07open-mpi: still fails check with clang 425Adam Vandenberg
Closes #21701
2013-06-30Open-mpi 1.6.5, devel 1.7.2Xiyue Deng
Closes #20925. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24Use :fortranAdam Vandenberg
Closes #20731. Closes #13621.
2013-04-19Open-mpi: devel 1.7.1.Xiyue Deng
Closes #19303. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-26open-mpi and mpich conflictJack Nagel
2013-03-01Open-mpi devel 1.7rc8Xiyue Deng
Closes #18131. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-27Open-mpi: 1.6.4 and devel 1.7rc7Xiyue Deng
* 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. Closes #18112. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-20open-mpi: add MPI_THREAD_MULTIPLE support.Xavier Lacoste
Closes #16956. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-12-11open-mpi: Update to 1.6.3Xiyue Deng
* Also enable verbose build log. Closes #16387. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-10-27Use script helpersAdam Vandenberg
2012-10-21open-mpi: fix auditAdam Vandenberg
2012-10-11open-mpi: Update to 1.6.2Xiyue Deng
Now clang builds successfully but still fails the test. Changed the comments accordingly. Closes #15388. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-08-03open-mpi: update fails_with buildnibbles 2bits
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. Fixes #13837 Closes #13910. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02open-mpi: Removed deletion of C/CXXFLAGSsamueljohn
These flags are needed for Xcode-only systems. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-02open-mpi: Update to 1.6nibbles 2bits
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. Closes #12302. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-02-21open-mpi 1.4.5Eric Chen
Closes #10375. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-09OpenMPI: Update to 1.4.4Tomas Linhart
Closes #8502. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-08Open-MPI: Install Fortran `.mod` file to `include`Charlie Sharpsteen
Fixes #7356.
2011-07-08OpenMPI 1.4.3Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-15open-mpi: corrected homepagePaul D. Ouderkirk
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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
2010-06-25Update Open-MPI to version 1.4.2Charlie Sharpsteen
Some Mac-Specific issues noted in the Open-MPI changelog: http://www.open-mpi.org/community/lists/announce/2010/05/0037.php Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-12Formula for MPI-2 implementation Open-MPIClemens
Signed-off-by: Adam Vandenberg <flangy@gmail.com>