summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2022-07-27 10:45:47 +0000
committergdt <gdt@pkgsrc.org>2022-07-27 10:45:47 +0000
commitce65d0d4ced470b967ad0806e649f0c111937a29 (patch)
tree524e532122941eca7772d9aad042a04fa93bbd38 /parallel
parente6ddf59273de98c48a1e775e85cad8e0c84d9a19 (diff)
downloadpkgsrc-ce65d0d4ced470b967ad0806e649f0c111937a29.tar.gz
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 (limited to 'parallel')
-rw-r--r--parallel/mpi-ch/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/parallel/mpi-ch/Makefile b/parallel/mpi-ch/Makefile
index c422bcdea95..4bc035b9d46 100644
--- a/parallel/mpi-ch/Makefile
+++ b/parallel/mpi-ch/Makefile
@@ -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_PASSTHRU_RPATHDIRS+= ${MPI_PREFIX}/lib
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