getfem++ 5.3+dfsg1-1 source package in Ubuntu

Changelog

getfem++ (5.3+dfsg1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - applies 10_move_getfem_arch_config.patch
  * Standards-Version: 4.4.0
  * debhelper compatibility level 12: debhelper-compat (= 12)
  * drop Python 2: replace python-getfem++ with python3-getfem++.
    Closes: #916893, #936603.
    - add debian patch drop_python2.patch to mop up remaining
      Python2isms.
    - fix_python3_tests_4fe9963c.patch adapts upstream commit 4fe9963c
    - fix_python3_tests_8dcd729f.patch adapts upstream commit 8dcd729f
    - patch getfem.py and __init__.py installed in getfem dir to
      import self via .
    - run debian/tests/python3 from interface/tests/python
  * use dh_missing to identify uninstalled files
  * mark usr/getfem_toolbox/meshes as non-installed
    (only used by interface/tests, which are not installed)
  * python3-getfem++.pyinstall installs the python shared library directly
    from interface/src/python (apparently a bug in upstream build
    scripts: they no longer  install the python .so file)
  * mark libgmm++-dev as Architecture: any to match libmumps-dev
    dependency. Aids cross-compiling. Closes: #940325.

 -- Drew Parsons <email address hidden>  Mon, 23 Sep 2019 13:15:41 +0800

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
getfem++_5.3+dfsg1-1.dsc 2.3 KiB bbf79cbf29bd1d2d2443a931750bc213a672e46ccd9d1265947b5bf90026daf6
getfem++_5.3+dfsg1.orig.tar.xz 5.5 MiB 4155cf787259d20275c0c75c77ee4553cb707566bc91f487cad1913ab01338f2
getfem++_5.3+dfsg1-1.debian.tar.xz 17.5 KiB c254973dd7a1940bca15c8027512f4c71c22b591622735b93733c2b018b9456d

No changes file available.

Binary packages built by this source

libgetfem++-dev: Development files for the GETFEM++ generic finite element library

 GETFEM++ is a library allowing the computation of any elementary matrix (even
 for mixed finite element methods) on the largest class of methods and elements,
 and for arbitrary dimension.
 .
 This package contains development files for building software that uses the
 GETFEM++ library.

libgetfem5++: GETFEM++ generic finite element library

 GETFEM++ is a library allowing the computation of any elementary matrix (even
 for mixed finite element methods) on the largest class of methods and elements,
 and for arbitrary dimension.

libgetfem5++-dbgsym: debug symbols for libgetfem5++
libgmm++-dev: Generic C++ template library for sparse, dense and skyline matrices

 GMM++ is a framework of pre-defined methods for matrix computation. It is built
 as a set of generic algorithms for any interfaced vector type or matrix type.
 .
 It can be viewed as a glue library allowing cooperation between several vector
 and matrix types. However, basic sparse, dense and skyline matrix/vector types
 are built-in, hence it can be used as a standalone linear algebra library.

python3-getfem++: Python interface to the GETFEM++ generic finite element library

 GETFEM++ is a library allowing the computation of any elementary matrix (even
 for mixed finite element methods) on the largest class of methods and elements,
 and for arbitrary dimension.
 .
 This package contains the Python 3 interface to GETFEM++.

python3-getfem++-dbgsym: debug symbols for python3-getfem++