summaryrefslogtreecommitdiffstats
path: root/math/armadillo/Makefile
blob: be3e3b5f922389ad99e6700cf8e1925ab76719a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	armadillo
PORTVERSION=	4.550.4
CATEGORIES=	math
MASTER_SITES=	SF/arma

MAINTAINER=	danilo@FreeBSD.org
COMMENT=	C++ linear algebra library

LICENSE=	MPL

LIB_DEPENDS=	libboost_date_time.so:${PORTSDIR}/devel/boost-libs \
		liblapack.so:${PORTSDIR}/math/lapack \
		libhdf5.so:${PORTSDIR}/science/hdf5

USES=		cmake
USE_LDCONFIG=	yes

.include <bsd.port.mk>
OpenPOWER on IntegriCloud