# -*- 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 119636 2014-05-02 23:02:29Z sean@macports.org $

PortSystem          1.0
PortGroup           python 1.0
PortGroup           bitbucket 1.0

bitbucket.setup     fenics-project ferari 208a515cad05
name                py-ferari
version             1.0.0
revision            2

categories-append   math science
license             LGPL-3+
platforms           darwin
supported_archs     noarch
maintainers         sean openmaintainer

description         Finite Element rearrangement to automatically reduce instructions
long_description    FErari ($description) \
                    generates optimized code for evaluation of the element tensor \
                    (element stiffness matrix) and functions as an optimizing backend for FFC.

checksums           rmd160  efd1ed51a85584a5f4817fdc7185e4355216b751 \
                    sha256  f61c747a254b8a0aa92229b68ad050eef6d264692d09f0bdf75afe907d89dff0

python.versions     27
python.link_binaries_suffix

if {${subport} ne ${name}} {
    depends_lib-append port:swig-python
}

# project has no tags or branches to version, so manually check
livecheck.type      none
