You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
40 lines
1.4 KiB
Tcl
40 lines
1.4 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 2018.1.0
|
|
name py-dijitso
|
|
|
|
categories-append math science
|
|
license LGPL-3+
|
|
platforms darwin
|
|
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 45d6d01ab312f095e5ff68e1589a04f48fb0f072 \
|
|
sha256 2a768a5aac0414c1719a0ea5d66c788d6f8d0838d3b669ecb26e35ff9e452f09 \
|
|
size 51541
|
|
|
|
python.versions 36 37 38
|
|
python.link_binaries_suffix
|
|
|
|
if {${subport} ne ${name}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
depends_lib-append \
|
|
port:py${python.version}-numpy \
|
|
port:py${python.version}-six
|
|
|
|
livecheck.type none
|
|
}
|