freebsd-ports/math/mfem/Makefile
Tobias Kortkamp 310623bb97
*: Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop or unreferenced variables
- Add missing ports to the build
- Clean up commented PORTREVISION
- Add missing USES

Reported by:	portscan
2021-09-03 15:01:58 +02:00

24 lines
567 B
Makefile

PORTNAME= mfem
DISTVERSIONPREFIX= v
DISTVERSION= 4.3
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Lightweight, general, scalable C++ library for finite element methods
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:testing compiler:c++11-lang
USE_GITHUB= yes
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_TESTING_ON= MFEM_ENABLE_TESTING # tests are broken, see https://github.com/mfem/mfem/issues/2442
OPTIONS_DEFINE= MPI
MPI_CMAKE_BOOL= MFEM_USE_MPI
MPI_BROKEN= see https://github.com/mfem/mfem/issues/622
.include <bsd.port.mk>