# -*- 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.4
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            https://getfem.org/gmm
master_sites        savannah:getfem/stable

checksums           rmd160  bb53145d478b684f75e41058046cad31722b58a5 \
                    sha256  15eb1943011b92665aab3b02ecf3cede1cf89ea15a9006f81f2ba2cd662aa02b \
                    size    551327

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       ${homepage}/download.html
livecheck.regex     "${subport}-(\\d+(?:\\.\\d+)*)"
