Your message dated Thu, 14 Nov 2019 22:00:22 +0000
with message-id <[email protected]>
and subject line Bug#926347: fixed in suitesparse 1:5.6.0+dfsg-1
has caused the Debian Bug report #926347,
regarding suitesparse: FTBFS on hurd-i386: mach/clock.h non-existent on GNU/Hurd
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.)
--
926347: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926347
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: suitesparse
Severity: normal
Version: 1:5.4.0+dfsg-1
Tags: patch
User: [email protected]
Usertags: hurd
X-Debbugs-CC: [email protected]
Suitesparse fails to build from source on hurd-i386 because the header
mach/clock.h is not contained in GNU Mach, however it gets included in
GraphBLAS/Demo/Include/simple_timer.h used by
GraphBLAS/Demo/Source/simple_timer.c.
For a detailed log, please see [0].
The patch consists of the following changes:
simple_timer.h
1. Enable the Linux case (not strictly necessary, due to the existence
of an OpenMP and a C11 fallback case).
2. Enable the Mach case only if __APPLE__ is defined
simple_timer.c
1. Enable the Linux case on Hurd (not necessary, see simple_timer.h)
2. Disable the Mach case unless __APPLE__ is defined (not strictly
necessary, because of the OpenMP case)
Using the Linux case is recommended in [1], however [1] does not
mention the C11 clock function.
Thanks,
Paul Sonnenschein
[0]:
https://buildd.debian.org/status/fetch.php?pkg=suitesparse&arch=hurd-i386&ver=1%3A5.4.0%2Bdfsg-1&stamp=1545919779&raw=0
[1]: https://www.gnu.org/software/hurd/hurd/porting/guidelines.html
diff --git a/GraphBLAS/Demo/Include/simple_timer.h b/GraphBLAS/Demo/Include/simple_timer.h
index 23a1c358..ef24c371 100644
--- a/GraphBLAS/Demo/Include/simple_timer.h
+++ b/GraphBLAS/Demo/Include/simple_timer.h
@@ -37,7 +37,7 @@
#define _POSIX_C_SOURCE 200809L
#include <time.h>
-#if defined ( __linux__ )
+#if defined ( __linux__ ) || defined ( __GNU__ )
#include <sys/time.h>
#endif
@@ -45,7 +45,7 @@
#include <omp.h>
#endif
-#if defined ( __MACH__ )
+#if defined ( __MACH__ ) && defined ( __APPLE__ )
#include <mach/clock.h>
#include <mach/mach.h>
#endif
diff --git a/GraphBLAS/Demo/Source/simple_timer.c b/GraphBLAS/Demo/Source/simple_timer.c
index 57239d18..28fc9b9d 100644
--- a/GraphBLAS/Demo/Source/simple_timer.c
+++ b/GraphBLAS/Demo/Source/simple_timer.c
@@ -27,7 +27,7 @@ void simple_tic /* returns current time in seconds and nanoseconds */
tic [0] = omp_get_wtime ( ) ;
tic [1] = 0 ;
- #elif defined ( __linux__ )
+ #elif defined ( __linux__ ) || defined ( __GNU__ )
/* Linux has a very low resolution clock() function, so use the high
resolution clock_gettime instead. May require -lrt */
@@ -36,7 +36,7 @@ void simple_tic /* returns current time in seconds and nanoseconds */
tic [0] = (double) t.tv_sec ;
tic [1] = (double) t.tv_nsec ;
- #elif defined ( __MACH__ )
+ #elif defined ( __MACH__ ) && defined ( __APPLE__ )
clock_serv_t cclock ;
mach_timespec_t t ;
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: suitesparse
Source-Version: 1:5.6.0+dfsg-1
We believe that the bug you reported is fixed in the latest version of
suitesparse, 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.
Sébastien Villemot <[email protected]> (supplier of updated suitesparse
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: Wed, 13 Nov 2019 17:23:20 +0100
Source: suitesparse
Binary: libamd2 libamd2-dbgsym libbtf1 libbtf1-dbgsym libcamd2 libcamd2-dbgsym
libccolamd2 libccolamd2-dbgsym libcholmod3 libcholmod3-dbgsym libcolamd2
libcolamd2-dbgsym libcxsparse3 libcxsparse3-dbgsym libgraphblas3
libgraphblas3-dbgsym libklu1 libklu1-dbgsym libldl2 libldl2-dbgsym libmongoose2
libmongoose2-dbgsym librbio2 librbio2-dbgsym libspqr2 libspqr2-dbgsym
libsuitesparse-dev libsuitesparse-doc libsuitesparseconfig5
libsuitesparseconfig5-dbgsym libumfpack5 libumfpack5-dbgsym mongoose
mongoose-dbgsym
Architecture: source amd64 all
Version: 1:5.6.0+dfsg-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Team
<[email protected]>
Changed-By: Sébastien Villemot <[email protected]>
Description:
libamd2 - approximate minimum degree ordering library for sparse matrices
libbtf1 - permutation to block triangular form library for sparse matrices
libcamd2 - symmetric approximate minimum degree library for sparse matrices
libccolamd2 - constrained column approximate library for sparse matrices
libcholmod3 - sparse Cholesky factorization library for sparse matrices
libcolamd2 - column approximate minimum degree ordering library for sparse mat
libcxsparse3 - concise sparse matrix library
libgraphblas3 - graph algorithms via sparse matrix operations on semirings
libklu1 - circuit simulation sparse LU factorization library
libldl2 - simple LDL' factorization library for sparse matrices
libmongoose2 - graph partitioning tool that can quickly compute edge cuts
(share
librbio2 - read/write sparse matrices in Rutherford/Boeing format
libspqr2 - sparse QR factorization library
libsuitesparse-dev - libraries for sparse matrices computations (development
files)
libsuitesparse-doc - libraries for sparse matrices computations (documentation)
libsuitesparseconfig5 - configuration routines for all SuiteSparse modules
libumfpack5 - sparse LU factorization library
mongoose - graph partitioning tool that can quickly compute edge cuts (execu
Closes: 926347
Changes:
suitesparse (1:5.6.0+dfsg-1) experimental; urgency=medium
.
* New upstream version 5.6.0+dfsg
* d/watch: now fetch from Github
* d/copyright:
+ exclude more PDFs without source code
+ reflect upstream changes
* Bump to debhelper 12
* graphblas-build.patch: new patch, ensures that static GraphBLAS is compiled
* SOVERSION bump for GraphBLAS (2 → 3)
* Bump S-V to 4.4.1
* hurd-i386.patch: new patch, fixes FTBFS on hurd-i386.
Thanks to Paul Sonnenschein (Closes: #926347)
Checksums-Sha1:
35827101dcf48a84472b98b0dc35a60f41604607 3094 suitesparse_5.6.0+dfsg-1.dsc
27572fbeac6fb3d672c174aababf985d45996579 36538724
suitesparse_5.6.0+dfsg.orig.tar.xz
943c7c096b68218ce18e5f1f0f3fd6070cf05c6b 38928
suitesparse_5.6.0+dfsg-1.debian.tar.xz
a432401b051a80800d94cd37cee85c57a813ad0b 33976
libamd2-dbgsym_5.6.0+dfsg-1_amd64.deb
96caffa6f1a22cacc268799871ed9b9c3ee75291 34220 libamd2_5.6.0+dfsg-1_amd64.deb
13662c88351a013dccc2df9dd3c5d7ab3e05a037 12396
libbtf1-dbgsym_5.6.0+dfsg-1_amd64.deb
827c4a1c6e5406a2295b72345cc6dcae6d5cf177 23460 libbtf1_5.6.0+dfsg-1_amd64.deb
63a1fe0e718d57540d85d6107845628182a2a6a7 35540
libcamd2-dbgsym_5.6.0+dfsg-1_amd64.deb
51809b55e3e2b5c5196df87cdefac3cdd498681f 36028 libcamd2_5.6.0+dfsg-1_amd64.deb
b60aa4a9a4a09b3309bbfd02fda546a231b776fe 51556
libccolamd2-dbgsym_5.6.0+dfsg-1_amd64.deb
c1265cd4097bbc2f9f7d7e5e787a5f92c9d71392 37628
libccolamd2_5.6.0+dfsg-1_amd64.deb
ca9a233314fd3818c980d6ecfbd25d1ba6a1869f 890152
libcholmod3-dbgsym_5.6.0+dfsg-1_amd64.deb
b6f6c9cea722368925160254fe76ae7520a4cdc9 323376
libcholmod3_5.6.0+dfsg-1_amd64.deb
907da2cc244176b9a4c573f52b76de8a3ed20519 32408
libcolamd2-dbgsym_5.6.0+dfsg-1_amd64.deb
a893712484f6cfdcf01e433def22461e55296d0a 31268
libcolamd2_5.6.0+dfsg-1_amd64.deb
25393b1ab9ac8e9961519d0f75f20ee25e2115e4 193468
libcxsparse3-dbgsym_5.6.0+dfsg-1_amd64.deb
b2332544c3fdbb6227e082bd203226f9351cc8f0 78236
libcxsparse3_5.6.0+dfsg-1_amd64.deb
e7486efe5b7bc5ad3bfd294734113a5adfc7c64a 35511856
libgraphblas3-dbgsym_5.6.0+dfsg-1_amd64.deb
9458bcb33382b0517d070a63bab4b66c7ca1c1a8 1942784
libgraphblas3_5.6.0+dfsg-1_amd64.deb
0dd41df33b6e6a7452f4a5c7a16f9e1f1f6a4119 195412
libklu1-dbgsym_5.6.0+dfsg-1_amd64.deb
0238796da10710d464ab0dfcfab5ceeddef4b917 86372 libklu1_5.6.0+dfsg-1_amd64.deb
502b3cdabe7e45b071c2c922a8464908b24cad3b 7876
libldl2-dbgsym_5.6.0+dfsg-1_amd64.deb
72a930390d1a51f679da7f5881f1c0577b3a26bf 23028 libldl2_5.6.0+dfsg-1_amd64.deb
9f1b03acb029504bda1a73b984facbaae7ed48f3 128432
libmongoose2-dbgsym_5.6.0+dfsg-1_amd64.deb
26b1e168c41d125e1bae5c2610f5b44443c6dbef 46024
libmongoose2_5.6.0+dfsg-1_amd64.deb
880f3663f51e4231e1afe94ff8262e143ad702f2 51764
librbio2-dbgsym_5.6.0+dfsg-1_amd64.deb
1535eafe31a461ca07905c32622f0d7078676723 38712 librbio2_5.6.0+dfsg-1_amd64.deb
732ea71107de4f765addec5c27864b1af7cf6a85 211876
libspqr2-dbgsym_5.6.0+dfsg-1_amd64.deb
f552ac12d0fda10fee5b185801183c64c6623de0 79596 libspqr2_5.6.0+dfsg-1_amd64.deb
647699144f3d3cbcc7d027eb2ac7de84383d01b0 2669116
libsuitesparse-dev_5.6.0+dfsg-1_amd64.deb
2b3468cd92d1f85e263253d4c35922008986679a 3197472
libsuitesparse-doc_5.6.0+dfsg-1_all.deb
e4fccc7b481230e95bbe71fdeab5bb6810d99438 6616
libsuitesparseconfig5-dbgsym_5.6.0+dfsg-1_amd64.deb
797f0c79fe335351cb566bcf4d05c4a669e81421 21956
libsuitesparseconfig5_5.6.0+dfsg-1_amd64.deb
5486324214a5c2db910bfe2d1519d1673fd455a1 759024
libumfpack5-dbgsym_5.6.0+dfsg-1_amd64.deb
1fde946d4b79800f37c508e27789e3814dbef90c 244864
libumfpack5_5.6.0+dfsg-1_amd64.deb
01f80928ccd8bd1d557e3834cb5e2fcb88f8bc45 41268
mongoose-dbgsym_5.6.0+dfsg-1_amd64.deb
29984cebcf904ed3bf2443c4b7b34c27149c18a1 23700 mongoose_5.6.0+dfsg-1_amd64.deb
8383e7beb7717758453d9aba4e95820f3d14ff5b 19091
suitesparse_5.6.0+dfsg-1_amd64.buildinfo
Checksums-Sha256:
a95e42656e81cb557dea5b65b074402194dd871fbb2c1be767ea50bc6ea7dfe1 3094
suitesparse_5.6.0+dfsg-1.dsc
c40433b063c48986e3cccc2439d2ed393d53db24e262a47f7836e66be5fc9100 36538724
suitesparse_5.6.0+dfsg.orig.tar.xz
923930dd924374835bde06c4be46fe3682156f8561379c2684851688f110a806 38928
suitesparse_5.6.0+dfsg-1.debian.tar.xz
328c285c44aaf6b21bc2dc6a3d7517b03a4b00312ab95260e477859e92690541 33976
libamd2-dbgsym_5.6.0+dfsg-1_amd64.deb
16e8fc46c8b4b2b968d9957147adb61159f3cecd1113c94326c4ab2e4f0e8e4f 34220
libamd2_5.6.0+dfsg-1_amd64.deb
1e1a6248457b18a7652dae3c885f9a512595929e0c14293b15273795caef6bc5 12396
libbtf1-dbgsym_5.6.0+dfsg-1_amd64.deb
4adf37d4a2c25c9d9d1bcd69829909151bd1bb925974182f507bfcf2eca169e0 23460
libbtf1_5.6.0+dfsg-1_amd64.deb
daadebec02011ab8c81154b9dde492613564a15e94a9be14d33931f3dd063da5 35540
libcamd2-dbgsym_5.6.0+dfsg-1_amd64.deb
80c275e05fae91f4f12582adbd90e5efc6304f7cc7149b0458b22e5edb61798a 36028
libcamd2_5.6.0+dfsg-1_amd64.deb
f6828e38eb825034d4e417ba78524a2f32cb655c85de3311419c44444620fb0d 51556
libccolamd2-dbgsym_5.6.0+dfsg-1_amd64.deb
7145b509003163fdf1af817ba7ec4f3e4478d6b728b7555bbcb91f723b9cd254 37628
libccolamd2_5.6.0+dfsg-1_amd64.deb
d3530f89647434edbe7b8943a589996d5e0bae5b0aec3e3fe3badad0b34e12d7 890152
libcholmod3-dbgsym_5.6.0+dfsg-1_amd64.deb
664498a1e0e6538ef990cdab56180f7f28bf9698d8ef1ccfddc374936cd02d56 323376
libcholmod3_5.6.0+dfsg-1_amd64.deb
30bb11c9ae35c2a9b3f85096009242b7ffa7f35c82ff5f1e54efc01c202312d6 32408
libcolamd2-dbgsym_5.6.0+dfsg-1_amd64.deb
94933ffe1d82c72286504678b04e44371dd7de2d7738540de1c244b82111778c 31268
libcolamd2_5.6.0+dfsg-1_amd64.deb
1572958842ea3d30d51ae50efdc32f62465d0811025cc117a7af33cc764bd2d4 193468
libcxsparse3-dbgsym_5.6.0+dfsg-1_amd64.deb
9880b60435196dc07234a27c690e9d2b595b36714d6e885c1e8ca64994b35dd7 78236
libcxsparse3_5.6.0+dfsg-1_amd64.deb
50f4b99c42781026b46f880b1214760840e4a5a17bbcd9e4890dd1a68b0302d5 35511856
libgraphblas3-dbgsym_5.6.0+dfsg-1_amd64.deb
6f888e4f6592e78c0cf76dcd6cea36e2ae7054e1ca7fbb108bced0e848458404 1942784
libgraphblas3_5.6.0+dfsg-1_amd64.deb
f61f8f6080f355d5da0e3688eb4fca025e0ae3b3fa3b4b31418358e45ebd95fa 195412
libklu1-dbgsym_5.6.0+dfsg-1_amd64.deb
88caf861cabd5afb2147cae1b2887326f021b094723fe5667beb6db086ec0b05 86372
libklu1_5.6.0+dfsg-1_amd64.deb
5690db48b9271c801aa6367342f54cb64aa60e19f4d204cb1c85ce3c260ce0eb 7876
libldl2-dbgsym_5.6.0+dfsg-1_amd64.deb
1ca86fbce1a995672261845dbfc0e42cd40d799c231e97b926f8f32bbb2be444 23028
libldl2_5.6.0+dfsg-1_amd64.deb
834786eeaee574cf68bd9e91640a8ac2bd030c7b063e2086935d5c602942cadb 128432
libmongoose2-dbgsym_5.6.0+dfsg-1_amd64.deb
5d72e640b62fcf7e6fa66bb1b7d461ebdb7ff9396950e97d5f79c249a409ac5e 46024
libmongoose2_5.6.0+dfsg-1_amd64.deb
c2ff69cd8b63058459ad1c1d679a39e0b41f7a1cdee1020abbc1830721ccabd0 51764
librbio2-dbgsym_5.6.0+dfsg-1_amd64.deb
77c665e63809b78aa56909af225848eb420312a56e7ee2172343c0d0413d954a 38712
librbio2_5.6.0+dfsg-1_amd64.deb
0399300194b9c156c85b44732f15c1a4718e3a01b7d8a1336208e817c7d30aad 211876
libspqr2-dbgsym_5.6.0+dfsg-1_amd64.deb
f0916eb69aa97dcd5d537896d698226458a5f45f95e062d7dc88a84d8f6a56a2 79596
libspqr2_5.6.0+dfsg-1_amd64.deb
b32b91a594dc8a3f71c70b1f949028b5f2e741d40080fc827c3b818ad4738f05 2669116
libsuitesparse-dev_5.6.0+dfsg-1_amd64.deb
0f8d209868e65e292d800699f62b3bd80996be05f3d9d3af6c066764cca86456 3197472
libsuitesparse-doc_5.6.0+dfsg-1_all.deb
5d9a48800fab4b6805fa6535dcad6a53f0e02ac3a896412c7b43334a3897c736 6616
libsuitesparseconfig5-dbgsym_5.6.0+dfsg-1_amd64.deb
4eda4cb3874cca267818ae76323fb343b2c872485586710b7fea9505b255961f 21956
libsuitesparseconfig5_5.6.0+dfsg-1_amd64.deb
4b182ad9a6fbb56737a45b95e8981d85ad814f583380727bad75a79b8c904046 759024
libumfpack5-dbgsym_5.6.0+dfsg-1_amd64.deb
c330fe6b7c0202a91d1929ea4e550f0cd6618b94ab41a12bb238457821f4f7e0 244864
libumfpack5_5.6.0+dfsg-1_amd64.deb
1c85a04069392df0ad883d29dfe9ff877a8e0ccb69fe1b48a8ffd7ef0e216bda 41268
mongoose-dbgsym_5.6.0+dfsg-1_amd64.deb
c03af0171e51f08c493470b507fbae298b68552578946210d16b98337e4f459c 23700
mongoose_5.6.0+dfsg-1_amd64.deb
cdb5132e7d257859876736f19d69a259b177dd785ff25b115cf43c649792276e 19091
suitesparse_5.6.0+dfsg-1_amd64.buildinfo
Files:
b77967eee6a1610addc00d80bdafc734 3094 math optional
suitesparse_5.6.0+dfsg-1.dsc
1613bac27d95e8bab6f18ac0e3657c18 36538724 math optional
suitesparse_5.6.0+dfsg.orig.tar.xz
b3bbe5f5fcf5f83e0fe23bd3b4eb649e 38928 math optional
suitesparse_5.6.0+dfsg-1.debian.tar.xz
f5b485ef938f57f8f347a6947c3121f4 33976 debug optional
libamd2-dbgsym_5.6.0+dfsg-1_amd64.deb
5eb37e67df050ae76944c7bc9156dbbe 34220 libs optional
libamd2_5.6.0+dfsg-1_amd64.deb
82c1c4125d7a7356177cf787cbb48f53 12396 debug optional
libbtf1-dbgsym_5.6.0+dfsg-1_amd64.deb
3b737df6bc0895f23d7c4da41a2f6ffd 23460 libs optional
libbtf1_5.6.0+dfsg-1_amd64.deb
ead4458bba026c5dd154a3680d074a75 35540 debug optional
libcamd2-dbgsym_5.6.0+dfsg-1_amd64.deb
1b0d1c0b495fd3f9b536d69603f9d489 36028 libs optional
libcamd2_5.6.0+dfsg-1_amd64.deb
82b843351e371f77a559ee6ea968e5d3 51556 debug optional
libccolamd2-dbgsym_5.6.0+dfsg-1_amd64.deb
fe3a3eea515af43e86cae74947ea3d41 37628 libs optional
libccolamd2_5.6.0+dfsg-1_amd64.deb
e997c70e68fe7facdb75d1ef39b7e1a8 890152 debug optional
libcholmod3-dbgsym_5.6.0+dfsg-1_amd64.deb
16dbcedea01ebb191a88464e2035e350 323376 libs optional
libcholmod3_5.6.0+dfsg-1_amd64.deb
50158db4a3dbce4685d904764bea7a3b 32408 debug optional
libcolamd2-dbgsym_5.6.0+dfsg-1_amd64.deb
4cf3e3cd2705abea8ad15e3de49a1fa8 31268 libs optional
libcolamd2_5.6.0+dfsg-1_amd64.deb
d75bf21660f058021494fafbce7a80fb 193468 debug optional
libcxsparse3-dbgsym_5.6.0+dfsg-1_amd64.deb
16b40b325d0f89c05d20070145fff0ce 78236 libs optional
libcxsparse3_5.6.0+dfsg-1_amd64.deb
fcfe44c1d3ae90748ac15eb21b7cf931 35511856 debug optional
libgraphblas3-dbgsym_5.6.0+dfsg-1_amd64.deb
31f11839527dc5a96906252af698eeb4 1942784 libs optional
libgraphblas3_5.6.0+dfsg-1_amd64.deb
73fa9be0042efef4566876e09cbb0771 195412 debug optional
libklu1-dbgsym_5.6.0+dfsg-1_amd64.deb
434620737373359049f540937f703994 86372 libs optional
libklu1_5.6.0+dfsg-1_amd64.deb
0cefda5a1c6a0dd07798d68bab37117d 7876 debug optional
libldl2-dbgsym_5.6.0+dfsg-1_amd64.deb
2c447e33e1d3b8f9d477ffff27bc2b4d 23028 libs optional
libldl2_5.6.0+dfsg-1_amd64.deb
f13f73e86b3a3d06fa52ca0a6abe2908 128432 debug optional
libmongoose2-dbgsym_5.6.0+dfsg-1_amd64.deb
32f105a5c19ad653eae27bb78f0f9bb7 46024 libs optional
libmongoose2_5.6.0+dfsg-1_amd64.deb
6c6c0e101cb2d8a2473d9dc21f536565 51764 debug optional
librbio2-dbgsym_5.6.0+dfsg-1_amd64.deb
5b0721c0cb41c075100a0766a8704a2b 38712 libs optional
librbio2_5.6.0+dfsg-1_amd64.deb
771c5e01455b2e406991c755d6c7d0bd 211876 debug optional
libspqr2-dbgsym_5.6.0+dfsg-1_amd64.deb
81e4468a855519d44c05bb86a123726e 79596 libs optional
libspqr2_5.6.0+dfsg-1_amd64.deb
d2a8a5324d30d75ff1f0285ca8b5d004 2669116 libdevel optional
libsuitesparse-dev_5.6.0+dfsg-1_amd64.deb
5d41a3bade81dca1b3cb286824bd41f2 3197472 doc optional
libsuitesparse-doc_5.6.0+dfsg-1_all.deb
238dcc74fa602475963a3c8fea2056cb 6616 debug optional
libsuitesparseconfig5-dbgsym_5.6.0+dfsg-1_amd64.deb
4276b4ed684c91a787c31a9b97ae794c 21956 libs optional
libsuitesparseconfig5_5.6.0+dfsg-1_amd64.deb
3d45da77daa45a52a679e1046786a032 759024 debug optional
libumfpack5-dbgsym_5.6.0+dfsg-1_amd64.deb
cd84fcae9a37b61d175829bcc8c42c3b 244864 libs optional
libumfpack5_5.6.0+dfsg-1_amd64.deb
06f9dc3bad1f87131ad8a623753a32ea 41268 debug optional
mongoose-dbgsym_5.6.0+dfsg-1_amd64.deb
3ff88ef70cd3f47b3770b9c465618670 23700 math optional
mongoose_5.6.0+dfsg-1_amd64.deb
6c7a1f965105d346231beb4e3080aee7 19091 math optional
suitesparse_5.6.0+dfsg-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEU5UdlScuDFuCvoxKLOzpNQ7OvkoFAl3MNOkACgkQLOzpNQ7O
vkotVg/8C6cr8DkoQsUv1VaahTwVVRSel2tUFO0E5ecn/0KuIksd087Yj0Ct/6v5
OOP2p9hbp5oJlEQoMsy6kzYbfj7Gd0aoZug9DjMmrl2iz52nvCD0uYsoXjjLRA0O
WpixdFU6ljr1dKAa91FTO1YHHgQNKmLb8C/9f+n0WTkobh6VqkLFopTSzbH7mBoy
vJZ9DP3+INGc4GFnh9FrNa85M5GKM0JQ50iVFwcQ9+OlaTVG52i0byTlcdkDduXN
ODlT4ZXUCMGzaXYO7rkuleHKsUzvP2DaWjp2Z8gX4/1PYV/X7G5jrNGr7AvWpRkn
GYudFxU/VNVLVPGCYe/0yMd/2GFxsLNmcEo3IZ+yZhVs/Yai4wVTwnF5clwj60zE
B7Awqjftr6i0E6G5VCh6w7kflSZ65tFdAryRSAhvTKLItgwiXiGTINXqcUL+IOoa
khcX9aT+/MEORs8FBF4DLjkGxi0CERl+Qa9a5tYwI5wMxbWAvqS5RBbu6rBHDjd9
SSakoEVuCH0oKgRX92AevBgRiWm2L+ZgGR7pC3ACy3FgLLavX4OMNMf9LwGQbm1L
zKZYLK6I9xUW7UfkN8Uz3Clp1A/ZN1Csvdgf6OqPwNUkTi9alqwmRhXcaFodwWSk
td2OGOk4x8MFHOIGMfRG+j9Ebb9KopAUHEIU23CIxZWbWWK/18c=
=e1/G
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers