summaryrefslogtreecommitdiff
path: root/parallel/pvm3/patches/patch-an
AgeCommit message (Collapse)AuthorFilesLines
2004-11-12Changes 3.4.5:adam1-17/+13
The latest PVM release 3.4.5 is mainly bug fixes and additional support for varying Linux distributions and some better 64-bit Linux/AMD support (like it doesn't seg fauly any more :-). Added strerror() support instead of old crusty global vars. New architectures were added for AIX5*. Fixed hilarious bug in pvmtmpnam(), caused crash after 10,000 spawns... :-D While there's a variety of little tweaks, there are no significant changes or additions to the basic functionality.
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-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-7/+23
-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-13Add the whole parallel category to pkgsrc, and sprinkle it with a fewgarbled1-0/+8
packages. mpi-ch: a free implementation of the Message Passing Interface. pvm3: Paralell Virtual Machine libraries and environment clusterit: A clustering package for unix