# -*- 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 150515 2016-07-20 20:38:20Z sean@macports.org $ PortSystem 1.0 PortGroup python 1.0 PortGroup bitbucket 1.0 bitbucket.setup fenics-project ufl 2016.1.0 ufl- name py-ufl categories-append math science license LGPL-3+ platforms darwin supported_archs noarch maintainers sean openmaintainer description Unified Form Language long_description The Unified Form Language (UFL) is a domain specific language \ for declaration of finite element discretizations of variational \ forms. More precisely, it defines a flexible interface for choosing \ finite element spaces and defining expressions for weak forms in a \ notation close to mathematical notation. checksums rmd160 9a510c16f2e1aa97cdd37e05f28ae4aac3faeefc \ sha256 0321918a60809ed168081fd4345343fbb57ee6da333625629b9dc9230ab5c8a3 python.versions 27 python.link_binaries_suffix if {${subport} ne ${name}} { depends_lib port:py${python.version}-six livecheck.type none }