aboutsummaryrefslogtreecommitdiffstats
path: root/net/ruby-mpi
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build by removing now unnecessary configure argumentpav2009-12-081-1/+0
| | | | Reported by: pointyhat
* - Fix depobj after recent mpich2 updatepav2009-12-061-11/+3
| | | | | | Reported by: pointyhat - While here, remove support for nonexistant mpich1 port
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-1/+1
| | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-2/+1
| | | | starting with N
* - Assign all unmaintained ruby ports to ruby@,stas2009-06-161-1/+1
| | | | so people will know where to send questions to.
* Replace hardcoded gfortran42 by ${FC}.gerald2009-01-191-1/+1
|
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-1/+1
|
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Link with gfortran to fix the build with MPICH; (1)thierry2007-08-061-3/+12
| | | | | | | | - Use MPICH2 unless WITH_MPICH1 is set; - Add a missing RUN_DEPENDS for mpirun. Reported by: pointyhat via Pav (1)
* - Welcome X.org 7.2 \o/.flz2007-05-201-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 librariespav2006-01-171-13/+6
| | | | Reported by: krismail
* - Add SHA256pav2005-11-261-0/+1
|
* Reset bouncing maintainer addresses.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 waspav2005-06-135-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>