Files
2025-12-02 11:51:36 -05:00

36 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 dijitso 2019.1.0
revision 0
name py-dijitso
categories-append math science
license LGPL-3+
platforms {darwin any}
supported_archs noarch
maintainers nomaintainer
description A Python module for distributed just-in-time shared library building
long_description This module was written to improve a core component of the \
FEniCS framework, namely the just in time compilation of \
C++ code that is generated from Python modules, but is \
only called from within a C++ library, and thus do not \
need wrapping in a nice Python interface.
checksums rmd160 cd7a6dabc025958df8266ec4a33ede73c2eb535c \
sha256 916e276e5d9572aaa905d78bfe8bf1c7e6a6565295420a1714376495ef41de10 \
size 51775
python.versions 310 311 312
python.link_binaries_suffix
if {${subport} ne ${name}} {
depends_lib-append \
port:py${python.version}-numpy \
port:py${python.version}-six
}