summaryrefslogtreecommitdiff
path: root/net/ruby-mpi/files/patch-configure (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix configure patch to properly pick up needed librariesPav Lucistnik2006-01-171-13/+6
| | | | Reported by: krismail
* MPI Ruby is a Ruby binding of MPI. The primary goal in making this binding wasPav Lucistnik2005-06-121-0/+20
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>