diff options
-rw-r--r-- | benchmarks/netpipe/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/netpipe/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/netpipe/files/patch-makefile | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/benchmarks/netpipe/Makefile b/benchmarks/netpipe/Makefile index 1dc3dec5efee..1d1de15a40a0 100644 --- a/benchmarks/netpipe/Makefile +++ b/benchmarks/netpipe/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= NetPIPE -PORTVERSION= 3.5 +PORTVERSION= 3.6 CATEGORIES= benchmarks net MASTER_SITES= http://www.scl.ameslab.gov/Projects/Netpipe/code/ DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/benchmarks/netpipe/distinfo b/benchmarks/netpipe/distinfo index 7b99ecfc2e0d..e6f772281740 100644 --- a/benchmarks/netpipe/distinfo +++ b/benchmarks/netpipe/distinfo @@ -1 +1 @@ -MD5 (NetPIPE_3.5.tar.gz) = 0abc35dc080efd9d045e3b60c5da9011 +MD5 (NetPIPE_3.6.tar.gz) = be79a9840f35b1e70277704439ad97b8 diff --git a/benchmarks/netpipe/files/patch-makefile b/benchmarks/netpipe/files/patch-makefile index 8c65dfb35255..003a1d7a2399 100644 --- a/benchmarks/netpipe/files/patch-makefile +++ b/benchmarks/netpipe/files/patch-makefile @@ -1,13 +1,13 @@ ---- makefile.orig Sun Oct 19 01:20:44 2003 -+++ makefile Sun Oct 19 01:20:53 2003 +--- makefile.orig Wed Nov 12 11:47:13 2003 ++++ makefile Mon Nov 17 09:03:21 2003 @@ -20,8 +20,8 @@ # ######################################################################## -CC = cc --CFLAGS = -O +-CFLAGS = -O +CC ?= cc -+CFLAGS ?= -O -pipe ++CFLAGS ?= -O SRC = ./src # For MPI, mpicc will set up the proper include and library paths |