summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches
AgeCommit message (Collapse)AuthorFilesLines
2002-11-09Update the NetBSD architecture list.is1-0/+58
2002-11-09Add rcs id.is1-0/+2
2002-11-09repair column formatting of pvm console "conf" outputis1-0/+14
2002-08-05teach pvm about arm, armeb, and hppa. Should fix recently noted sharkdmcmahill7-0/+132
build problems.
2001-05-24forgot to cvs add these first.dmcmahill3-0/+117
2001-05-24- add -DCTIMEISTIMET to all the NetBSD arch definition files. This justdmcmahill12-24/+24
says to use type time_t for ctime(3). - Fix some format strings for 64 bit systems. - use '?=' instead of '='when setting the command used for rsh/ssh so the user can set it in mk.conf (PVM_SSH).
2001-05-24Pass down CFLAGS, FFLAGS and fix the quoting of CC and F77. This ensuresdmcmahill1-0/+22
you can do something like: make CC="gcc -pipe" PKG_FC="f77 -pipe" CFLAGS="-Wformat -g" FFLAGS="-g" and still have pvm compile correctly. Addresses PR pkg/12949 submitted by Thor Simon <tls@cs.stevens-tech.edu>.
2000-10-10define SSH and pass down to the build environment to make sure the rightdmcmahill12-24/+24
ssh (/usr/bin/ssh or pkgsrc ssh) is found.
2000-08-31remove out of date patch.dmcmahill1-15/+0
2000-08-23update to pvm-3.4.3. This is a bug fix release. Changes are given in eachdmcmahill33-567/+128
of the individual source files making a summary difficult. Of note though is they have incorporated quite a number of the patches from our 3.4.2 package hence the removal of 22 (!) patches.
1999-11-23-Update from 3.4beta7 to 3.4.2.dmcmahill34-196/+577
-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!).
1998-10-29Update message to explain how the host paths work, and add a fix suppliedgarbled1-0/+33
by Phil Nelson to make this pkg work on arm32.
1998-10-13Add the whole parallel category to pkgsrc, and sprinkle it with a fewgarbled14-0/+178
packages. mpi-ch: a free implementation of the Message Passing Interface. pvm3: Paralell Virtual Machine libraries and environment clusterit: A clustering package for unix