summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches/patch-bd
AgeCommit message (Collapse)AuthorFilesLines
2004-03-12add config files for missing NetBSD MACHINE_ARCH's such as sh5e{b,l},dmcmahill1-0/+24
x86_64, and a few others.
2000-08-23update to pvm-3.4.3. This is a bug fix release. Changes are given in eachdmcmahill1-24/+0
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.dmcmahill1-0/+24
-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!).