ffc 1.2.0-1 source package in Ubuntu

Changelog

ffc (1.2.0-1) unstable; urgency=low


  * New upstream release.
  * debian/control:
    - Bump required version for python-ufc, python-fiat, python-instant
      and python-ufl in Depends field.
    - Bump Standards-Version to 3.9.4.
    - Remove DM-Upload-Allowed field.
    - Bump required debhelper version in Build-Depends.
    - Remove cdbs from Build-Depends.
    - Use canonical URIs for Vcs-* fields.
  * debian/compat: Bump to compatibility level 9.
  * debian/rules: Rewrite for debhelper (drop cdbs).

 -- Johannes Ring <email address hidden>  Wed, 26 Jun 2013 14:48:32 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
ffc_1.2.0-1.dsc 1.9 KiB 83b468f4147de3e390dab5b7a08c533a962ff587f008fd1c9b8e911e7d285242
ffc_1.2.0.orig.tar.gz 4.3 MiB ac7cca537dac4610821c9ecb0338700970d713d03a9bc176567f1979c89ed869
ffc_1.2.0-1.debian.tar.gz 6.9 KiB 9742b15ddde232d6653c5c5190c694493e4cf2bd6cde1a44a95f639d57a5e12e

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.