1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/math/mfem/Makefile
Yuri Victorovich 2fa0c9e8d4 math/mfem: Update 4.0 -> 4.1
Reported by:	portscout
2020-03-11 15:58:53 +00:00

26 lines
469 B
Makefile

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