git: c454eb04769b - main - math/moab: Fix typo in Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 May 2022 22:05:59 UTC
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