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
commit0ee744504ee6b7ad19e5daf52f3113e1f4a07da7 (patch)
tree4a7509ef34506e9c466b67ddfffe429236756892 /parallel
parentb191498cc0bd5537fcec65f4d359c6ae28b40ce7 (diff)
downloadpkgsrc-0ee744504ee6b7ad19e5daf52f3113e1f4a07da7.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"