pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/skampi gnuplot isn't used, remove it comple...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00aac277ef18
branches:  trunk
changeset: 575527:00aac277ef18
user:      asau <asau%pkgsrc.org@localhost>
date:      Sun May 16 11:16:19 2010 +0000

description:
gnuplot isn't used, remove it completely.
Use common point to depend on MPI (mk/mpi.buildlink3.mk).

diffstat:

 benchmarks/skampi/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r 5005e753ad1a -r 00aac277ef18 benchmarks/skampi/Makefile
--- a/benchmarks/skampi/Makefile        Sun May 16 11:07:39 2010 +0000
+++ b/benchmarks/skampi/Makefile        Sun May 16 11:16:19 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2009/12/13 01:46:31 asau Exp $
+# $NetBSD: Makefile,v 1.24 2010/05/16 11:16:19 asau Exp $
 #
 
 DISTNAME=      skampi
@@ -11,8 +11,6 @@
 COMMENT=       MPI (Message Passing Interface) benchmarks
 LICENSE=       gnu-gpl-v2
 
-#DEPENDS+=     gnuplot>=3.7.1:../../graphics/gnuplot   # optional
-
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 DIST_SUBDIR=   ${PKGNAME_NOREV}
@@ -28,6 +26,5 @@
        (cd ${WRKSRC} && pax -rw ski ${DESTDIR}${PREFIX}/share/skampi)
        (cd ${WRKSRC} && pax -rw doc ${DESTDIR}${PREFIX}/share/skampi)
 
-.include "../../parallel/mpi-ch/buildlink3.mk"
-#.include "../../parallel/openmpi/buildlink3.mk"
+.include "../../mk/mpi.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index