Files
macports-ports/python/py-ufl/Portfile
2025-12-02 11:51:39 -05:00

34 lines
1.2 KiB
Tcl

# -*- 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 ufl 2019.1.0
revision 0
name py-ufl
categories-append math science
license LGPL-3+
platforms {darwin any}
supported_archs noarch
maintainers nomaintainer
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 8b95f6771e2c8acfef7db8fcb61004605bc2418e \
sha256 d1c30b61b5fb0c400fb8baa5296286d2e2efa3a00c9996736f45d0a77bc10439 \
size 308138
python.versions 310 311 312
python.link_binaries_suffix
if {${subport} ne ${name}} {
depends_lib port:py${python.version}-six
}