| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reported by: pointyhat
|
|
|
|
|
|
| |
Reported by: pointyhat
- While here, remove support for nonexistant mpich1 port
|
|
|
|
|
|
| |
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
|
|
|
|
| |
starting with N
|
|
|
|
| |
so people will know where to send questions to.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
| |
- Use MPICH2 unless WITH_MPICH1 is set;
- Add a missing RUN_DEPENDS for mpirun.
Reported by: pointyhat via Pav (1)
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
|
|
| |
Reported by: krismail
|
| |
|
|
|
|
|
| |
Hat: portmgr
Source: Edwin's updated distfile tracker
|
|
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>
|