Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
20 lines
377 B
Makefile
20 lines
377 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= armadillo
|
|
PORTVERSION= 4.500.0
|
|
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>
|