# -*- 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
PortGroup           python 1.0
PortGroup           bitbucket 1.0

bitbucket.setup     fenics-project fiat 2019.1.0
revision            0
name                py-fiat

categories-append   math science
license             LGPL-3+
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer

description         FInite element Automatic Tabulator
long_description    The FInite element Automatic Tabulator FIAT supports \
                    generation of arbitrary order instances of the Lagrange \
                    elements on lines, triangles, and tetrahedra. It is \
                    also capable of generating arbitrary order instances of \
                    Jacobi-type quadrature rules on the same element shapes. \
                    Further, H(div) and H(curl) conforming finite element \
                    spaces such as the families of Raviart-Thomas, \
                    Brezzi-Douglas-Marini and Nedelec are supported on \
                    triangles and tetrahedra.

checksums           rmd160  d9396eaaf3156853c03badf31e4eb841c2238be8 \
                    sha256  7b6d06b534d5a7d203fcb6023b5827a39b1dd0fd1407c7a348fcc7fb0478248c \
                    size    108477

python.versions     39 310 311 312
python.link_binaries_suffix

if {${subport} ne ${name}} {
    depends_lib     port:py${python.version}-numpy \
                    port:py${python.version}-sympy
}
