pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/parallel/mpi-ch Prevent paths to the build directories...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd4b8484efaf
branches:  trunk
changeset: 496762:cd4b8484efaf
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Tue Jul 12 19:41:43 2005 +0000

description:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.

diffstat:

 parallel/mpi-ch/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 536fddc9713d -r cd4b8484efaf parallel/mpi-ch/Makefile
--- a/parallel/mpi-ch/Makefile  Tue Jul 12 19:05:27 2005 +0000
+++ b/parallel/mpi-ch/Makefile  Tue Jul 12 19:41:43 2005 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2005/06/11 11:22:21 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2005/07/12 19:41:43 kristerw Exp $
 
 DISTNAME=              mpich-1.2.6
+PKGREVISION=           1
 CATEGORIES=            parallel
 MASTER_SITES=          ftp://ftp.mcs.anl.gov/pub/mpi/
 DISTFILES=             ${DISTNAME}${EXTRACT_SUFX} mpich-docs.tgz
@@ -35,6 +36,11 @@
 CONFIGURE_ARGS+=       --disable-f90
 CONFIGURE_ARGS+=       --disable-f90modules
 CONFIGURE_ENV+=                sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ENV+=                PERL=${PERL5}
+CONFIGURE_ENV+=                PERLFULLPATH=${PERL5}
+
+# build PATH in the config file is not a problem
+CHECK_WRKREF_SKIP+=    ${PREFIX}/share/examples/mpi-ch/perftest/config.system
 
 .if ${OPSYS} == "NetBSD"
 CONFIGURE_ARGS+=       --with-arch=netbsd



Home | Main Index | Thread Index | Old Index