aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-11-27 08:29:56 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-11-27 08:29:57 +0000
commitf8d3728a8c4d0a4a67fb07e3effffd279572339d (patch)
tree1180622e1647698a6bc48bd9085dee5977ae96e3
parent0caae4961fcf402d0a35af8c4f26d76c633cf9e1 (diff)
downloadports-f8d3728a8c4d0a4a67fb07e3effffd279572339d.tar.gz
ports-f8d3728a8c4d0a4a67fb07e3effffd279572339d.zip
net/openmpi: unbreak the build when `net/libfabric' port is installed
Ideally, OFI option should be introduced, I've tried that first but it does not build due to missing ENODATA definition. Remove BROKEN_sparc64, it does not serve any useful purpose these days, and we're not producing packages for this architecture anyways.
-rw-r--r--net/openmpi/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/openmpi/Makefile b/net/openmpi/Makefile
index ec9cac64cece..782dc2075ebe 100644
--- a/net/openmpi/Makefile
+++ b/net/openmpi/Makefile
@@ -9,8 +9,6 @@ COMMENT= High Performance Message Passing Library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BROKEN_sparc64= fails to compile on sparc64
-
LIB_DEPENDS= libhwloc.so.15:devel/hwloc2 \
libltdl.so:devel/libltdl \
libevent.so:devel/libevent \
@@ -37,6 +35,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}/${MPIDIR} \
--program-prefix= \
--with-hwloc=external \
--with-libltdl \
+ --without-ofi \
--enable-mpi-fortran=usempi \
--enable-mpi-cxx \
--enable-cxx-exceptions \