diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 00:20:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-27 00:20:19 +0000 |
commit | c52a715800ff83f6a958709fb689f16631b4ef8a (patch) | |
tree | 6ebe315b8b10cbc2ec7619f8a666f8cab5b7b90c /net/openmpi2 | |
parent | - Mark tigervnc-devel ignore because no development version available right now (diff) |
Mark some ports failing on armv6, for errors classified as "???",
part 2.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=441819
Diffstat (limited to 'net/openmpi2')
-rw-r--r-- | net/openmpi2/Makefile | 5 |
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 \ |