Revision: 115470 https://trac.macports.org/changeset/115470 Author: sean@macports.org Date: 2014-01-02 14:24:52 -0800 (Thu, 02 Jan 2014) Log Message: ----------- py-fiat: add new port from the fenics project Added Paths: ----------- trunk/dports/python/py-fiat/ trunk/dports/python/py-fiat/Portfile Added: trunk/dports/python/py-fiat/Portfile =================================================================== --- trunk/dports/python/py-fiat/Portfile (rev 0) +++ trunk/dports/python/py-fiat/Portfile 2014-01-02 22:24:52 UTC (rev 115470) @@ -0,0 +1,39 @@ +# -*- 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$ + +PortSystem 1.0 +PortGroup python 1.0 +PortGroup bitbucket 1.0 + +bitbucket.setup fenics-project fiat f110663e4bce +name py-fiat + +categories-append math science +license LGPL-3+ +platforms darwin +supported_archs noarch +maintainers sean openmaintainer + +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 1a8840e8c488be4f16419a21dfec329e50fb4cc5 \ + sha256 8e9ae924e6832611f6a1f75bc5ce90d3ce707382a33ab966ec50b00300c1bc0b + +python.versions 26 27 + +if {${subport} ne ${name}} { + depends_lib port:py${python.version}-numpy \ + port:py${python.version}-scientific +} + +# project has no tags or branches to version, so manually check +livecheck.type none
participants (1)
-
sean@macports.org