summaryrefslogtreecommitdiff
path: root/net/openmpi2
diff options
context:
space:
mode:
Diffstat (limited to 'net/openmpi2')
-rw-r--r--net/openmpi2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/openmpi2/Makefile b/net/openmpi2/Makefile
index 6c212cd49b13..12e14f3818ca 100644
--- a/net/openmpi2/Makefile
+++ b/net/openmpi2/Makefile
@@ -18,6 +18,9 @@ LIB_DEPENDS= libhwloc.so:devel/hwloc \
libevent.so:devel/libevent \
libmunge.so:security/munge
+BROKEN_armv6= fails to package: pkg-static: mca_patcher_overwrite.la: No such file or directory
+BROKEN_sparc64= fails to compile on sparc64
+
HAS_CONFIGURE= yes
INSTALL_TARGET= install-strip
# :keepla because port uses lt_dlopen
@@ -81,8 +84,6 @@ SLURM_PLIST_FILES= ${MPIDIR}/lib/openmpi/mca_ess_slurm.la \
${MPIDIR}/share/openmpi/help-plm-slurm.txt \
${MPIDIR}/share/openmpi/help-ras-slurm.txt
-BROKEN_sparc64= Does not compile on sparc64
-
post-patch:
@${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/${MPIDIR}/libdata/pkgconfig|g' \
${WRKSRC}/ompi/tools/wrappers/Makefile.am \