1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/math/armadillo/Makefile
Danilo Egea Gondolfo 41c1ff36d3 - Update to 7.400.4
2016-10-11 15:30:12 +00:00

25 lines
478 B
Makefile

# $FreeBSD$
PORTNAME= armadillo
PORTVERSION= 7.400.4
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 \
libopenblasp.so:math/openblas \
libarpack.so:math/arpack \
libhdf5.so:science/hdf5 \
libsuperlu.so:math/superlu
USES= blaslapack cmake compiler:c++11-lang tar:xz
USE_LDCONFIG= yes
BROKEN_powerpc64= Does not build
.include <bsd.port.mk>