freebsd-ports/math/armadillo/Makefile
2020-02-05 19:49:22 +00:00

27 lines
602 B
Makefile

# $FreeBSD$
PORTNAME= armadillo
PORTVERSION= 9.600.4
PORTREVISION= 4
CATEGORIES= math
MASTER_SITES= SF/arma
MAINTAINER= danilo@FreeBSD.org
COMMENT= C++ linear algebra library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
libopenblas.so:math/openblas \
libarpack.so:math/arpack-ng \
libhdf5.so:science/hdf5 \
libsuperlu.so:math/superlu \
libsz.so:science/szip
USES= blaslapack cmake compiler:c++11-lang pkgconfig tar:xz
USE_LDCONFIG= yes
CMAKE_ARGS+= -DPKG_CONFIG_DIR=${LOCALBASE}/libdata/pkgconfig/
.include <bsd.port.mk>