freebsd-ports/math/mfem/Makefile

25 lines
567 B
Makefile
Raw Normal View History

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>