mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
572ce0f8c1
- Support staging - Return to ports@ PR: 191251 Submitted by: pfg
20 lines
337 B
Makefile
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>
|