summaryrefslogtreecommitdiff
path: root/parallel/pvm3
AgeCommit message (Collapse)AuthorFilesLines
1999-11-23-Update from 3.4beta7 to 3.4.2.dmcmahill40-308/+804
-Add USE_FORTRAN to the package Makefile for correct handling of the required fortran compiler. -Fix the .m4 files which control how fortran symbols are handled. -Rework package to use a different PVM_ARCH for each MACHINE_ARCH. As opposed to a single PVM_ARCH. This addresses PR pkg/6890 (Thanks to Ignatios Souvatzis for the PR). -Rework package to install missing programs including: pvmgetarch, aimk debugger, debugger2, and the configuration stubs (*.def, *.m4). This address part of PR pkg/6924 (Thanks to Ignatios Souvatzis for the PR). -Rework package to maintain the normal pvm3 directory layout so that only one variable (PVM_ROOT) has to be set to a non-traditional value. This address the remainder of PR pkg/6924 (Thanks again Ig!).
1999-10-06the f2c F77 compiler is f2c-f77, not f2cdmcmahill1-3/+3
1999-07-09Add package patch checksum files.agc1-0/+17
1999-06-28Do the test for /usr/bin/f77's existence a different and radical way -agc1-6/+4
use ".if exists"
1999-04-26add USE_X11=yes (it builds without it, but doesn't build some binaries)garbled1-1/+2
1999-01-01update PLIST to reflect reality, and add a trick to determine if we havegarbled2-4/+14
f2c or f77, and set BUILD_DEPENDS appropriately.
1998-11-04Oops, forgot to install libgpvm, and libfpvm. Thanks to Phil Nelson forgarbled2-3/+7
noticing this.
1998-11-02Correct typo.agc1-1/+1
1998-10-29Update message to explain how the host paths work, and add a fix suppliedgarbled2-0/+39
by Phil Nelson to make this pkg work on arm32.
1998-10-16Update this package to version 3.4b7.agc2-10/+9
Make it work with read-only pkgsrc.
1998-10-14Add missing rcs id.frueauf1-0/+2
1998-10-14Don't just create foo, use ${WRKDIR}/foo instead for readonly pkgsrc.frueauf1-5/+5
1998-10-13Add the whole parallel category to pkgsrc, and sprinkle it with a fewgarbled20-0/+471
packages. mpi-ch: a free implementation of the Message Passing Interface. pvm3: Paralell Virtual Machine libraries and environment clusterit: A clustering package for unix