# -*- 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

PortSystem          1.0

name                gmm
version             5.4.2
categories          science math
maintainers         {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
license             LGPL-3+

description         Provides some basic types of sparse and dense matrices and vectors
long_description    Gmm++ provides some basic types of sparse and dense matrices and vectors

homepage            http://getfem.org/gmm
master_sites        savannah:getfem/stable

checksums           rmd160  2ebf85a4613001c8e80295c16fab82d578885384 \
                    sha256  5206e732643f6934109028b2f173660f2c2edcb0ee269228d694acca6e22c88a \
                    size    545222

supported_archs     noarch
platforms           any

configure.args-append \
                    --disable-dependency-tracking

pre-destroot {
    file attributes ${worksrcpath}/install-sh -permissions +rx
}

livecheck.type      regex
livecheck.url       http://getfem.org/download.html
livecheck.regex     "${subport}-(\\d+(?:\\.\\d+)*)"
