Your message dated Sun, 16 Nov 2025 13:00:15 +0000
with message-id <[email protected]>
and subject line Bug#1103651: fixed in superlu-dist 9.2.0+dfsg1-1
has caused the Debian Bug report #1103651,
regarding superlu-dist: superlu_dist 9 fails to build with CombBLAS
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.)


-- 
1103651: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1103651
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: superlu-dist
Version: 8.2.1+dfsg1-5
Severity: important
Tags: ftbfs
Control: forwarded -1 https://github.com/xiaoyeli/superlu_dist/issues/165

Upstream has release superlu-dist 9,
but it fails to build against CombBLAS:

cd /repositories/superlu-dist/obj-x86_64-linux-gnu/EXAMPLE && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/pddrive3d.dir/link.txt --verbose=1
/usr/bin/mpicc -I/usr/include/parmetis -DUSE_VENDOR_BLAS -fopenmp  -g -O2 
-Werror=implicit-function-declaration 
-ffile-prefix-map=/repositories/superlu-dist=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro  
-L/usr/lib/x86_64-linux-gnu/openmpi/lib/fortran/gfortran  
-L/usr/lib/x86_64-linux-gnu/openmpi/lib/fortran/gfortran 
CMakeFiles/pddrive3d.dir/pddrive3d.c.o 
CMakeFiles/pddrive3d.dir/dcreate_matrix.c.o 
CMakeFiles/pddrive3d.dir/dcreate_matrix3d.c.o -o pddrive3d  
../SRC/libsuperlu_dist.so.9.0.0 /usr/lib/x86_64-linux-gnu/libblas.so -lm 
/usr/lib/x86_64-linux-gnu/liblapack.so -lparmetis -lmetis -lCombBLAS 
-lGraphGenlib -lUsortlib -lm /usr/lib/gcc/x86_64-linux-gnu/13/libgomp.so 
/usr/lib/x86_64-linux-gnu/libpthread.a 
/usr/lib/x86_64-linux-gnu/libmpi_usempif08.so 
/usr/lib/x86_64-linux-gnu/libmpi_usempi_ignore_tkr.so 
/usr/lib/x86_64-linux-gnu/libmpi_mpifh.so /usr/lib/x86_64-linux-gnu/libmpi.so 
/usr/lib/x86_64-linux-gnu/libopen-rte.so 
/usr/lib/x86_64-linux-gnu/libopen-pal.so /usr/lib/x86_64-linux-gnu/libhwloc.so 
/usr/lib/x86_64-linux-gnu/libevent_core.so 
/usr/lib/x86_64-linux-gnu/libevent_pthreads.so -lm 
/usr/lib/x86_64-linux-gnu/libz.so
/usr/bin/ld: ../SRC/libsuperlu_dist.so.9.0.0: undefined reference to 
`s_c2cpp_GetHWPM'

--- End Message ---
--- Begin Message ---
Source: superlu-dist
Source-Version: 9.2.0+dfsg1-1
Done: Drew Parsons <[email protected]>

We believe that the bug you reported is fixed in the latest version of
superlu-dist, 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.
Drew Parsons <[email protected]> (supplier of updated superlu-dist 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: Fri, 14 Nov 2025 18:34:00 +0100
Source: superlu-dist
Binary: libsuperlu-dist-dev libsuperlu-dist-examples 
libsuperlu-dist-examples-dbgsym libsuperlu-dist9 libsuperlu-dist9-dbgsym
Architecture: source amd64
Version: 9.2.0+dfsg1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Drew Parsons <[email protected]>
Description:
 libsuperlu-dist-dev - Highly distributed solution of sparse linear equations
 libsuperlu-dist-examples - Highly distributed solution of sparse linear 
equations
 libsuperlu-dist9 - Highly distributed solution of sparse linear equations
Closes: 1097952 1103651
Changes:
 superlu-dist (9.2.0+dfsg1-1) experimental; urgency=medium
 .
   [ Francesco Ballarin ]
   * New ABI 9, provides libsuperlu-dist9
   * Add Francesco Ballarin to uploaders.
   * Standards-Version: 4.7.0 (routine-update)
   * Reorder sequence of d/control fields by cme (routine-update)
   * Remove trailing whitespace in debian/changelog (routine-update)
   * Rules-Requires-Root: no (routine-update)
   * No tab in license text (routine-update)
   * Add upstream metadata (routine-update)
   * Refresh rowperm_default_NOROWPERM_not_MC64.patch: the file util.c got moved
     to the prec-independent subdirectory.
   * Refresh build_with_combblas.patch:
     - dHWPM_CombBLAS.hpp was moved to the dobule subdirectory, while
     - zHWPM_CombBLAS.hpp was moved to the complex16 subdirectory.
   * Refresh build_cxx14.patch, skip_rpath.patch, test_local_exe.patch so that
     they apply without fuzz.
 .
   [ Drew Parsons ]
   * New upstream release
     - fixes build with C23 (default for gcc-15). Closes: #1097952.
   * provide example test files (including python scripts) in
     libsuperlu-dist-examples.install
   * update debian patches
     - build_with_combblas.patch: add sHWPM_CombBLAS.hpp to include
       ApproxWeightPerfectMatching.h from the BipartiteMatchings subdir
     - mc64ad_dist-stub.patch: mc64ad_dist.* moved from SRC/ to
       SRC/prec-independent
   * new debian patches
     - combblas_single_PR202.patch applies upstream PR#202 to fix
       single precision build with CombBLAS. Closes: #1103651.
     - install_extra.patch installs EXAMPLES and PYTHON (with README) in
       superlu-dist subdir (under libdir). Treat it as the install TESTDIR.
       Don't double-install libsuperlu_dist_python.so* in PYTHON.
     - debian patch pdbridge_lib.patch enables python example script to
       access python bridge library from standard libdir
     - install_fortran.patch installs fortran test executables
       (not 3d tests, which are still failing)
   * update debian/copyright
     - files moved from SRC to SRC/prec-independent or specific prec subdirs
     - p*symbfact*.c created by Laura Grigori, INRIA
Checksums-Sha1:
 75d8a589759950a16a85973ae5f7063da96eac84 2582 superlu-dist_9.2.0+dfsg1-1.dsc
 e2b485914a35db29add2a8aa47c5f659fd603892 1522088 
superlu-dist_9.2.0+dfsg1.orig.tar.xz
 4a81e8a72c31d73f80e704cab458f54fc0841f6c 15652 
superlu-dist_9.2.0+dfsg1-1.debian.tar.xz
 dfdddedb2a5ea76732ed0b00eb4f35acdd296a77 811520 
libsuperlu-dist-dev_9.2.0+dfsg1-1_amd64.deb
 1d6be8de97f6d48b5615945a7626bda26e956ae6 960480 
libsuperlu-dist-examples-dbgsym_9.2.0+dfsg1-1_amd64.deb
 b396fd6f1904cb3c188e5778b33a1e6a2fa2be7b 290328 
libsuperlu-dist-examples_9.2.0+dfsg1-1_amd64.deb
 80e9c8c61d6c9a099c9f7126907d9d81b772a547 8116348 
libsuperlu-dist9-dbgsym_9.2.0+dfsg1-1_amd64.deb
 dfd6e7ee95cf4d60ce484b398a1e84adfac77357 750036 
libsuperlu-dist9_9.2.0+dfsg1-1_amd64.deb
 8497a4637fe8ce20b8c561675386fc0cd1e95c3e 13386 
superlu-dist_9.2.0+dfsg1-1_amd64.buildinfo
Checksums-Sha256:
 1117e8abdf4be954c33034e7a717d7488109d4f7dc040ab45ab4e821a8ef7187 2582 
superlu-dist_9.2.0+dfsg1-1.dsc
 9398dd82f87111439e03ab99b4bd33900e449cb948908c343b3e54f78fb019c5 1522088 
superlu-dist_9.2.0+dfsg1.orig.tar.xz
 c6338faa27ccd8bb6e86d4891dc6bef5ea5f91d2a2d643b7c8493d4705731034 15652 
superlu-dist_9.2.0+dfsg1-1.debian.tar.xz
 ae3a17b200de172b96bd1689aa9c75161b1b364cf50799535bb5c10144c4641e 811520 
libsuperlu-dist-dev_9.2.0+dfsg1-1_amd64.deb
 622e98db60983627130529fcd86c6052f2c707681a5c3fccdc07f5b4d49e0485 960480 
libsuperlu-dist-examples-dbgsym_9.2.0+dfsg1-1_amd64.deb
 dee0eec2a445778ae7cd8f48cafe45d02381cee7d6c19a8eb2f20876e63d4fad 290328 
libsuperlu-dist-examples_9.2.0+dfsg1-1_amd64.deb
 05e0da0d91c66f2ae92a659c735edb5e0a7857e23e0466bda5132dde4ec74e4a 8116348 
libsuperlu-dist9-dbgsym_9.2.0+dfsg1-1_amd64.deb
 2a8a3149b1b8a5c615bf4954fcaef77b02525a161e1a74d0ff375d64159e5f4f 750036 
libsuperlu-dist9_9.2.0+dfsg1-1_amd64.deb
 5f57193afc439c2e54fa71d36e86d9e6d5587149fbe84df107590b476350e2dc 13386 
superlu-dist_9.2.0+dfsg1-1_amd64.buildinfo
Files:
 5a107314eb496e76bb8a61854eb6d75a 2582 libs optional 
superlu-dist_9.2.0+dfsg1-1.dsc
 5aafdf9233d8f829f2225f24ce3504f5 1522088 libs optional 
superlu-dist_9.2.0+dfsg1.orig.tar.xz
 781d6dbac3d514b2b362279e3857ff70 15652 libs optional 
superlu-dist_9.2.0+dfsg1-1.debian.tar.xz
 3c212f1ce1f3ff33835357f532fd81b7 811520 libs optional 
libsuperlu-dist-dev_9.2.0+dfsg1-1_amd64.deb
 29dbc67b217942fac1bf0c7044336c9b 960480 debug optional 
libsuperlu-dist-examples-dbgsym_9.2.0+dfsg1-1_amd64.deb
 5b7c6e7040481d18ce5787f6fa7b26de 290328 libs optional 
libsuperlu-dist-examples_9.2.0+dfsg1-1_amd64.deb
 bc552b25b485a42d0a767a5ee4035f27 8116348 debug optional 
libsuperlu-dist9-dbgsym_9.2.0+dfsg1-1_amd64.deb
 b54acf46cff3709876fbb10e1c71a5dc 750036 libs optional 
libsuperlu-dist9_9.2.0+dfsg1-1_amd64.deb
 239590d71534a656498ddbe6e1b2e188 13386 libs optional 
superlu-dist_9.2.0+dfsg1-1_amd64.buildinfo

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

iQJIBAEBCgAyFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmkXaccUHGRwYXJzb25z
QGRlYmlhbi5vcmcACgkQVz7x5L1aAfr4jhAAgmcf6rbmQTFlEud6+jxzSsrlEGRi
j2uNy1Ss1qVElgtuPHAA7XWXCXI0P7JRFk8kKPc4lMv9QL+Vbu0gc/VYcOEgzdRy
lguoLRzRmhQQ2f9zkWCxgJGbqxioWX6Bs6pkbv2WLwU8Eth3Tc3tTCkfRgOhOIuu
lxyHT8AWC9QbJ9mvH/ZpniR7SYe7TbSIoXN1t9KObrMbY8vrw5xOegmTH8vR11bZ
WaC8DQQFe9JC8Mk6kCZhzgo3a24qwUSkBBKLKhn8lvo0j/LhKVnwlAQorn4noWay
VKTzZpVGdwwx+wJDAKVHDEFSeRWFFbVuy19Y85z2IwDsoaayM8VYadsXSF5nLq9F
I/VAPprBRDA7n5EaFJvotFXRnIquiXoDhg5DgV2HuaS+CjuY7zX9/UORF0FbsNg0
ZO8REh+H4WGEmgYPBZgfFy9SvKkPA0zhUcfZqTYVYhJXy5ho4MIVUT8y8Ia84VVA
E/j8YkK/NfBZWbOyMm8l8wqvGlusJZRZDgZ9q9RWBN8dMqn8sAgUhb/1bTk4NP+e
RB3QhAkSQhzFJicvHehUNUKHSGA9W3ur9A09upPNHvZQrogE48/7d9N5bOyo5Vir
XuGp7ff7ok48oAhxzdZ7wrqpp+CeRt+7K/s4MMtcwDv4G7eDqVXjJv3Qum4ltOE+
HUAdNj5X/avCErQ=
=kiL8
-----END PGP SIGNATURE-----

Attachment: pgpvkNFRVdQMU.pgp
Description: 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