aboutsummaryrefslogtreecommitdiff
path: root/net/ruby-mpi
Commit message (Collapse)AuthorAgeFilesLines
* - Fix configure patch to properly pick up needed librariesPav Lucistnik2006-01-171-13/+6
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=153730
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149443
* Reset bouncing maintainer addresses.Mark Linimon2005-10-101-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 wasPav Lucistnik2005-06-125-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