Your message dated Mon, 06 Nov 2023 21:50:22 +0000
with message-id <[email protected]>
and subject line Bug#1050845: fixed in mpi-defaults 1.15
has caused the Debian Bug report #1050845,
regarding mpi-defaults: Please add support for loongarch64
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1050845: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050845
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mpi-defaults
Version: 1.14
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: loongarch64

   Dear maintainers,

Please add support for loongarch64 (64-bit LoongArch) in mpi-defaults, default to openmpi. And loong64 is dpkg architecture for loongarch64.
I have compiled the packages on local Debian system as follows
mpi-default-bin_1.14_loong64.deb
mpi-default-dev_1.14_loong64.deb

Please consider the patch attached.
For ease of viewing, you can also review the following link [1].
If you have any questions, you can contact me at any time.

[1]:https://salsa.debian.org/science-team/mpi-defaults/-/merge_requests/1

thanks,
Dandan Zhang

diff -Nru mpi-defaults-1.14/debian/control mpi-defaults-1.14/debian/control
--- mpi-defaults-1.14/debian/control    2021-08-04 13:43:05.000000000 +0000
+++ mpi-defaults-1.14/debian/control    2021-08-04 13:46:55.000000000 +0000
@@ -10,8 +10,8 @@
  Alastair McKinstry <[email protected]>,
 Build-Depends:
  debhelper-compat (= 13),
- libopenmpi-dev (>= 1.4.3-2.1) [alpha amd64 arm64 armel armhf hppa hurd-i386 
i386 ia64 kfreebsd-amd64 kfreebsd-i386 m68k mips mips64el mipsel powerpc 
powerpcspe ppc64 ppc64el riscv64 s390x sh4 sparc64 x32],
- openmpi-bin (>= 1.4.3-2.1) [alpha amd64 arm64 armel armhf hppa hurd-i386 i386 
ia64 kfreebsd-amd64 kfreebsd-i386 m68k mips mips64el mipsel powerpc powerpcspe 
ppc64 ppc64el riscv64 s390x sh4 sparc64 x32],
+ libopenmpi-dev (>= 1.4.3-2.1) [alpha amd64 arm64 armel armhf hppa hurd-i386 
i386 ia64 kfreebsd-amd64 kfreebsd-i386 loong64 m68k mips mips64el mipsel 
powerpc powerpcspe ppc64 ppc64el riscv64 s390x sh4 sparc64 x32],
+ openmpi-bin (>= 1.4.3-2.1) [alpha amd64 arm64 armel armhf hppa hurd-i386 i386 
ia64 kfreebsd-amd64 kfreebsd-i386 loong64 m68k mips mips64el mipsel powerpc 
powerpcspe ppc64 ppc64el riscv64 s390x sh4 sparc64 x32],
 # libmpich-dev [],
 # mpich []
 Rules-Requires-Root: no
@@ -20,7 +20,7 @@
 Vcs-Git: https://salsa.debian.org/science-team/mpi-defaults.git
 
 Package: mpi-default-dev
-Architecture: alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 
kfreebsd-amd64 kfreebsd-i386 m68k mips mips64el mipsel powerpc powerpcspe ppc64 
ppc64el riscv64 s390x sh4 sparc64 x32
+Architecture: alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 
kfreebsd-amd64 kfreebsd-i386 loong64 m68k mips mips64el mipsel powerpc 
powerpcspe ppc64 ppc64el riscv64 s390x sh4 sparc64 x32
 Section: libdevel
 Depends: ${mpi-dev}, ${misc:Depends}
 Description: Standard MPI development files (metapackage)
@@ -31,7 +31,7 @@
  compilers mpicc, mpic++/mpicxx/mpiCC, mpif77 and mpi90 and their manpages.
 
 Package: mpi-default-bin
-Architecture: alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 
kfreebsd-amd64 kfreebsd-i386 m68k mips mips64el mipsel powerpc powerpcspe ppc64 
ppc64el riscv64 s390x sh4 sparc64 x32
+Architecture: alpha amd64 arm64 armel armhf hppa hurd-i386 i386 ia64 
kfreebsd-amd64 kfreebsd-i386 loong64 m68k mips mips64el mipsel powerpc 
powerpcspe ppc64 ppc64el riscv64 s390x sh4 sparc64 x32
 Section: net
 Depends: ${mpi}, ${misc:Depends}
 Description: Standard MPI runtime programs (metapackage)
diff -Nru mpi-defaults-1.14/debian/rules mpi-defaults-1.14/debian/rules
--- mpi-defaults-1.14/debian/rules      2021-08-04 13:43:02.000000000 +0000
+++ mpi-defaults-1.14/debian/rules      2021-08-04 13:46:55.000000000 +0000
@@ -21,6 +21,7 @@
        ia64 \
        kfreebsd-amd64 \
        kfreebsd-i386 \
+       loong64 \
        mips \
        mips64el \
        mipsel \
@@ -47,6 +48,7 @@
        ia64 \
        kfreebsd-amd64 \
        kfreebsd-i386 \
+       loong64 \
        m68k \
        mips \
        mips64el \
@@ -76,6 +78,7 @@
        ia64 \
        kfreebsd-amd64 \
        kfreebsd-i386 \
+       loong64 \
        m68k \
        mips \
        mips64el \

--- End Message ---
--- Begin Message ---
Source: mpi-defaults
Source-Version: 1.15
Done: Santiago Vila <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mpi-defaults, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Santiago Vila <[email protected]> (supplier of updated mpi-defaults package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 06 Nov 2023 22:25:00 +0100
Source: mpi-defaults
Architecture: source
Version: 1.15
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1050845 1055458
Changes:
 mpi-defaults (1.15) unstable; urgency=medium
 .
   * Team upload.
   [ Dandan Zhang ]
   * Add support for loong64. Closes: #1050845.
     Both OpenMPI and MPICH are available. OpenMPI is the default.
   [ Samuel Thibault ]
   * Add support for hurd-amd64. Closes: #1055458.
     Both OpenMPI and MPICH are available. OpenMPI is the default.
Checksums-Sha1:
 d0c1cb9e368a139f5d9f122276550307f204ff49 2408 mpi-defaults_1.15.dsc
 f49e0db8919a9384eb447a2ac8e2ba7b0668bf7d 5500 mpi-defaults_1.15.tar.xz
 50957d7d12af35de5b0970850da6429faa2467dd 6786 
mpi-defaults_1.15_source.buildinfo
Checksums-Sha256:
 0fd92f8d2c7b51ab78aec18d8c5e2edfb5810263584b872b82230da1cedbc1c3 2408 
mpi-defaults_1.15.dsc
 8370a5e28d36b73eb69b3790e7141ad8b5bf832674f2a38ba03e4aea70a4ccd0 5500 
mpi-defaults_1.15.tar.xz
 9d39f769bf534fd99ff76f08f4cce75569faf1cc248ededddd1e8c0b2b485b44 6786 
mpi-defaults_1.15_source.buildinfo
Files:
 60e9043dffb20c4e7452aaaa0114b95f 2408 devel optional mpi-defaults_1.15.dsc
 bea1e2732cb2d80b76c6fd5d95b8140f 5500 devel optional mpi-defaults_1.15.tar.xz
 fc1f774e96201f46a381d3a32b3cc180 6786 devel optional 
mpi-defaults_1.15_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmVJXC4ACgkQQc5/C58b
izJ1KQgApUTrXw69CJWWQEUjJBBsmnM1DnwHvpSERxJD0RIYEc9p/oXgenbcNDYp
XsXQ0HcxO0OFtNoJTtuRvPlCxz9GxPBHBbggp1IOqYLaWvZp71TwGfZF0607nhxv
cr700QWnfihJuOdxs5CektkPri3lGohapIkOWBCgL7b4M4PJIGyHjtzAjMKfHOfK
ot2G/PyvmbU6kyYpsotoIsKOsS6seON6oVH36qlT/2lqwHL1088AYp4ZkKpEHkA8
xV6+ytTf9XKG4dvYBPHcMmb+EYY5gGL0BhkjGjBc/Fs4LKaSY/pV6Luynbd+SAo/
mMveK6kukWctBRPHaAEYWq6aH/t5WQ==
=uOs7
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to