aboutsummaryrefslogtreecommitdiff
path: root/math/armadillo/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-08-10 08:37:27 +0000
committerJohn Marino <marino@FreeBSD.org>2014-08-10 08:37:27 +0000
commita78f1baa378b0f02f13aa6d6201b741a0c6632da (patch)
treef13335c431b65148fe514842bdca832c4a452ba0 /math/armadillo/Makefile
parent51f96a61bf114d5a1d747fe50beab5521c26980d (diff)
downloadports-a78f1baa378b0f02f13aa6d6201b741a0c6632da.tar.gz
ports-a78f1baa378b0f02f13aa6d6201b741a0c6632da.zip
Notes
Diffstat (limited to 'math/armadillo/Makefile')
-rw-r--r--math/armadillo/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile
index 1292d4f2abda..cd1212c9ea2a 100644
--- a/math/armadillo/Makefile
+++ b/math/armadillo/Makefile
@@ -1,17 +1,18 @@
# $FreeBSD$
PORTNAME= armadillo
-PORTVERSION= 4.300.8
+PORTVERSION= 4.320.0
CATEGORIES= math
-MASTER_SITES= SF/arma/
+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
+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