# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 101867 2013-01-20 20:36:27Z eborisch@macports.org $

PortSystem                      1.0
PortGroup                       cmake 1.0

name                            armadillo
version                         3.4.0
revision                        1
categories                      science
platforms                       darwin
maintainers                     gmail.com:christian.frisson openmaintainer
license                         LGPL-3+

description                     Armadillo C++ linear algebra library

long_description                Armadillo is a C++ linear algebra library (matrix maths) \
                                aiming towards a good balance between speed and ease of use. \
                                Integer, floating point and complex numbers are supported, \
                                as well as a subset of trigonometric and statistics functions. \
                                Various matrix decompositions are provided through optional \
                                integration with LAPACK or high-performance LAPACK-compatible \
                                libraries.

homepage                        http://arma.sf.net/
master_sites                    sourceforge:project/arma

checksums                       rmd160  d00a412c91a1d4d505c78d4eb1653f7f20df1e45 \
                                sha256  7653e054f2051a649aa40159edf779e8d3c05c07055db7b1ed9dc4a8513abcbb

depends_build-append            port:pkgconfig

depends_lib-append              port:boost \
                                port:hdf5-18

livecheck.regex                 /${name}-(\[0-9.\]+)${extract.suffix}
