summaryrefslogtreecommitdiff
path: root/science/libmbd/Makefile
blob: 7e35d120a0b46343a86d1a797d6ab967d7a5b0ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	libmbd
DISTVERSION=	0.12.5
CATEGORIES=	science # chemistry
MASTER_SITES=	https://github.com/libmbd/libmbd/releases/download/${DISTVERSION}/

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Many-body dispersion library
WWW=		https://github.com/libmbd/libmbd

LICENSE=	MPL20
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libopenblas.so:math/openblas

USES=		cmake:testing fortran

do-test: # fails to find tests, see https://github.com/libmbd/libmbd/issues/43
	@cd ${BUILD_WRKSRC} && ctest --test-dir .

.include <bsd.port.mk>