Change log for fenics-dolfinx package in Ubuntu

120 of 20 results
Published in mantic-release
Deleted in mantic-proposed (Reason: Moved to mantic)
fenics-dolfinx (1:0.6.0-6ubuntu1) mantic; urgency=medium

  * d/rules: add workaround that tells cairo to produce PDFs without a
    compressed MediaBox. See LP #2026834.

 -- Andreas Hasenack <email address hidden>  Mon, 07 Aug 2023 15:11:32 -0300
Superseded in mantic-proposed
fenics-dolfinx (1:0.6.0-6) unstable; urgency=medium

  * debian patch gcc13_soname.patch adds gcc13 tweak to soname
    since gcc13 patches alter the ABI.
  * debian/tests: skip python demo demo_pml,
    has the same problems as demo_axis

 -- Drew Parsons <email address hidden>  Mon, 24 Jul 2023 17:15:42 +0200

Available diffs

Superseded in mantic-proposed
fenics-dolfinx (1:0.6.0-5) unstable; urgency=medium

  * debian patches gcc13_PR2646.patch and gcc13_PR2647.patch
    apply upstream PR2646 and PR2647 to fix build with gcc-13.
    Closes: #1037649.

 -- Drew Parsons <email address hidden>  Fri, 21 Jul 2023 13:28:13 +0200

Available diffs

Superseded in mantic-proposed
fenics-dolfinx (1:0.6.0-4) unstable; urgency=medium

  * complex-number demo demo_axis.py is generally flakey
    (fails also on i386) so skip on all arches

 -- Drew Parsons <email address hidden>  Thu, 06 Jul 2023 12:00:20 +0200

Available diffs

Superseded in mantic-proposed
fenics-dolfinx (1:0.6.0-3) unstable; urgency=medium

  * debian/tests: pyvista is not yet available in debian but if it is
    installed locally then run demo tests in off-screen mode
  * debian patch demo_no_pyvista_addons.patch checks availability of
    the pyvista jupyter backend used by demos. Check for trame rather
    than pythreejs or ipygany, as recommended by pyvista. Note that
    none of these backends are currently packaged for debian (hence
    the need for the check).
  * debian/tests: skip complex-number demo demo_axis.py on failing
    architectures armel, armhf, s390x.
    cf. https://github.com/FEniCS/dolfinx/issues/2686

 -- Drew Parsons <email address hidden>  Tue, 27 Jun 2023 19:43:10 +0200

Available diffs

Superseded in mantic-proposed
fenics-dolfinx (1:0.6.0-2) unstable; urgency=medium

  * Standards-Version: 4.6.2

 -- Drew Parsons <email address hidden>  Sun, 25 Jun 2023 18:38:09 +0200
Superseded in mantic-release
Published in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
fenics-dolfinx (1:0.5.2-2build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 only

 -- Graham Inggs <email address hidden>  Wed, 15 Mar 2023 06:32:02 +0000
Superseded in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
fenics-dolfinx (1:0.5.2-2) unstable; urgency=medium

  * add debian patches:
    - debian_version_id.patch sets git_commit_hash to
      DEBIAN_VERSION_ID (os ID from /etc/os-release with debian
      version) rather than leaving as "unknown" (since built from
      tarball source not git source).
    - fix_mesh_py3.11_PR2500.patch applies upstream PR2500 to fix
      creation of python Mesh objects from C++ in python 3.11, which
      introduced stronger type checking
  * dh_auto_clean override: clean detritus from doc builds

 -- Drew Parsons <email address hidden>  Sun, 08 Jan 2023 03:28:41 +0100
Superseded in lunar-proposed
fenics-dolfinx (1:0.5.2-1build2) lunar; urgency=medium

  * No-change rebuild against libpetsc-real3.18

 -- Steve Langasek <email address hidden>  Wed, 14 Dec 2022 07:48:08 +0000

Available diffs

Superseded in lunar-proposed
fenics-dolfinx (1:0.5.2-1build1) lunar; urgency=medium

  * No-change rebuild against petsc/slepc 3.17

 -- Graham Inggs <email address hidden>  Thu, 17 Nov 2022 11:23:36 +0000
Superseded in lunar-release
Deleted in lunar-proposed (Reason: Moved to lunar)
fenics-dolfinx (1:0.4.1-4build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Thu, 03 Nov 2022 19:10:34 +0000
Superseded in lunar-proposed
fenics-dolfinx (1:0.5.2-1) unstable; urgency=medium

  * New upstream release.
    - applies debian patch header_algorithm_PR2323.patch
  * set test-dolfinx-python-demos to bash to use [[...]] conditional

 -- Drew Parsons <email address hidden>  Sun, 30 Oct 2022 12:23:56 +0100
Superseded in lunar-release
Published in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
fenics-dolfinx (1:0.4.1-4) unstable; urgency=medium

  * libdolfinx-dev Depends: libxtensor-dev, libxsimd-dev with the
    versions that dolfinx was built against.

 -- Drew Parsons <email address hidden>  Wed, 29 Jun 2022 14:16:42 +0200

Available diffs

Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
fenics-dolfinx (1:0.4.1-3) unstable; urgency=medium

  * debian/tests: unittests Depends: python3-cppimport
  * debian/tests: explicitly switch off the pytest-mpi plugin when
    running MPI python demo tests. The mpi plugin is incompatible with
    the custom mpi marker used by python/demo/test.py,
    see https://github.com/FEniCS/dolfinx/issues/2254

 -- Drew Parsons <email address hidden>  Sun, 26 Jun 2022 14:41:12 +0200
Superseded in kinetic-proposed
fenics-dolfinx (1:0.4.1-2) unstable; urgency=medium

  * debian patch skip_demo_stokes_direct.patch skips test assertions
    for direct solvers in python Stokes demo since they return
    nan or inf. See https://github.com/FEniCS/dolfinx/issues/2242
  * versioned Build-Depends: python3-pybind11 (>= 2.7.0~)
    (fails at runtime with pybind11 2.6, see upstream Issue#2248)
  * add arm64 to list of xsimd-supported architectures. Expected to
    work fine with xsimd 0.8 and xtensor 0.24.
    i386 and armhf still fail xsimd tests so don't add them yet.
  * drop Build-Depends: libxtensor-blas-dev (no longer used)
  * brings FEniCS 0.4 to unstable. Closes: #1013518.

 -- Drew Parsons <email address hidden>  Sat, 25 Jun 2022 14:00:54 +0200
Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
fenics-dolfinx (1:0.3.0-15build1) kinetic; urgency=medium

  * No-change rebuild against petsc/slepc 3.16

 -- Graham Inggs <email address hidden>  Tue, 17 May 2022 16:31:53 +0000
Superseded in kinetic-release
Deleted in kinetic-proposed (Reason: Moved to kinetic)
fenics-dolfinx (1:0.3.0-15) unstable; urgency=medium

  * python3-dolfinx-real Depends: libdolfinx-real-đev,
    python3-dolfinx-complex Depends: libdolfinx-complex-dev
    Required to provide dolfinx_*.pc, used by jit.
  * numba currently out of action, skip numba tests for now

 -- Drew Parsons <email address hidden>  Sat, 09 Apr 2022 12:07:52 +0200
Superseded in kinetic-release
Published in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
fenics-dolfinx (1:0.3.0-13build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Wed, 16 Mar 2022 19:22:47 +0000
Superseded in jammy-release
Deleted in jammy-proposed (Reason: Moved to jammy)
fenics-dolfinx (1:0.3.0-13) unstable; urgency=medium

  * debian patch use_std_filesystem_PR1980.patch applies upstream
    PR1980 to replace boost::filesystem references with std::filesystem
  * debian patch docs_local_mathjax.patch builds docs using local
    mathjax script

 -- Drew Parsons <email address hidden>  Wed, 02 Feb 2022 16:48:17 +0100

Available diffs

Superseded in jammy-proposed
fenics-dolfinx (1:0.3.0-12) unstable; urgency=medium

  * debian/tests: skip python MPI unit tests on 32-bit systems.
    Some unit tests trigger an MPI_ABORT error for reasons unknown
    (possibly related to Bug#995599). Affects i386, armhf etc.

 -- Drew Parsons <email address hidden>  Wed, 03 Nov 2021 16:53:12 +0100
120 of 20 results