9c4c68ccc9
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.
18 lines
373 B
Text
18 lines
373 B
Text
$NetBSD: patch-an,v 1.5 2004/11/12 10:45:45 adam Exp $
|
|
|
|
--- Makefile.aimk.orig 2003-03-28 18:29:52.000000000 +0000
|
|
+++ Makefile.aimk
|
|
@@ -34,10 +34,9 @@ SHELL = /bin/sh
|
|
#
|
|
|
|
PVMOPTS = CC="$(CC)" \
|
|
- F77="$(F77)"
|
|
-
|
|
-# CFLOPTS="$(CFLOPTS)"
|
|
-# FFLOPTS="$(FFLOPTS)"
|
|
+ F77="$(F77)" \
|
|
+ CFLOPTS="$(CFLAGS)" \
|
|
+ FFLOPTS="$(FFLAGS)"
|
|
# PVMDIR=$(PVMDIR)
|
|
|
|
#
|