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