Language

Package: python-fenics-dijitso @ 2019.1.0

Synopsis

Distributed just-in-time building of shared libraries

Description

Dijitso provides a core component of the FEniCS framework, namely the just-in-time compilation of C++ code that is generated from Python modules. It is called from within a C++ library, using ctypes to import the dynamic shared library directly.

As long as the compiled code can provide a simple factory function to a class implementing a predefined C++ interface, there is no limit to the complexity of that interface. Parallel support depends on the mpi4py interface.

Home page
https://bitbucket.org/fenics-project/dijitso/
Location
gnu/packages/simulation.scm (line: 247, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?