minieigen 0.50.3+dfsg1-13 source package in Ubuntu

Changelog

minieigen (0.50.3+dfsg1-13) unstable; urgency=medium

  * [bffaf47] Add .gitlab-ci.yml
  * [aa4532e] Fix compilation with sphinx 4.2.0. (Closes: #997061, #997422)
  * [cf8e87b] Bump debhelper from old 12 to 13.
  * [0936e8e] Update standards version to 4.6.0, no changes needed.
  * [3ee4a1d] Update watch file format version to 4.

 -- Anton Gladky <email address hidden>  Mon, 08 Nov 2021 18:29:32 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
minieigen_0.50.3+dfsg1-13.dsc 2.1 KiB 405674f2e8d66663b8b8c2144aaf1ae4b3dcb3c26467622ace2a57bce80279b1
minieigen_0.50.3+dfsg1.orig.tar.xz 21.6 KiB dc55fe7bd86da53f55f7552fcc8064613d2c63c69087ac735e20a41d154ed34c
minieigen_0.50.3+dfsg1-13.debian.tar.xz 9.2 KiB db352d7466d1481791dceee608da5bf60bb5870281431655ec3e5d0f9beb0d6b

No changes file available.

Binary packages built by this source

python3-minieigen: Wrapper of parts of the Eigen library (Python 3)

 Small wrapper for core parts of Eigen, c++ library for linear algebra.
 It is mainly useful for inspecting c++ code which already uses eigen and
 boost::python. Supported types are Vectors (2,3,6 and dynamic-sized with
 integer and floating-point values), Matrices (3x3, 6x6 and dynamic-sized
 with floating-point values) and Quaternions. Numerous methods are wrapped
 and the original API of Eigen is followed.
 .
 This is the Python 3 version of the package.

python3-minieigen-dbgsym: debug symbols for python3-minieigen