summaryrefslogtreecommitdiff
path: root/net/ruby-mpi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Fix configure patch to properly pick up needed librariesPav Lucistnik2006-01-171-13/+6
| | | | Reported by: krismail
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
|
* Reset bouncing maintainer addresses.Mark Linimon2005-10-101-1/+1
| | | | | Hat: portmgr Source: Edwin's updated distfile tracker
* 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>