Date: Fri, 20 May 2022 22:05:59 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c454eb04769b - main - math/moab: Fix typo in Makefile Message-ID: <202205202205.24KM5xcw037437@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c454eb04769b34f4e7d73101426f32945d3322fe commit c454eb04769b34f4e7d73101426f32945d3322fe Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-05-20 22:05:43 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-05-20 22:05:43 +0000 math/moab: Fix typo in Makefile --- math/moab/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/moab/Makefile b/math/moab/Makefile index 29d81648abeb..82eda331ad5c 100644 --- a/math/moab/Makefile +++ b/math/moab/Makefile @@ -35,8 +35,8 @@ MPI_CMAKE_BOOL= ENABLE_MPI MPI_LIB_DEPENDS= libmpi.so:net/openmpi MPI_LDFLAGS= -L${LOCALBASE}/mpi/openmpi/lib MPI_VARS= CXX=${LOCALBASE}/mpi/openmpi/bin/mpic++ CC=${LOCALBASE}/mpi/openmpi/bin/mpicc -OPENMPI_VARS= CONFLICTS_BUILD=mpich # otherwise bin/hexmodops gets linked with libmpi.so:net/mpich -OPENMPI_VARS_OFF= USES=compiler:c++11-lang +MPI_VARS= CONFLICTS_BUILD=mpich # otherwise bin/hexmodops gets linked with libmpi.so:net/mpich +MPI_VARS_OFF= USES=compiler:c++11-lang post-install: # docs are just readmes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205202205.24KM5xcw037437>