git: f8d3728a8c4d - main - net/openmpi: unbreak the build when `net/libfabric' port is installed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Nov 2021 08:31:15 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8d3728a8c4d0a4a67fb07e3effffd279572339d commit f8d3728a8c4d0a4a67fb07e3effffd279572339d Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-11-27 08:29:56 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-11-27 08:29:57 +0000 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. --- net/openmpi/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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 \