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:57:27 UTC 2022
Modified Files:
pkgsrc/parallel/mpi-ch: Makefile
Log Message:
parallel/mpi-ch: Fix CHECK_WRKREF_SKIP paths
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 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.97 pkgsrc/parallel/mpi-ch/Makefile:1.98
--- pkgsrc/parallel/mpi-ch/Makefile:1.97 Wed Jul 27 10:45:47 2022
+++ pkgsrc/parallel/mpi-ch/Makefile Wed Jul 27 10:57:27 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.97 2022/07/27 10:45:47 gdt Exp $
+# $NetBSD: Makefile,v 1.98 2022/07/27 10:57:27 gdt Exp $
DISTNAME= mpich-3.2.1
PKGREVISION= 9
@@ -47,9 +47,9 @@ BUILDLINK_TRANSFORM+= rm:-lrt
# 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
+CHECK_WRKREF_SKIP+= bin/mpiexec
+CHECK_WRKREF_SKIP+= bin/mpiexec.hydra
+CHECK_WRKREF_SKIP+= bin/mpirun
.include "options.mk"
Home |
Main Index |
Thread Index |
Old Index