pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/parallel/mpi-ch parallel/mpi-ch: Add CHECK_WRKREF_SKIP



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06d06b49480b
branches:  trunk
changeset: 382382:06d06b49480b
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Jul 27 10:45:47 2022 +0000

description:
parallel/mpi-ch: Add CHECK_WRKREF_SKIP

The binaries have the WRKDIR in strings, printed via the -info
argument to show how it was built.  (I don't understand how this is
buidling for anyone else.)

diffstat:

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

diffs (22 lines):

diff -r 4d022f60cffa -r 06d06b49480b parallel/mpi-ch/Makefile
--- a/parallel/mpi-ch/Makefile  Wed Jul 27 09:42:55 2022 +0000
+++ b/parallel/mpi-ch/Makefile  Wed Jul 27 10:45:47 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2022/06/28 11:35:23 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2022/07/27 10:45:47 gdt Exp $
 
 DISTNAME=      mpich-3.2.1
 PKGREVISION=   9
@@ -45,6 +45,12 @@
 BUILDLINK_TRANSFORM+=  rm:-lrt
 .endif
 
+# These contain strings with build info, for display with the "-info"
+# argument.
+CHECK_WRKREF_SKIP+=    /usr/pkg/bin/mpiexec
+CHECK_WRKREF_SKIP+=    /usr/pkg/bin/mpiexec.hydra
+CHECK_WRKREF_SKIP+=    /usr/pkg/bin/mpirun
+
 .include "options.mk"
 
 TEST_TARGET=   check



Home | Main Index | Thread Index | Old Index