# -*- 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           github 1.0
PortGroup           python 1.0

github.setup        usnistgov fipy 3.4.5
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball

name                py-fipy
categories-append   math
supported_archs     noarch
platforms           {darwin any}
maintainers         {gmail.com:jjstickel @jjstickel} openmaintainer
license             public-domain

description         FiPy: A Finite Volume PDE Solver Using Python
long_description    FiPy is an object oriented, partial differential \
                    equation (PDE) solver, written in Python, based on \
                    a standard finite volume (FV) approach. Uses matplotlib \
                    for viewing.

homepage            https://www.ctcms.nist.gov/fipy/

checksums           rmd160  a049b2078226fb8254485df68c3bcc96264132d4 \
                    sha256  ba1838fd212c10f7856e7598581475be5986887ba81099cc1f2b069b86ec3be6 \
                    size    10776909

python.versions     39 310 311 312

if {${name} ne ${subport}} {
    depends_lib-append  port:py${python.version}-numpy \
                        port:py${python.version}-matplotlib \
                        port:py${python.version}-scipy \
                        port:gmsh \
                        port:py${python.version}-future
}
