opnsense-ports/math/armadillo/Makefile
Franco Fichtner 19f5749a3f */*: sync with upstream
Taken from: FreeBSD
2016-05-24 07:06:12 +02:00

23 lines
417 B
Makefile

# $FreeBSD$
PORTNAME= armadillo
PORTVERSION= 6.700.7
CATEGORIES= math
MASTER_SITES= SF/arma
MAINTAINER= danilo@FreeBSD.org
COMMENT= C++ linear algebra library
LICENSE= MPL
BROKEN_powerpc64= Does not build
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>