Your message dated Thu, 19 Sep 2024 18:00:15 +0000
with message-id <[email protected]>
and subject line Bug#1075547: fixed in sundials 7.1.1+dfsg1-1exp1
has caused the Debian Bug report #1075547,
regarding sundials: ftbfs with GCC-14
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.)
--
1075547: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075547
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:sundials
Version: 6.4.1+dfsg1-3
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-14
[This bug is targeted to the upcoming trixie release]
Please keep this issue open in the bug tracker for the package it
was filed for. If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.
The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/sundials_6.4.1+dfsg1-3_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t=experimental install g++
Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html
[...]
make -f examples/sunmatrix/band/CMakeFiles/test_sunmatrix_band.dir/build.make
examples/sunmatrix/band/CMakeFiles/test_sunmatrix_band.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/debian/build'
[ 13%] Building Fortran object
src/sundials/fmod/CMakeFiles/sundials_fgeneric_mod_obj_shared.dir/fsundials_nonlinearsolver_mod.f90.o
cd /<<PKGBUILDDIR>>/debian/build/src/sundials/fmod && /usr/bin/gfortran
-Dsundials_generic_EXPORTS
-I/usr/lib/petscdir/petsc3.20/x86_64-linux-gnu-real/include
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/debian/build/include
-I/<<PKGBUILDDIR>>/src/sundials -I/<<PKGBUILDDIR>>/debian/build/fortran_SHARED
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -fcf-protection -J../../../fortran_SHARED -fPIC -cpp
-c /<<PKGBUILDDIR>>/src/sundials/fmod/fsundials_nonlinearsolver_mod.f90 -o
CMakeFiles/sundials_fgeneric_mod_obj_shared.dir/fsundials_nonlinearsolver_mod.f90.o
[ 13%] Building C object
examples/sunmatrix/band/CMakeFiles/test_sunmatrix_band.dir/test_sunmatrix_band.c.o
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
cd /<<PKGBUILDDIR>>/debian/build/examples/sunmatrix/band && /usr/bin/cc
-I/usr/lib/petscdir/petsc3.20/x86_64-linux-gnu-real/include
-I/<<PKGBUILDDIR>>/examples/sunmatrix/band/.
-I/<<PKGBUILDDIR>>/examples/sunmatrix/band/.. -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/debian/build/include -I/<<PKGBUILDDIR>>/src/sundials
-fcommon -std=gnu99 -MD -MT
examples/sunmatrix/band/CMakeFiles/test_sunmatrix_band.dir/test_sunmatrix_band.c.o
-MF CMakeFiles/test_sunmatrix_band.dir/test_sunmatrix_band.c.o.d -o
CMakeFiles/test_sunmatrix_band.dir/test_sunmatrix_band.c.o -c
/<<PKGBUILDDIR>>/examples/sunmatrix/band/test_sunmatrix_band.c
/<<PKGBUILDDIR>>/src/sunnonlinsol/petscsnes/sunnonlinsol_petscsnes.c: In
function ‘SUNNonlinSolGetNumIters_PetscSNES’:
/<<PKGBUILDDIR>>/src/sunnonlinsol/petscsnes/sunnonlinsol_petscsnes.c:326:54:
error: passing argument 2 of ‘SNESGetIterationNumber’ from incompatible pointer
type [-Wincompatible-pointer-types]
326 | ierr = SNESGetIterationNumber(SUNNLS_SNESOBJ(NLS), &niters);
| ^~~~~~~
| |
| sunindextype *
{aka long int *}
In file included from
/<<PKGBUILDDIR>>/src/sunnonlinsol/petscsnes/sunnonlinsol_petscsnes.c:22:
/usr/lib/petscdir/petsc3.20/x86_64-linux-gnu-real/include/petscsnes.h:152:58:
note: expected ‘PetscInt *’ {aka ‘int *’} but argument is of type ‘sunindextype
*’ {aka ‘long int *’}
152 | PETSC_EXTERN PetscErrorCode SNESGetIterationNumber(SNES, PetscInt *);
| ^~~~~~~~~~
/<<PKGBUILDDIR>>/src/sunnonlinsol/petscsnes/sunnonlinsol_petscsnes.c: In
function ‘SUNNonlinSolGetNumIters_PetscSNES’:
/<<PKGBUILDDIR>>/src/sunnonlinsol/petscsnes/sunnonlinsol_petscsnes.c:326:54:
error: passing argument 2 of ‘SNESGetIterationNumber’ from incompatible pointer
type [-Wincompatible-pointer-types]
326 | ierr = SNESGetIterationNumber(SUNNLS_SNESOBJ(NLS), &niters);
| ^~~~~~~
| |
| sunindextype *
{aka long int *}
In file included from
/<<PKGBUILDDIR>>/src/sunnonlinsol/petscsnes/sunnonlinsol_petscsnes.c:22:
/usr/lib/petscdir/petsc3.20/x86_64-linux-gnu-real/include/petscsnes.h:152:58:
note: expected ‘PetscInt *’ {aka ‘int *’} but argument is of type ‘sunindextype
*’ {aka ‘long int *’}
152 | PETSC_EXTERN PetscErrorCode SNESGetIterationNumber(SNES, PetscInt *);
| ^~~~~~~~~~
make[3]: ***
[src/sunnonlinsol/petscsnes/CMakeFiles/sundials_sunnonlinsolpetscsnes_obj_static.dir/build.make:79:
src/sunnonlinsol/petscsnes/CMakeFiles/sundials_sunnonlinsolpetscsnes_obj_static.dir/sunnonlinsol_petscsnes.c.o]
Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
make[2]: *** [CMakeFiles/Makefile2:8900:
src/sunnonlinsol/petscsnes/CMakeFiles/sundials_sunnonlinsolpetscsnes_obj_static.dir/all]
Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: ***
[src/sunnonlinsol/petscsnes/CMakeFiles/sundials_sunnonlinsolpetscsnes_obj_shared.dir/build.make:79:
src/sunnonlinsol/petscsnes/CMakeFiles/sundials_sunnonlinsolpetscsnes_obj_shared.dir/sunnonlinsol_petscsnes.c.o]
Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
make[2]: *** [CMakeFiles/Makefile2:8955:
src/sunnonlinsol/petscsnes/CMakeFiles/sundials_sunnonlinsolpetscsnes_obj_shared.dir/all]
Error 2
/usr/bin/cmake -E touch
src/sundials/fmod/CMakeFiles/sundials_fgeneric_mod_obj_shared.dir/fsundials_nvector_mod.f90.o.provides.build
[ 13%] Built target test_nvectormpi_obj
/usr/bin/cmake -E cmake_copy_f90_mod fortran_SHARED/fsundials_matrix_mod.mod
src/sundials/fmod/CMakeFiles/sundials_fgeneric_mod_obj_shared.dir/fsundials_matrix_mod.mod.stamp
GNU
[ 13%] Building C object
examples/sunmatrix/band/CMakeFiles/test_sunmatrix_band.dir/__/test_sunmatrix.c.o
cd /<<PKGBUILDDIR>>/debian/build/examples/sunmatrix/band && /usr/bin/cc
-I/usr/lib/petscdir/petsc3.20/x86_64-linux-gnu-real/include
-I/<<PKGBUILDDIR>>/examples/sunmatrix/band/.
-I/<<PKGBUILDDIR>>/examples/sunmatrix/band/.. -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/debian/build/include -I/<<PKGBUILDDIR>>/src/sundials
-fcommon -std=gnu99 -MD -MT
examples/sunmatrix/band/CMakeFiles/test_sunmatrix_band.dir/__/test_sunmatrix.c.o
-MF CMakeFiles/test_sunmatrix_band.dir/__/test_sunmatrix.c.o.d -o
CMakeFiles/test_sunmatrix_band.dir/__/test_sunmatrix.c.o -c
/<<PKGBUILDDIR>>/examples/sunmatrix/test_sunmatrix.c
[ 13%] Building C object
examples/sunmatrix/dense/CMakeFiles/test_sunmatrix_dense.dir/__/test_sunmatrix.c.o
cd /<<PKGBUILDDIR>>/debian/build/examples/sunmatrix/dense && /usr/bin/cc
-I/usr/lib/petscdir/petsc3.20/x86_64-linux-gnu-real/include
-I/<<PKGBUILDDIR>>/examples/sunmatrix/dense/.
-I/<<PKGBUILDDIR>>/examples/sunmatrix/dense/.. -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/debian/build/include -I/<<PKGBUILDDIR>>/src/sundials
-fcommon -std=gnu99 -MD -MT
examples/sunmatrix/dense/CMakeFiles/test_sunmatrix_dense.dir/__/test_sunmatrix.c.o
-MF CMakeFiles/test_sunmatrix_dense.dir/__/test_sunmatrix.c.o.d -o
CMakeFiles/test_sunmatrix_dense.dir/__/test_sunmatrix.c.o -c
/<<PKGBUILDDIR>>/examples/sunmatrix/test_sunmatrix.c
/usr/bin/cmake -E touch
src/sundials/fmod/CMakeFiles/sundials_fgeneric_mod_obj_shared.dir/fsundials_matrix_mod.f90.o.provides.build
[ 13%] Building Fortran object
src/sundials/fmod/CMakeFiles/sundials_fgeneric_mod_obj_shared.dir/fsundials_linearsolver_mod.f90.o
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
cd /<<PKGBUILDDIR>>/debian/build/src/sundials/fmod && /usr/bin/gfortran
-Dsundials_generic_EXPORTS
-I/usr/lib/petscdir/petsc3.20/x86_64-linux-gnu-real/include
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/debian/build/include
-I/<<PKGBUILDDIR>>/src/sundials -I/<<PKGBUILDDIR>>/debian/build/fortran_SHARED
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -fcf-protection -J../../../fortran_SHARED -fPIC -cpp
-c /<<PKGBUILDDIR>>/src/sundials/fmod/fsundials_linearsolver_mod.f90 -o
CMakeFiles/sundials_fgeneric_mod_obj_shared.dir/fsundials_linearsolver_mod.f90.o
[ 13%] Built target test_sunmatrix_obj
/usr/bin/cmake -E cmake_copy_f90_mod
fortran_SHARED/fsundials_nonlinearsolver_mod.mod
src/sundials/fmod/CMakeFiles/sundials_fgeneric_mod_obj_shared.dir/fsundials_nonlinearsolver_mod.mod.stamp
GNU
/usr/bin/cmake -E touch
src/sundials/fmod/CMakeFiles/sundials_fgeneric_mod_obj_shared.dir/fsundials_nonlinearsolver_mod.f90.o.provides.build
[ 13%] Linking C executable test_sunmatrix_band
cd /<<PKGBUILDDIR>>/debian/build/examples/sunmatrix/band && /usr/bin/cmake -E
cmake_link_script CMakeFiles/test_sunmatrix_band.dir/link.txt --verbose=1
/usr/bin/cc -fcommon -Wl,-z,relro -Wl,-z,now
CMakeFiles/test_sunmatrix_band.dir/test_sunmatrix_band.c.o
CMakeFiles/test_sunmatrix_band.dir/__/test_sunmatrix.c.o -o test_sunmatrix_band
-Wl,-rpath,/<<PKGBUILDDIR>>/debian/build/src/nvector/serial:/<<PKGBUILDDIR>>/debian/build/src/sunmatrix/band
../../../src/nvector/serial/libsundials_nvecserial.so.6.4.1
../../../src/sunmatrix/band/libsundials_sunmatrixband.so.4.4.1 -lm
[ 14%] Linking C executable test_sunmatrix_dense
cd /<<PKGBUILDDIR>>/debian/build/examples/sunmatrix/dense && /usr/bin/cmake -E
cmake_link_script CMakeFiles/test_sunmatrix_dense.dir/link.txt --verbose=1
/usr/bin/cc -fcommon -Wl,-z,relro -Wl,-z,now
CMakeFiles/test_sunmatrix_dense.dir/test_sunmatrix_dense.c.o
CMakeFiles/test_sunmatrix_dense.dir/__/test_sunmatrix.c.o -o
test_sunmatrix_dense
-Wl,-rpath,/<<PKGBUILDDIR>>/debian/build/src/nvector/serial:/<<PKGBUILDDIR>>/debian/build/src/sunmatrix/dense
../../../src/nvector/serial/libsundials_nvecserial.so.6.4.1
../../../src/sunmatrix/dense/libsundials_sunmatrixdense.so.4.4.1 -lm
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
[ 14%] Built target test_sunmatrix_band
/usr/bin/cmake -E cmake_copy_f90_mod
fortran_SHARED/fsundials_linearsolver_mod.mod
src/sundials/fmod/CMakeFiles/sundials_fgeneric_mod_obj_shared.dir/fsundials_linearsolver_mod.mod.stamp
GNU
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
/usr/bin/cmake -E touch
src/sundials/fmod/CMakeFiles/sundials_fgeneric_mod_obj_shared.dir/fsundials_linearsolver_mod.f90.o.provides.build
[ 14%] Built target test_sunmatrix_dense
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
[ 14%] Built target sundials_fgeneric_mod_obj_shared
make[3]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
[ 14%] Built target test_nvector_obj
make[2]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
dh_auto_build: error: cd debian/build && make -j8 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:50: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: sundials
Source-Version: 7.1.1+dfsg1-1exp1
Done: Drew Parsons <[email protected]>
We believe that the bug you reported is fixed in the latest version of
sundials, 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 sundials 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: Tue, 17 Sep 2024 23:55:57 +0200
Source: sundials
Binary: libsundials-arkode6 libsundials-arkode6-dbgsym libsundials-core7
libsundials-core7-dbgsym libsundials-cvode7 libsundials-cvode7-dbgsym
libsundials-cvodes7 libsundials-cvodes7-dbgsym libsundials-dev
libsundials-fortran-dev libsundials-ida7 libsundials-ida7-dbgsym
libsundials-idas6 libsundials-idas6-dbgsym libsundials-kinsol7
libsundials-kinsol7-dbgsym libsundials-nvecparallel-hypre7
libsundials-nvecparallel-hypre7-dbgsym libsundials-nvecparallel-mpi7
libsundials-nvecparallel-mpi7-dbgsym libsundials-nvecparallel-openmp7
libsundials-nvecparallel-openmp7-dbgsym libsundials-nvecparallel-petsc7
libsundials-nvecparallel-petsc7-dbgsym libsundials-nvecparallel-pthread7
libsundials-nvecparallel-pthread7-dbgsym libsundials-nvecserial7
libsundials-nvecserial7-dbgsym libsundials-sunlinsol5
libsundials-sunlinsol5-dbgsym libsundials-sunmatrix5
libsundials-sunmatrix5-dbgsym
Architecture: source amd64
Version: 7.1.1+dfsg1-1exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Team
<[email protected]>
Changed-By: Drew Parsons <[email protected]>
Description:
libsundials-arkode6 - differential equation solver (SUNDIALS library)
libsundials-core7 - differential equation solver (SUNDIALS library)
libsundials-cvode7 - ordinary differential equation solver (SUNDIALS library)
libsundials-cvodes7 - ODE solver with sensistivity analysis (SUNDIALS library)
libsundials-dev - Package providing everything for SUNDIALS dev work
libsundials-fortran-dev - Package providing everything for SUNDIALS dev work.
Fortran files
libsundials-ida7 - differential-algebraic system solver (SUNDIALS library)
libsundials-idas6 - IDA solver with sensitivity capabilities (SUNDIALS library)
libsundials-kinsol7 - KINSOL solver (SUNDIALS library)
libsundials-nvecparallel-hypre7 - HYPRE vector operations library (SUNDIALS
library)
libsundials-nvecparallel-mpi7 - MPI vector operations library (SUNDIALS
library)
libsundials-nvecparallel-openmp7 - OpenMP vector operations library (SUNDIALS
library)
libsundials-nvecparallel-petsc7 - PETSc vector operations library (SUNDIALS
library)
libsundials-nvecparallel-pthread7 - Pthread vector operations library
(SUNDIALS library)
libsundials-nvecserial7 - Non-parallel vector operations library (SUNDIALS
library)
libsundials-sunlinsol5 - differential equation solver (SUNDIALS library)
libsundials-sunmatrix5 - differential equation solver (SUNDIALS library)
Closes: 892910 1069134 1075547 1077028
Changes:
sundials (7.1.1+dfsg1-1exp1) experimental; urgency=medium
.
* Team upload.
* New upstream release
- deprecates all debian patches
- provides shared fortran libraries. Closes: #892910.
- SUNDIALSConfig.cmake KLU support provides include path
/usr/include/suitesparse for klu.h. Closes: #1069134.
- supports gcc-14. Closes: #1075547.
* debian/watch: include index 1 in +dfsg1 name mangling
* specify -DSUNDIALS_INDEX_SIZE=32 (32-bit integers for indexing)
for compatibility with PETSc. 64-bit integers would build
against petsc64-dev not petsc-dev (the latter is default).
Closes: #1075547.
* Core libraries (libsundials_core.so.*) provided in new
libsundials-core7 package. libsundials_generic.so.*
(formerly in libsundials-sunlinsol3) no longer generated.
* ABI updates in sublibraries
- ABI 7
libsundials-cvode7
libsundials-cvodes7
libsundials-ida7
libsundials-kinsol7
libsundials-nvec*7
- ABI 6
libsundials-arkode6
libsundials-idas6
- ABI 5
libsundials-sunlinsol5
libsundials-sunmatrix5
- libsundials-sunlinsol5 also provides:
libsundials_fsunnonlinsolfixedpoint_mod.so.4
libsundials_fsunnonlinsolnewton_mod.so.4
libsundials_sunnonlinsolfixedpoint.so.4
libsundials_sunnonlinsolnewton.so.4
libsundials_sunnonlinsolpetscsnes.so.7
* Depends: pkgconf not pkg-config. Closes: #1077028.
* update debian/copyright
- BSD-3-clause with LLNS NOTICE applies to all files (*)
2002-2024, Lawrence Livermore National Security and
Southern Methodist University
- debian/* follows simple BSD-3-clause (Debian maintainers are not
funded by LLNS contracts)
* update lintian overrides
- add package-name-doesnt-match-sonames to all library packages
- libsundials_nvecparallel now links to libc
* debian patch sundials_fcore_mod_soname.patch adds soname to
libsundials_fcore_mod.so (same soversion as libsundials_core.so)
* debian/tests: use cmake to build and run examples. Run selected
tests from all components: arkode cvode cvodes ida idas kinsol
and sunnonlinsol. Skip nvector, sunlinsol, sunmatrix (their tests
don't pass at the moment).
* Standards-Version: 4.7.0
Checksums-Sha1:
887d6fd629413c943d539fa3cb6137ab416ef708 3561 sundials_7.1.1+dfsg1-1exp1.dsc
220b2c829bdce5f65c19994c463709e54d87e531 18613208
sundials_7.1.1+dfsg1.orig.tar.xz
586d12c8c7e1e7b955e2d6a715bdd4ad87ff4790 13220
sundials_7.1.1+dfsg1-1exp1.debian.tar.xz
9b2fd53989004320d37adb46a64ba4764826611c 179756
libsundials-arkode6-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
9ee0832fe4282f711c448676741ef5010b5c666a 281260
libsundials-arkode6_7.1.1+dfsg1-1exp1_amd64.deb
a8c95db642e9847a69942a47857968d033bb1ca9 43336
libsundials-core7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
34e2c4ff9f9cfc167ed869e98f22767ab6185cee 90792
libsundials-core7_7.1.1+dfsg1-1exp1_amd64.deb
f24b1708c1f662b9f45fafa7116acc15bd2c6013 73264
libsundials-cvode7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
b57a1125ddd1051e0ee92a6096aa84b2dc1912bc 150496
libsundials-cvode7_7.1.1+dfsg1-1exp1_amd64.deb
48090a6ac67f3b5a688d58bc2745742c05f4df94 101244
libsundials-cvodes7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
de0d89f16a4b1024855b685899a2a2d8c4ff1935 190648
libsundials-cvodes7_7.1.1+dfsg1-1exp1_amd64.deb
1658582ac02295112f51262f4d9af9dd1d976fd7 1047524
libsundials-dev_7.1.1+dfsg1-1exp1_amd64.deb
25ff31e074170ffa1c61fad6c8a09fdb52f03e74 401144
libsundials-fortran-dev_7.1.1+dfsg1-1exp1_amd64.deb
fa98d415466c47149a573ac3fa807624a0f82511 69560
libsundials-ida7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
230451da6959322e8bc271595d66c52171575491 143540
libsundials-ida7_7.1.1+dfsg1-1exp1_amd64.deb
02819551f4d0fffbfee0489def88ac8d2957a4c1 98340
libsundials-idas6-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
20a9ad98c77e9e3f9ebfedc4ff80743b0a146624 183016
libsundials-idas6_7.1.1+dfsg1-1exp1_amd64.deb
e34aff18126d235a2b9be24fb24678e99aa3fee9 54824
libsundials-kinsol7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
ba8df04f64b837c5ff0d9421c58cbd160bbc809f 125520
libsundials-kinsol7_7.1.1+dfsg1-1exp1_amd64.deb
2410ca140c79b9f9a4e78985c9b7327f4c877d7e 3156
libsundials-nvecparallel-hypre7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
db281a5d12910d0f1fdbe1fc2e7c79e484e93fc1 55004
libsundials-nvecparallel-hypre7_7.1.1+dfsg1-1exp1_amd64.deb
680b604f968298c93b87b60494125cb3f89c54d4 34320
libsundials-nvecparallel-mpi7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
70d68f36630be6d07d5fba382774077850c7031e 82916
libsundials-nvecparallel-mpi7_7.1.1+dfsg1-1exp1_amd64.deb
34821bf66b078de5818dda12abd63e3406631d64 14396
libsundials-nvecparallel-openmp7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
85d5c711ea4cb96e75f280aac9d633192891f859 64840
libsundials-nvecparallel-openmp7_7.1.1+dfsg1-1exp1_amd64.deb
4675572cc5772da608c04b9cbfc1f0c5b08e2380 3392
libsundials-nvecparallel-petsc7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
73f427f47c5c7d36ed637cc085fd9dc099914151 55936
libsundials-nvecparallel-petsc7_7.1.1+dfsg1-1exp1_amd64.deb
53467d49c3e44f8f6a3c898aaccd574d25d09276 14580
libsundials-nvecparallel-pthread7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
c66012378800cb9b1403cbe55a1f2be8fdc4cd4c 67276
libsundials-nvecparallel-pthread7_7.1.1+dfsg1-1exp1_amd64.deb
57a1a316ff9663043133cf38c3d8cb021b07a9a9 25784
libsundials-nvecserial7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
d709ed19e39c0ff5a9ecd56d3be8510ce7f1c85f 72368
libsundials-nvecserial7_7.1.1+dfsg1-1exp1_amd64.deb
57a614a0178768759df7c46ad9847860de45d35a 42444
libsundials-sunlinsol5-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
598de258889ec87190e6eedff1b9ef06ee0aa1a5 92256
libsundials-sunlinsol5_7.1.1+dfsg1-1exp1_amd64.deb
ec720de2cdb66d9c4974b413438a130633b7b92d 18520
libsundials-sunmatrix5-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
b6c897f320ed703bbaeb5ded5754df4c776e7340 67656
libsundials-sunmatrix5_7.1.1+dfsg1-1exp1_amd64.deb
8901fa0e89f8b440aa935c7630ba9ad052159bce 27087
sundials_7.1.1+dfsg1-1exp1_amd64.buildinfo
Checksums-Sha256:
255be29949858d644811a325efae36870ffe4ce677a0ab24f89ab00b852c27d0 3561
sundials_7.1.1+dfsg1-1exp1.dsc
8ed409272af77e958d0ac02fd72199d8643063faf2aa61811e5c615d7db5cf8e 18613208
sundials_7.1.1+dfsg1.orig.tar.xz
52ce23f94828ffed5fcb7e235be718659a48bff7e8cf1469b46198d6d6f6341f 13220
sundials_7.1.1+dfsg1-1exp1.debian.tar.xz
5cdd05b916655d85d83ccae6daba0d11351ddc973d4526ca329e9654503b416f 179756
libsundials-arkode6-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
0a29ab1bce779f04befefeb8270e966c1e4bdf04bdd42a6f39eb518adf31f4fb 281260
libsundials-arkode6_7.1.1+dfsg1-1exp1_amd64.deb
380694908c8cf2f7e5f22be4e3552039ee2a8049e440f82b1f73e6b7567304b1 43336
libsundials-core7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
f3f491d7c427945170c896d90580f6ffe8ae7d3f74898b4abe1b5b049296a090 90792
libsundials-core7_7.1.1+dfsg1-1exp1_amd64.deb
680003494aa14e0c669c3e4e9bbc4b16760997a2f4b3bc4d8b64967cd27f9c8d 73264
libsundials-cvode7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
ef6ef87548de0b52b346f1b89981711bf08b981965eeabe090353a4cad5b78c0 150496
libsundials-cvode7_7.1.1+dfsg1-1exp1_amd64.deb
bfaeacd5f96942a4991c2f8cd164499245473a1403cfd4814eb9df08f6d18927 101244
libsundials-cvodes7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
a29bafe9662539a66425f076d711bd755bbe6666ba19126039b5385bd1d25514 190648
libsundials-cvodes7_7.1.1+dfsg1-1exp1_amd64.deb
d326370c6f7db36f89fae16475b4bd30ea64500045ee352da3e363f4452218fd 1047524
libsundials-dev_7.1.1+dfsg1-1exp1_amd64.deb
f221edc72f40f45b6c5f80b8b99b2b7770a74331d7f4a781a2e797445d5553d3 401144
libsundials-fortran-dev_7.1.1+dfsg1-1exp1_amd64.deb
6fd02f43cc9527393d6c898720904458c20fb1f8315b994ca7db598bb5993653 69560
libsundials-ida7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
35c3dc4586533bed9f7cab257539028ffa49ce18eb4112d17da8fd3729c0315e 143540
libsundials-ida7_7.1.1+dfsg1-1exp1_amd64.deb
cb9e41fa5444c01049f445e5e337e74b34f322317ea006e9f0f9f812c70b9bf4 98340
libsundials-idas6-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
e767924238ac0ad71215842d888133aaeb5c8cda0d758d258f2b05d2302dab37 183016
libsundials-idas6_7.1.1+dfsg1-1exp1_amd64.deb
02558ffae2b0632122e274e3aabb597eade487a1103da488611e49ecb3de0545 54824
libsundials-kinsol7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
ab2676d39f4077d19b92bcfe5766bfc4555ba40273d384cff526c636301b0751 125520
libsundials-kinsol7_7.1.1+dfsg1-1exp1_amd64.deb
7dcbe0bcc6b9304a660f66d33f7b5393db5662758195a652708410939991b5ca 3156
libsundials-nvecparallel-hypre7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
c36c895deb41504e87bda3b682619f4bcd9826a1c294251c79dbcafb0f1b24e5 55004
libsundials-nvecparallel-hypre7_7.1.1+dfsg1-1exp1_amd64.deb
aa12a18979043bb0d42e9d5c1a2bbaeadbefd2b0d4c14da0444f8c1b567ea850 34320
libsundials-nvecparallel-mpi7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
a453eaa756b968eed9b0c02841b673e742da8193870df6ee18058770b79c3ef3 82916
libsundials-nvecparallel-mpi7_7.1.1+dfsg1-1exp1_amd64.deb
9965dfd11009443d4372471b0705a9c15246be9a5c5c3c43971722c05505fbf0 14396
libsundials-nvecparallel-openmp7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
6dba15302bc23bb668757ac0952e7f44b53fc09d1a6bbee7a779011a404720d5 64840
libsundials-nvecparallel-openmp7_7.1.1+dfsg1-1exp1_amd64.deb
897f6a3becd01bfbd97132ecd9bf20ae4de4f6c365be332676d6f4ee42a9b6aa 3392
libsundials-nvecparallel-petsc7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
acfa84ff11e44157f02c2b11771299f57ecdda29a6cea4ad28156dceb0aa8e5e 55936
libsundials-nvecparallel-petsc7_7.1.1+dfsg1-1exp1_amd64.deb
c63c431aecb13c9355f87b693a8af5274e1ff0e24386fb488004a36a36d1c6ea 14580
libsundials-nvecparallel-pthread7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
faeb2b3fe466ac5181c66d621a0672cc0af4b1dd6defc06c53a5fbb4220ee383 67276
libsundials-nvecparallel-pthread7_7.1.1+dfsg1-1exp1_amd64.deb
06aa78666829ccd0b5db86b1db947ea281c1751752ccd7e9d5d36857801b6730 25784
libsundials-nvecserial7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
f0e8f73bded885764263e5d1c7bebed99d453a7341630b655dddc2c203a03dd1 72368
libsundials-nvecserial7_7.1.1+dfsg1-1exp1_amd64.deb
fe3e117c526231bcd2a0da1bece7a7bb36b5bac741640cd5f174c8f0793ae134 42444
libsundials-sunlinsol5-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
2492c5abbed2f6a4cc043971e5db2524730dcb32fae1042f89b75ae7186b4359 92256
libsundials-sunlinsol5_7.1.1+dfsg1-1exp1_amd64.deb
028cc58869430d1715269c3fa65305dc962d674a1f517eab85ef1cfe9b03517d 18520
libsundials-sunmatrix5-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
32231122273c65c44708c48ff979723b99f93a4058be16fbdaadd6279ccd09f3 67656
libsundials-sunmatrix5_7.1.1+dfsg1-1exp1_amd64.deb
fe969f9e138486c98af0da37c7f4cd0a4c1610c5565136f500e4ffec3ceda5e5 27087
sundials_7.1.1+dfsg1-1exp1_amd64.buildinfo
Files:
eef2f3c924bdee82c9fc06ee3c048565 3561 libs optional
sundials_7.1.1+dfsg1-1exp1.dsc
a62e1c1b3a1a89df7781ae56a78b01d6 18613208 libs optional
sundials_7.1.1+dfsg1.orig.tar.xz
fbc6a05f5d45ed4efdf5495a1b6eaaac 13220 libs optional
sundials_7.1.1+dfsg1-1exp1.debian.tar.xz
4c47e07801b53b4529495d1eb4869d5e 179756 debug optional
libsundials-arkode6-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
a626f31c7d73efba7c8eb27f3071a1bb 281260 libs optional
libsundials-arkode6_7.1.1+dfsg1-1exp1_amd64.deb
048b8f484a74845543da6954894b7579 43336 debug optional
libsundials-core7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
aaae981b7b7812d115d4139699ee094f 90792 libs optional
libsundials-core7_7.1.1+dfsg1-1exp1_amd64.deb
507f5dc9d9d0c240c043fe979b82a30a 73264 debug optional
libsundials-cvode7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
7cdae98d1e3054494bfaec64e0788f1f 150496 libs optional
libsundials-cvode7_7.1.1+dfsg1-1exp1_amd64.deb
513e65beb2982dfc7d89fb9d3679a123 101244 debug optional
libsundials-cvodes7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
b9bbe2f052b193dd7706e690c7955bc7 190648 libs optional
libsundials-cvodes7_7.1.1+dfsg1-1exp1_amd64.deb
c08b09bd80bbb3430975fe9a98ae636a 1047524 libdevel optional
libsundials-dev_7.1.1+dfsg1-1exp1_amd64.deb
12622ad0d4aac1d66fec559ab2462e8b 401144 libdevel optional
libsundials-fortran-dev_7.1.1+dfsg1-1exp1_amd64.deb
627853b277af78e102656171a01524a8 69560 debug optional
libsundials-ida7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
6b34ba67d3a5c11b6f41097068ea2788 143540 libs optional
libsundials-ida7_7.1.1+dfsg1-1exp1_amd64.deb
34ba05ed5dbd84a87cbf6f75e41176a4 98340 debug optional
libsundials-idas6-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
47006c174f0b2c448f4d748c3410f312 183016 libs optional
libsundials-idas6_7.1.1+dfsg1-1exp1_amd64.deb
5874a0a6806557d93fd6fde16a3da410 54824 debug optional
libsundials-kinsol7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
b956f32845bce7b2135c19c32511aa53 125520 libs optional
libsundials-kinsol7_7.1.1+dfsg1-1exp1_amd64.deb
ef46d7f55cda28a7b920bdc2bb1df334 3156 debug optional
libsundials-nvecparallel-hypre7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
34b37ff3e212c64d8485b367d816a19b 55004 libs optional
libsundials-nvecparallel-hypre7_7.1.1+dfsg1-1exp1_amd64.deb
e48bc3285432b2cf6cc6f23714b9a76a 34320 debug optional
libsundials-nvecparallel-mpi7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
a69ac35ae44bdd5b992a3b1c3ebe4cb2 82916 libs optional
libsundials-nvecparallel-mpi7_7.1.1+dfsg1-1exp1_amd64.deb
f4619bd774a294c623ed33767fd3031d 14396 debug optional
libsundials-nvecparallel-openmp7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
42a640dde94f57aa3841abf58acc58d2 64840 libs optional
libsundials-nvecparallel-openmp7_7.1.1+dfsg1-1exp1_amd64.deb
df7d7ceb9deda33c281d2356fa5652a2 3392 debug optional
libsundials-nvecparallel-petsc7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
2b3c261fdac69046c86b8c20c2b0227c 55936 libs optional
libsundials-nvecparallel-petsc7_7.1.1+dfsg1-1exp1_amd64.deb
0d42850b994a7010319b85dc6785396d 14580 debug optional
libsundials-nvecparallel-pthread7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
d08f2f3db02d5c36c2a17e30e65bc98d 67276 libs optional
libsundials-nvecparallel-pthread7_7.1.1+dfsg1-1exp1_amd64.deb
8098dfd008e21343f7b6748b8453fc70 25784 debug optional
libsundials-nvecserial7-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
6cc7a2cf78b723c425f968d592721b36 72368 libs optional
libsundials-nvecserial7_7.1.1+dfsg1-1exp1_amd64.deb
1949ecd7fbb82dbd1de5c6855deb9ebd 42444 debug optional
libsundials-sunlinsol5-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
071fa199b97c8ab85697606ee8506082 92256 libs optional
libsundials-sunlinsol5_7.1.1+dfsg1-1exp1_amd64.deb
72cf58092fc8f8288f1e009e5d156b0d 18520 debug optional
libsundials-sunmatrix5-dbgsym_7.1.1+dfsg1-1exp1_amd64.deb
b101877465ba32e1dfc156a4aa73bb5e 67656 libs optional
libsundials-sunmatrix5_7.1.1+dfsg1-1exp1_amd64.deb
b5a8ab073421324f34df43afb7a6078d 27087 libs optional
sundials_7.1.1+dfsg1-1exp1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJIBAEBCgAyFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmbp/A4UHGRwYXJzb25z
QGRlYmlhbi5vcmcACgkQVz7x5L1aAfqQFxAAne3BXjwC+SsLziHIZhJrM6zTegPw
z18UWjAr6S+ocdsmh6QEjuXIl8sglSlnlukxT/AA8Tv9q2NKGvaOLbu5oJaJN99W
731Gks6dB94ABZyh0ex8VEdWZ1M/n4MHkVDEYeaoswliKjbdVr6dea/jTAKsHG5D
IVSuxE+nkyRfhZIuFag5FYzhBNuJIBhujWPsORB8GyE6xQyD3ZF9ZWgrWFXiU5rp
VqNLNocxxBVrRw6aPqP+wyizNHtrL83mTqIrtj5tHvlB7zFeaeR2tmpfNh8RaoX7
plTeM1kEYLSP8gsoPjG8VDyGS5Zz7WWz4PACNeyxgOXHxPyRT+yHxRU7uSce76gf
wugvxG74fosDyrjNSg86dA3+Jjggq9Wk0AU8Qb8zgR4YlMvtZ40/0gzk1ZFahdHt
js20isurSLCNJssrpQymwONXnaxaUsqiXUgud6yqMQcCssha2z+fUDtAJVCEd03M
fX+irDFRIAO4IEDpwvpLkvmjIrhZPBrWiQ/DHRONb+OE0tVd7K1+kQTBNhrQCUj+
waGxF6ml6I956ETVfqCioKqusQ/YDIEK+uN4mrNIQs9iD5TgFyfnpM5kmasmKoTK
U8ydw2DyYMD5pvKfRWLVb32EO272n/XO/hn4kHxs5OWxEyyR6M3skUCzxeRwvIXF
GZrj40Po0Nf8jCw=
=qvxV
-----END PGP SIGNATURE-----
pgp97GyiU69M2.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