dijitso 2019.1.0-2 source package in Ubuntu

Changelog

dijitso (2019.1.0-2) unstable; urgency=medium

  * Standards-Version: 4.4.0
  * drop python-dijitso

 -- Drew Parsons <email address hidden>  Wed, 31 Jul 2019 11:59:05 +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

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dijitso_2019.1.0-2.dsc 2.3 KiB dc5403e321993c7e52aa23eb79c37add8c4921578596d4fe34c331f809613f1b
dijitso_2019.1.0.orig.tar.gz 50.1 KiB eaa45eec4457f3f865d72a926b7cba86df089410e78de04cd89b15bb405e8fd9
dijitso_2019.1.0.orig.tar.gz.asc 488 bytes fbb6273ab66b8bef6c6bf28873d95ab10c59206f23eb9ab6cf5ac5c27f467747
dijitso_2019.1.0-2.debian.tar.xz 4.9 KiB b79c2f611602ea6bf4a5dcbda711dd121437a3b92a9992b29c624628d368d0e1

Available diffs

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.