summaryrefslogtreecommitdiff
path: root/parallel/openmpi
diff options
context:
space:
mode:
authordholland <dholland>2014-12-27 02:10:19 +0000
committerdholland <dholland>2014-12-27 02:10:19 +0000
commitde6b6e1290e0b78cd409f7f14f0b5595c0757647 (patch)
treec07cae597abfcc653bd7278547ce2917b345adb2 /parallel/openmpi
parent76f8d5e9890128a59b5776364940a12cda0fe647 (diff)
downloadpkgsrc-de6b6e1290e0b78cd409f7f14f0b5595c0757647.tar.gz
Add Linux-specific PLIST entries. Also enable PLIST.shm for Linux.
From Thomas Orgis in PR 49080. PKGREVISION -> 4
Diffstat (limited to 'parallel/openmpi')
-rw-r--r--parallel/openmpi/Makefile5
-rw-r--r--parallel/openmpi/PLIST.Linux7
2 files changed, 10 insertions, 2 deletions
diff --git a/parallel/openmpi/Makefile b/parallel/openmpi/Makefile
index 97cb2a95e3b..d668edda098 100644
--- a/parallel/openmpi/Makefile
+++ b/parallel/openmpi/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2014/05/29 23:37:14 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2014/12/27 02:10:19 dholland Exp $
DISTNAME= openmpi-1.6.4
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= parallel
MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.6/downloads/
EXTRACT_SUFX= .tar.bz2
@@ -38,6 +38,7 @@ USE_TOOLS+= perl:run
TEST_TARGET= check
.if ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" || \
+ ${OPSYS} == "Linux" || \
(${OPSYS} == "NetBSD" && exists(/var/shm))
PLIST_SRC+= PLIST.shm
.endif
diff --git a/parallel/openmpi/PLIST.Linux b/parallel/openmpi/PLIST.Linux
new file mode 100644
index 00000000000..23cd348539b
--- /dev/null
+++ b/parallel/openmpi/PLIST.Linux
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST.Linux,v 1.1 2014/12/27 02:10:19 dholland Exp $
+lib/openmpi/mca_pstat_linux.la
+lib/openmpi/mca_ras_loadleveler.la
+lib/openmpi/mca_sysinfo_linux.la
+share/openmpi/doc/COPYRIGHT-ptmalloc2.txt
+share/openmpi/help-opal-memory-linux.txt
+