# -*- 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$ PortSystem 1.0 PortGroup cmake 1.0 name armadillo version 5.200.2 categories science platforms darwin maintainers gmail.com:mschamschula \ gmail.com:christian.frisson \ openmaintainer license MPL-2.0 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 403f2390fe7d189876cd9125d5b8760d80d20837 \ sha256 70c38fd94b4c0559ece1a7313cf85e08197a82dfda4daa5decd89b795bb73079 depends_build-append port:pkgconfig depends_lib-append port:boost \ port:hdf5 cmake.out_of_source yes configure.args-append -DARPACK_LIBRARY= livecheck.type regex livecheck.url ${homepage}download.html livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix} variant arpack description {compile with ARPACK support} { depends_lib-append port:arpack configure.args-delete -DARPACK_LIBRARY= }