Skip to content
Snippets Groups Projects
Commit f8d3728a authored by Alexey Dokuchaev's avatar Alexey Dokuchaev
Browse files

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.
parent 0caae496
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment