ffc 1.3.0-1 source package in Ubuntu

Changelog

ffc (1.3.0-1) unstable; urgency=low


  * New upstream release.
  * debian/watch: Update URL for move to Bitbucket.
  * debian/docs: README -> README.rst and remove TODO.
  * debian/control:
    - Add python-numpy to Build-Depends.
    - Replace python-all with python-all-dev in Build-Depends.
    - Add ${shlibs:Depends} to Depends.
    - Change to Architecture: any.
    - Bump Standards-Version to 3.9.5 (no changes needed).
  * debian/rules: Call dh_numpy in override_dh_python2.

 -- Johannes Ring <email address hidden>  Fri, 10 Jan 2014 13:56:45 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ffc_1.3.0-1.dsc 1.9 KiB 0ebc820a010c761d561e575fa1d4d9e586a90638492eb94af33e417acc0b5be4
ffc_1.3.0.orig.tar.gz 255.6 KiB f4215a210de45cbbeedd56260299c28cf9bd9502f1965e76ec2d7174cf2f3915
ffc_1.3.0-1.debian.tar.gz 7.0 KiB 20bfd3249a6ec265f1dca7e1b1960ddba5bb5e30ab4c631bf7604a7b4e3def8e

Available diffs

No changes file available.

Binary packages built by this source

python-ffc: compiler for finite element variational forms

 The FEniCS Form Compiler FFC provides state-of-the-art automatic and efficient
 evaluation of general multilinear forms (variational formulations) for FEniCS.
 FFC functions as the form evaluation system for DOLFIN but can also be used to
 compile forms for other systems.
 .
 FFC works as a compiler for multilinear forms by generating code (C or C++)
 for the evaluation of a multilinear form given in mathematical notation. This
 new approach to form evaluation makes it possible to combine generality with
 efficiency; the form can be given in mathematical notation and the generated
 code is as efficient as hand-optimized code.