1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/math/armadillo/Makefile
Jason E. Hale 572ce0f8c1 - Update to 4.300.8
- Support staging
- Return to ports@

PR:		191251
Submitted by:	pfg
2014-06-22 11:35:59 +00:00

20 lines
337 B
Makefile

# $FreeBSD$
PORTNAME= armadillo
PORTVERSION= 4.300.8
CATEGORIES= math
MASTER_SITES= SF/arma/
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ linear algebra library
LICENSE= MPL
LIB_DEPENDS= liblapack.so:${PORTSDIR}/math/lapack \
libboost_date_time.so:${PORTSDIR}/devel/boost-libs
USES= cmake
USE_LDCONFIG= yes
.include <bsd.port.mk>