summaryrefslogtreecommitdiff
path: root/parallel
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2011-12-27 23:15:35 +0000
committerasau <asau@pkgsrc.org>2011-12-27 23:15:35 +0000
commit0136c8131dc0149212b7ace1be93ad0376347deb (patch)
tree4a7509ef34506e9c466b67ddfffe429236756892 /parallel
parentfb7fad1a8c8fe597b6dec501e988392bd9643b30 (diff)
downloadpkgsrc-0136c8131dc0149212b7ace1be93ad0376347deb.tar.gz
Prevent detection of OpenMP support in order to make PLIST consistent.
Diffstat (limited to 'parallel')
-rw-r--r--parallel/openmpi/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/parallel/openmpi/Makefile b/parallel/openmpi/Makefile
index 52a2393560b..ba43be4aa2e 100644
--- a/parallel/openmpi/Makefile
+++ b/parallel/openmpi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2011/11/01 06:11:57 sbd Exp $
+# $NetBSD: Makefile,v 1.12 2011/12/27 23:15:35 asau Exp $
DISTNAME= openmpi-1.5.4
PKGREVISION= 1
@@ -31,6 +31,9 @@ CONFIGURE_ARGS+= --with-wrapper-ldflags="-L${PREFIX}/lib ${LINKER_RPATH_FLAG}${P
CONFIGURE_ENV+= ompi_cv_f77_have_INTEGERp8=no # no "INTEGER*8"??
CONFIGURE_ARGS+= OPAL_HAVE_LTDL_ADVISE=0
+# Prevent detection of OpenMP support in order to make PLIST consistent:
+BUILDLINK_TRANSFORM= rm:-fopenmp
+
USE_TOOLS+= perl:run
.include "options.mk"