xmds2 3.1.0+dfsg2-4 source package in Ubuntu

Changelog

xmds2 (3.1.0+dfsg2-4) unstable; urgency=medium

  * d/p/deterministic-id.patch: Fix typo in Forwarded field
  * Use OpenBLAS or BLIS instead of ATLAS
    + d/control: Depend and build-depend on libopenblas-dev |
      libblis-dev instead of libatlas-base-dev
    + d/p/vanilla-cblas.patch: New patch
  * d/control: Bump Standards-Version to 4.6.2 (no changes needed)
  * d/fix-cheetah-build-str.py:
    + Apply standard code conventions
    + Use `with` for resource-allocating operation
    + Specify UTF-8 encoding when opening files
    + Use f-strings instead of % operator
  * d/copyright: Update copyright year of debian/* files

 -- Rafael Laboissière <email address hidden>  Mon, 17 Jul 2023 19:11:41 -0300

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xmds2_3.1.0+dfsg2-4.dsc 2.9 KiB fd6a671b5dd3d325e1b44828bc694a0cdd47d584747ca62be75beada9bb47b56
xmds2_3.1.0+dfsg2.orig-userdoc.tar.xz 6.8 MiB fc33f07c5d31e4d4d6690c5d485af6e1af492b17a6f0ce6e432681cb4a97f1ad
xmds2_3.1.0+dfsg2.orig.tar.xz 11.6 MiB a6aa2eab548276da5052b385fca407580c023c5e79d45bf38a194775db6c686c
xmds2_3.1.0+dfsg2-4.debian.tar.xz 15.9 KiB 11dfc9927d380cc12e0024ca52e4d37f1cb2ad39997a3aaf0684892390d5c5e5

Available diffs

No changes file available.

Binary packages built by this source

xmds2: eXtensible Multi-Dimensional Simulator

 XMDS is a code generator that integrates equations, from Ordinary
 Differential Equations (ODEs) up to stochastic Partial Differential
 Equations (PDEs). You write them down in human readable form in an
 XML file, and it goes away and writes and compiles a C++ program that
 integrates those equations as fast as it can possibly be done in your
 architecture.
 .
 XMDS 2 is a major upgrade rewritten in Python which is faster and far
 more versatile than previous versions, allowing the efficient integration
 of almost any initial value problem on regular domains.

xmds2-doc: documentation for the eXtensible Multi-Dimensional Simulator

 XMDS is a code generator that integrates equations, from Ordinary
 Differential Equations (ODEs) up to stochastic Partial Differential
 Equations (PDEs). You write them down in human readable form in an
 XML file, and it goes away and writes and compiles a C++ program that
 integrates those equations as fast as it can possibly be done in your
 architecture.
 .
 XMDS 2 is a major upgrade rewritten in Python which is faster and far
 more versatile than previous versions, allowing the efficient integration
 of almost any initial value problem on regular domains.
 .
 This package contains the documentation in HTML and PDF formats.