opnsense-ports/math/armadillo/Makefile

22 lines
383 B
Makefile

# $FreeBSD$
PORTNAME= armadillo
PORTVERSION= 6.700.3
CATEGORIES= math
MASTER_SITES= SF/arma
MAINTAINER= danilo@FreeBSD.org
COMMENT= C++ linear algebra library
LICENSE= MPL
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
libarpack.so:math/arpack \
libhdf5.so:science/hdf5 \
libsuperlu.so:math/superlu
USES= cmake blaslapack
USE_LDCONFIG= yes
.include <bsd.port.mk>