You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 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 2018.1.0
|
|
name py-ufl
|
|
|
|
categories-append math science
|
|
license LGPL-3+
|
|
platforms darwin
|
|
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 d92d916336e731b8706657fc3782e3a2e5170e2d \
|
|
sha256 1717ac7deacae7ac9cf5a9ff419bbab1550308fe6f05a5c8ea7c3ee62eaacae8 \
|
|
size 311194
|
|
|
|
python.versions 36 37 38
|
|
python.link_binaries_suffix
|
|
|
|
if {${subport} ne ${name}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
depends_lib port:py${python.version}-six
|
|
|
|
livecheck.type none
|
|
}
|