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

PORTNAME=	armadillo
PORTVERSION=	4.400.1
PORTREVISION=	1
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>