Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix configure patch to properly pick up needed libraries | Pav Lucistnik | 2006-01-17 | 1 | -13/+6 |
| | | | | | | | Reported by: krismail Notes: svn path=/head/; revision=153730 | ||||
* | - Add SHA256 | Pav Lucistnik | 2005-11-25 | 1 | -0/+1 |
| | | | | Notes: svn path=/head/; revision=149443 | ||||
* | Reset bouncing maintainer addresses. | Mark Linimon | 2005-10-10 | 1 | -1/+1 |
| | | | | | | | | Hat: portmgr Source: Edwin's updated distfile tracker Notes: svn path=/head/; revision=144759 | ||||
* | MPI Ruby is a Ruby binding of MPI. The primary goal in making this binding was | Pav Lucistnik | 2005-06-12 | 5 | -0/+124 |
to make the power of MPI available to Ruby users in a way that fits into the language's object oriented model. In order to do this, the buffer and datatype management necessary in the C, C++, and Fortran bindings have been removed. What this means is that MPI Ruby allows you to treat objects as messages. PR: ports/80310 Submitted by: Michael Neumann <mneumann@ntecs.de> Notes: svn path=/head/; revision=137371 |