mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
26 lines
449 B
Makefile
26 lines
449 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mfem
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.4
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Lightweight, general, scalable C++ library for finite element methods
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake
|
|
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>
|