# -*- 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 150516 2016-07-20 20:38:24Z sean@macports.org $ PortSystem 1.0 PortGroup python 1.0 PortGroup bitbucket 1.0 bitbucket.setup fenics-project instant 2016.1.0 instant- name py-instant categories-append math science license LGPL-3+ platforms darwin supported_archs noarch maintainers sean openmaintainer description Instant inlining of C and C++ in Python long_description Instant is a Python module that allows for \ instant inlining of C and C++ code in Python. \ It is a small Python module built on top of SWIG \ and Distutils. It is part of the FEniCS Project. checksums rmd160 4002506656bd78f18f1c79681fbf13eff9f0ff25 \ sha256 0ec1ac2db9dddae1d299ab86e2dedd7730238bbbe683095c177e19fe5c7e7108 python.versions 27 python.link_binaries_suffix if {${subport} ne ${name}} { depends_lib port:swig-python \ port:py${python.version}-numpy livecheck.type none }