• Bug#1100593: kokkos: diff for NMU version 4.5.01-1.1

    From Jochen Sprickerhof@21:1/5 to All on Thu Mar 27 10:10:02 2025
    --Kshn8S7byJ7sr944
    Content-Type: text/plain; charset=us-ascii; format=flowed
    Content-Disposition: inline
    Content-Transfer-Encoding: quoted-printable

    Control: tags 1100593 + patch


    Dear maintainer,

    I've prepared an NMU for kokkos (versioned as 4.5.01-1.1). The diff
    is attached to this message. I can push them to Salsa once you pushed
    the latest version.

    Regards.

    Jochen

    --Kshn8S7byJ7sr944
    Content-Type: text/x-diff; charset=us-ascii
    Content-Disposition: attachment; filename="kokkos-4.5.01-1.1-nmu.diff" Content-Transfer-Encoding: quoted-printable

    diff -Nru kokkos-4.5.01/debian/changelog kokkos-4.5.01/debian/changelog
    --- kokkos-4.5.01/debian/changelog 2025-03-04 09:28:58.000000000 +0100
    +++ kokkos-4.5.01/debian/changelog 2025-03-25 22:09:46.000000000 +0100
    @@ -1,3 +1,11 @@
    +kokkos (4.5.01-1.1) unstable; urgency=medium
    +
    + * Non-maintainer upload.
    + * Remove unnecessary build dependencies (Closes: #1100593)
    + * Remove deprecated compile options and enable tests
    +
    + -- Nils Schild <nils.schild@posteo.de> Tue, 25 Mar 2025 22:09:46 +0100
    +
    kokkos (4.5.01-1) unstable; urgency=medium

    * New upstream version.
    diff -Nru kokkos-4.5.01/debian/control kokkos-4.5.01/debian/control
    --- kokkos-4.5.01/debian/control 2025-03-04 09:28:58.000000000 +0100
    +++ kokkos-4.5.01/debian/control 2025-03-25 22:09:46.000000000 +0100
    @@ -5,11 +5,7 @@
    Build-Depends:
    debhelper-compat (= 13),
    cmake,
    - libhwloc-dev,
    - libnuma-dev,
    - libmemkind-dev [!s390x],
    - libopenmpi-dev,
    - pkgconf
    + python3,
    Standards-Version: 4.7.1
    Homepage: https://github.com/kokkos/kokkos
    Vcs-Browser: https://salsa.debian.org/debian/kok
  • From Jochen Sprickerhof@21:1/5 to All on Thu Mar 27 17:40:01 2025
    --Sae61UAVUC13KAPa
    Content-Type: text/plain; charset=us-ascii; format=flowed
    Content-Disposition: inline

    Some more patches for 4.5.01-1.2 attached.

    Cheers Jochen

    --Sae61UAVUC13KAPa
    Content-Type: text/x-diff; charset=us-ascii
    Content-Disposition: attachment;
    filename="0003-Update-changelog-for-4.5.01-1.2-release.patch" Content-Transfer-Encoding: quoted-printable

    From 0cb842a20a6e642fdd5014479402d503bb34ffc7 Mon Sep 17 00:00:00 2001
    From: Jochen Sprickerhof <jspricke@debian.org>
    Date: Thu, 27 Mar 2025 16:56:15 +0100
    Subject: [PATCH 3/3] Update changelog for 4.5.01-1.2 release

    ---
    debian/changelog | 8 ++++++++
    1 file changed, 8 insertions(+)

    diff --git a/debian/changelog b/debian/changelog
    index 32e77f8..1e3efa5 100644
    --- a/debian/changelog
    +++ b/debian/changelog
    @@ -1,3 +1,11 @@
    +kokkos (4.5.01-1.2) unstable; urgency=medium
    +
    + * Non-maintainer upload.
    + * Disable tests on slow archs as they run into timeouts
    + * Fix multi arch according to the MA hinter
    +
    + -- Jochen Sprickerhof <jspricke@debian.org> Thu, 27 Mar 2025 16:54:28 +0100 +
    kokkos (4.5.01-1.1) unstable; urgency=medium

    * Non-maintainer upload.
    --
    2.49.0


    --Sae61UAVUC13KAPa
    Content-Type: text/x-diff; charset=us-ascii
    Content-Disposition: attachment;
    filename="0002-Fix-multi-arch-according-to-the-MA-hinter.patch" Content-Transfer-Encoding: quoted-printable

    From 8c0880a171173b7177a09805271c835e25113d75 Mon Sep 17 00:00:00 2001
    From: Jochen Sprickerhof <jspricke@debian.org>
    Date: Thu, 27 Mar 2025 16:53:54 +0100
    Subject: [PATCH 2/3] Fix multi arch according to the MA hinter