pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/parallel/mpi-ch
Module Name: pkgsrc
Committed By: gdt
Date: Wed Jul 27 10:45:47 UTC 2022
Modified Files:
pkgsrc/parallel/mpi-ch: Makefile
Log Message:
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.)
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/parallel/mpi-ch/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/parallel/mpi-ch/Makefile
diff -u pkgsrc/parallel/mpi-ch/Makefile:1.96 pkgsrc/parallel/mpi-ch/Makefile:1.97
--- pkgsrc/parallel/mpi-ch/Makefile:1.96 Tue Jun 28 11:35:23 2022
+++ pkgsrc/parallel/mpi-ch/Makefile Wed Jul 27 10:45:47 2022
@@ -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_PRE
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