dijitso 2019.2.0~git20190418.c92dcb0-2 source package in Ubuntu

Changelog

dijitso (2019.2.0~git20190418.c92dcb0-2) unstable; urgency=medium

  * upload snapshot to unstable

 -- Drew Parsons <email address hidden>  Mon, 20 Apr 2020 01:16:23 +0800

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dijitso_2019.2.0~git20190418.c92dcb0-2.dsc 2.2 KiB 59e053634c76d1f7772f785791090191449a67c8cf29ffa9f06667992308b984
dijitso_2019.2.0~git20190418.c92dcb0.orig.tar.gz 50.6 KiB 6d6b266b17efccc97384e577b7d2960efaad0c3bbbf68221e3adfdab773079a6
dijitso_2019.2.0~git20190418.c92dcb0-2.debian.tar.xz 5.1 KiB ea62400945ef13faed6a6481ec57550bdd84ffc0e7bb0021829684ee814101c2

No changes file available.

Binary packages built by this source

python3-dijitso: distributed just-in-time building of shared libraries (Python 3)

 Dijitso 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.
 .
 The main approach of dijitso is to use ctypes to import the dynamic
 shared library directly with no attempt at wrapping it in a Python
 interface.
 .
 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 as long as it is only called from
 C++ code, If you want a Python interface to your generated code,
 dijitso is probably not the answer.
 .
 Although dijitso serves a very specific role within the FEniCS
 project, it does not depend on other FEniCS components.
 .
 The parallel support depends on the mpi4py interface, although mpi4py
 is not actually imported within the dijitso module so it would be
 possible to mock the communicator object with a similar interface.
 .
 This package installs the library for Python 3.