Your message dated Tue, 30 Jun 2026 06:00:24 +0000
with message-id <[email protected]>
and subject line Bug#1046864: fixed in hypre 3.1.0-2exp1
has caused the Debian Bug report #1046864,
regarding hypre: Fails to build source after successful build
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.)
--
1046864: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1046864
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: hypre
Version: 2.28.0-6
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-sab-20230813 ftbfs-source-after-build
User: [email protected]
Usertags: qa-doublebuild
Hi,
This package fails to build a source package after a successful build
(dpkg-buildpackage ; dpkg-buildpackage -S).
This is probably a clear violation of Debian Policy section 4.9 (clean target),
but this is filed as severity:minor for now, because a discussion on
debian-devel showed that we might want to revisit the requirement of a working
'clean' target.
More information about this class of issues, included common problems and
solutions, is available at
https://wiki.debian.org/qa.debian.org/FTBFS/SourceAfterBuild
Relevant part of the build log:
> cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage --sanitize-env
> -us -uc -rfakeroot -S
> ------------------------------------------------------------------------------------------------------------------
>
> dpkg-buildpackage: info: source package hypre
> dpkg-buildpackage: info: source version 2.28.0-6
> dpkg-buildpackage: info: source distribution unstable
> dpkg-buildpackage: info: source changed by Drew Parsons <[email protected]>
> dpkg-source --before-build .
> fakeroot debian/rules clean
> dh clean --sourcedirectory=src
> debian/rules override_dh_auto_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> echo "Running clean"
> Running clean
> rm -rf /<<PKGBUILDDIR>>/debian/tmp
> rm -f src/configure.in
> rm -f src/config.log
> rm -f src/config/config.guess
> rm -f src/config/config.sub
> cd src/test; \
> for TEST in TEST_*; do \
> rm -f ${TEST}.stdout ${TEST}.stderr; \
> done
> dh_auto_clean
> cd src && make -j8 distclean
> make[2]: Entering directory '/<<PKGBUILDDIR>>/src'
> Dist-Cleaning blas ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/blas'
> rm -rf *.o
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/blas'
> Dist-Cleaning lapack ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/lapack'
> rm -rf *.o
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/lapack'
> Dist-Cleaning utilities ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/utilities'
> rm -f *.o *.obj libHYPRE*
> rm -rf pchdir tca.map *inslog*
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/utilities'
> Dist-Cleaning multivector ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/multivector'
> rm -f *.o libHYPRE*
> rm -rf pchdir tca.map *inslog*
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/multivector'
> Dist-Cleaning krylov ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/krylov'
> rm -f *.o libHYPRE*
> rm -rf pchdir tca.map *inslog*
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/krylov'
> Dist-Cleaning seq_mv ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/seq_mv'
> rm -f csr_spgemm_device_numer[1-9].c
> rm -f csr_spgemm_device_numer10.c
> rm -f csr_spgemm_device_symbl[1-9].c
> rm -f csr_spgemm_device_symbl10.c
> rm -f *.o *.obj libHYPRE*
> rm -rf pchdir tca.map *inslog*
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/seq_mv'
> Dist-Cleaning parcsr_mv ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/parcsr_mv'
> rm -f *.o *.obj libHYPRE*
> rm -f driver driver_matvec driver_matmul
> rm -rf pchdir tca.map *inslog*
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/parcsr_mv'
> Dist-Cleaning parcsr_block_mv ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/parcsr_block_mv'
> rm -rf *.o libHYPRE_*
> rm -f driver driver_matvec driver_matmul
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/parcsr_block_mv'
> Dist-Cleaning distributed_matrix ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/distributed_matrix'
> rm -f *.o libHYPRE*
> rm -rf pchdir tca.map *inslog*
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/distributed_matrix'
> Dist-Cleaning IJ_mv ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/IJ_mv'
> rm -f *.o *.obj libHYPRE*
> rm -rf pchdir tca.map *inslog*
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/IJ_mv'
> Dist-Cleaning matrix_matrix ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/matrix_matrix'
> rm -f *.o lib*
> rm -rf pchdir tca.map *inslog*
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/matrix_matrix'
> Dist-Cleaning parcsr_ls ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/parcsr_ls'
> rm -f *.o *.obj libHYPRE*
> rm -rf pchdir tca.map *inslog*
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/parcsr_ls'
> Dist-Cleaning struct_mv ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/struct_mv'
> rm -f *.o *.obj libHYPRE*
> rm -rf pchdir tca.map *inslog*
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/struct_mv'
> Dist-Cleaning struct_ls ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/struct_ls'
> rm -f *.o *.obj libHYPRE*
> rm -rf pchdir tca.map *inslog*
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/struct_ls'
> Dist-Cleaning sstruct_mv ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/sstruct_mv'
> rm -f *.o *.obj libHYPRE*
> rm -rf pchdir tca.map *inslog*
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/sstruct_mv'
> Dist-Cleaning sstruct_ls ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/sstruct_ls'
> rm -f *.o *.obj libHYPRE*
> rm -rf pchdir tca.map *inslog*
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/sstruct_ls'
> Dist-Cleaning /<<PKGBUILDDIR>>/src/distributed_ls ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/distributed_ls'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/distributed_ls/pilut'
> rm -f *.o libHYPRE*
> rm -rf pchdir tca.map *inslog*
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/distributed_ls/pilut'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/distributed_ls/ParaSails'
> rm -f *.o libHYPRE*
> rm -rf pchdir tca.map *inslog*
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/distributed_ls/ParaSails'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/distributed_ls/Euclid'
> rm -f *.o libHYPRE*
> rm -rf pchdir tca.map *inslog*
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/distributed_ls/Euclid'
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/distributed_ls'
> Dist-Cleaning lib ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/lib'
> rm -f *.o libHYPRE*
> rm -rf pchdir tca.map *inslog*
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/lib'
> Dist-Cleaning docs ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/docs'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/docs/usr-manual'
> make[4]: warning: jobserver unavailable: using -j1. Add '+' to parent make
> rule.
> rm -rf _build/*
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/docs/usr-manual'
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/docs/ref-manual'
> make[4]: warning: jobserver unavailable: using -j1. Add '+' to parent make
> rule.
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/docs/ref-manual'
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/docs'
> Dist-Cleaning test ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/test'
> rm -f *.o *.obj *.csv
> rm -rf pchdir tca.map *inslog*
> rm -f ij ij_assembly sstruct struct ams_driver maxwell_unscaled
> struct_migrate sstruct_fac ij_mv ij_mm zboxloop
> rm -f ex1_for ex3_for ex5_for ex6_for ex7_for
> rm -f f77_ij f77_ij_mv f77_struct
> rm -f cxx_ij cxx_sstruct cxx_struct cxx_*
> rm -f TEST_examples/*.out*
> rm -f TEST_examples/*.err*
> rm -f TEST_fac/*.out*
> rm -f TEST_fac/*.err*
> rm -f TEST_ij/*.out*
> rm -f TEST_ij/*.err*
> rm -f TEST_ij/*.txt*
> rm -f TEST_ij/vectors.*
> rm -f TEST_sstruct/*.out*
> rm -f TEST_sstruct/*.err*
> rm -f TEST_struct/*.out*
> rm -f TEST_struct/*.err*
> rm -f ex1 ex2 ex3 ex4 ex5 ex5big ex5b ex5b77 ex6 ex7 ex8 ex9 ex15big ex18comp
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/test'
> Dist-Cleaning examples ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/examples'
> rm -f ex1.o ex2.o ex3.o ex4.o ex5.o ex5f.o ex6.o ex7.o ex8.o ex9.o ex11.o
> ex12.o ex12f.o ex13.o ex14.o ex15.o ex16.o
> rm -f ex5big.o ex15big.o
> rm -f ex5f.o ex12f.o
> rm -f ex17.o ex18.o
> rm -f ex18comp.o
> rm -f cudaf.o cudaf.mod ex*.o
> cd vis; make clean
> make[4]: Entering directory '/<<PKGBUILDDIR>>/src/examples/vis'
> make[4]: warning: jobserver unavailable: using -j1. Add '+' to parent make
> rule.
> rm -f *mesh* *sol* *data*
> make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/examples/vis'
> rm -f ex1 ex2 ex3 ex4 ex5 ex5f ex6 ex7 ex8 ex9 ex11 ex12 ex12f ex13 ex14 ex15
> ex16 ex1*~ ex2*~ ex3*~ ex4*~ ex5*~ ex5f*~ ex6*~ ex7*~ ex8*~ ex9*~ ex11*~
> ex12*~ ex12f*~ ex13*~ ex14*~ ex15*~ ex16*~
> rm -f ex5big ex15big ex5big*~ ex15big*~
> rm -f ex5f*~ ex12f*~
> rm -f ex17 ex18 ex17*~ ex18*~
> rm -f ex18comp ex18comp*~
> rm -fr README*
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/examples'
> Dist-Cleaning examples/docs ...
> make[3]: Entering directory '/<<PKGBUILDDIR>>/src/examples/docs'
> rm -f *.html
> rm -f *~
> rm -rf ../*.html ../README_files
> make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/examples/docs'
> rm -rf tca.map pchdir *inslog*
> rm -rf ./config/Makefile.config
> rm -rf ./TAGS
> rm -rf ./autom4te.cache
> rm -rf ./config.log
> rm -rf ./config.status
> rm -rf ./HYPRE_config.h
> make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dh_autoreconf_clean -O--sourcedirectory=src
> debian/rules override_dh_clean
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_clean
> rm -rf src64 src64m
> make[1]: Leaving directory '/<<PKGBUILDDIR>>'
> dpkg-source -b .
> dpkg-source: info: using source format '3.0 (quilt)'
> dpkg-source: info: building hypre using existing ./hypre_2.28.0.orig.tar.gz
> dpkg-source: info: using patch list from debian/patches/series
> dpkg-source: warning: ignoring deletion of file src/config/config.sub, use
> --include-removal to override
> dpkg-source: warning: ignoring deletion of file src/config/config.guess, use
> --include-removal to override
> dpkg-source: error: cannot represent change to
> src-static/IJ_mv/F90_HYPRE_IJMatrix.o: binary file contents changed
> dpkg-source: error: add src-static/IJ_mv/F90_HYPRE_IJMatrix.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src-static/IJ_mv/F90_HYPRE_IJVector.o: binary file contents changed
> dpkg-source: error: add src-static/IJ_mv/F90_HYPRE_IJVector.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src-static/IJ_mv/F90_IJMatrix.o: binary file contents changed
> dpkg-source: error: add src-static/IJ_mv/F90_IJMatrix.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src-static/IJ_mv/HYPRE_IJMatrix.o: binary file contents changed
> dpkg-source: error: add src-static/IJ_mv/HYPRE_IJMatrix.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src-static/IJ_mv/HYPRE_IJVector.o: binary file contents changed
> dpkg-source: error: add src-static/IJ_mv/HYPRE_IJVector.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to src-static/IJ_mv/IJMatrix.o:
> binary file contents changed
> dpkg-source: error: add src-static/IJ_mv/IJMatrix.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src-static/IJ_mv/IJMatrix_parcsr.o: binary file contents changed
> dpkg-source: error: add src-static/IJ_mv/IJMatrix_parcsr.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src-static/IJ_mv/IJMatrix_parcsr_device.obj: binary file contents changed
> dpkg-source: error: add src-static/IJ_mv/IJMatrix_parcsr_device.obj in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to src-static/IJ_mv/IJVector.o:
> binary file contents changed
> dpkg-source: error: add src-static/IJ_mv/IJVector.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src-static/IJ_mv/IJVector_parcsr.o: binary file contents changed
> dpkg-source: error: add src-static/IJ_mv/IJVector_parcsr.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src-static/IJ_mv/IJVector_parcsr_device.obj: binary file contents changed
> dpkg-source: error: add src-static/IJ_mv/IJVector_parcsr_device.obj in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src-static/IJ_mv/IJ_assumed_part.o: binary file contents changed
> dpkg-source: error: add src-static/IJ_mv/IJ_assumed_part.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src-static/IJ_mv/aux_par_vector.o: binary file contents changed
> dpkg-source: error: add src-static/IJ_mv/aux_par_vector.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src-static/IJ_mv/aux_parcsr_matrix.o: binary file contents changed
[...]
> dpkg-source: error: add src64m-static/utilities/qsort.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src64m-static/utilities/qsplit.o: binary file contents changed
> dpkg-source: error: add src64m-static/utilities/qsplit.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src64m-static/utilities/random.o: binary file contents changed
> dpkg-source: error: add src64m-static/utilities/random.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src64m-static/utilities/threading.o: binary file contents changed
> dpkg-source: error: add src64m-static/utilities/threading.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src64m-static/utilities/timer.o: binary file contents changed
> dpkg-source: error: add src64m-static/utilities/timer.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src64m-static/utilities/timing.o: binary file contents changed
> dpkg-source: error: add src64m-static/utilities/timing.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: error: cannot represent change to
> src64m-static/utilities/utilities.o: binary file contents changed
> dpkg-source: error: add src64m-static/utilities/utilities.o in
> debian/source/include-binaries if you want to store the modified binary in
> the debian tarball
> dpkg-source: warning: executable mode 0755 of
> 'src64m-static/utilities/version.sh' will not be represented in diff
> dpkg-source: error: unrepresentable changes to source
> dpkg-buildpackage: error: dpkg-source -b . subprocess returned exit status 1
>
> E: Command 'cd /<<PKGBUILDDIR>> && runuser -u user42 -- dpkg-buildpackage
> --sanitize-env -us -uc -rfakeroot -S' failed to run.
The full build log is available from:
http://qa-logs.debian.net/2023/08/13/hypre_2.28.0-6_unstable.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: hypre
Source-Version: 3.1.0-2exp1
Done: Drew Parsons <[email protected]>
We believe that the bug you reported is fixed in the latest version of
hypre, 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 hypre 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, 29 Jun 2026 21:55:39 +0200
Source: hypre
Binary: libhypre-301 libhypre-301-dbgsym libhypre-dev libhypre64-301
libhypre64-301-dbgsym libhypre64-dev libhypre64m-301 libhypre64m-301-dbgsym
libhypre64m-dev
Architecture: source amd64
Version: 3.1.0-2exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Drew Parsons <[email protected]>
Description:
libhypre-301 - High Performance Matrix Preconditioners - Shared Library
libhypre-dev - High Performance Matrix Preconditioners - Development Files
libhypre64-301 - High Performance Matrix Preconditioners - 64-bit (bigint)
Shared
libhypre64-dev - High Performance Matrix Preconditioners - 64-bit (bigint)
Develop
libhypre64m-301 - High Performance Matrix Preconditioners - 64-bit (mixedint)
Share
libhypre64m-dev - High Performance Matrix Preconditioners - 64-bit (mixedint)
Devel
Closes: 1046864 1139536
Changes:
hypre (3.1.0-2exp1) experimental; urgency=medium
.
* switch to cmake build. autoconf is not managing to keep up with
the 21st century. Closes: #1139536
- simplifies library_name_extension.patch to cmake OUTPUT_NAME only
(plus extensions to destination dirs)
- sets SOVERSION equal to "MAJOR*100+MINOR" without dots, 301 not 3.1.0
hence update binary package names
- drop static library libHYPRE*.a (file a bug if you need it back!)
- apply CMAKE_SKIP_INSTALL_RPATH=True to prevent runpaths in libs
* update test handling (cmake HYPRE_BUILD_TESTS=On)
- list usr/bin/* in debian/not-installed (upstream cmake installs
test executables into usr/bin, but we don't want to package them)
- override dh_auto_test to run build-tests using ctest
- debian/tests: keep using Makefile, patch -lHYPRE with HYPRE_LIBNAME_EXT
via sed patch in test-hypre-common
* debian patch executable_dont_pollute_source.patch prevents built
executables (tests, examples) getting copied back to source
* remove generated source files csr_spgemm_device_{numer,symbl}?.c
in src/seq_mv with dh_auto_clean. Closes: #1046864
Checksums-Sha1:
00284e9e7466f2085af7483224c626e09c8cc246 3347 hypre_3.1.0-2exp1.dsc
51a718d6ccffe1891644074d08d86c5a9839020d 18860 hypre_3.1.0-2exp1.debian.tar.xz
2f03ccc6408512c734ef439c13b6c1da9df9923e 12280
hypre_3.1.0-2exp1_amd64.buildinfo
132961e07d4906338b970fb52bbf8d3127d27c72 4991052
libhypre-301-dbgsym_3.1.0-2exp1_amd64.deb
b24a0f7398b8a73da33c410defd8fe24d3eece5f 1949264
libhypre-301_3.1.0-2exp1_amd64.deb
a9d0ffc5c977b18632bc5b6cd711265c4d74e620 207852
libhypre-dev_3.1.0-2exp1_amd64.deb
564e935bbe9bb5fbac2ad2676fd26920b4b48c2e 4792012
libhypre64-301-dbgsym_3.1.0-2exp1_amd64.deb
6b4cb23d7745c7faab81d3d400ad7e75e90ce77a 1808316
libhypre64-301_3.1.0-2exp1_amd64.deb
77122da66c3b0c741f8052bd0dc6ebf031fd6607 207284
libhypre64-dev_3.1.0-2exp1_amd64.deb
3b125b674d8c6bc756e41e8d700e8f4b8e38f67d 4986024
libhypre64m-301-dbgsym_3.1.0-2exp1_amd64.deb
231da5900f0a2e3b1d205b1b6ddd92c7c4ba49d6 1954988
libhypre64m-301_3.1.0-2exp1_amd64.deb
1044f0e5f571bc39f51702c41123e7abfa191d47 207400
libhypre64m-dev_3.1.0-2exp1_amd64.deb
Checksums-Sha256:
50e8d47656b12574fbbf29449549979356f9bd30c20b79af129fb6c3dd48ad6d 3347
hypre_3.1.0-2exp1.dsc
554e7d8f4a54585c91643b005c8ff9ff224993ceccdf116d28b4e01b86e854ad 18860
hypre_3.1.0-2exp1.debian.tar.xz
7e01f1633020bc31bcbe8c2b3d194ce1ed848fcd3a0aeaa2adfa6e12b25b6a7f 12280
hypre_3.1.0-2exp1_amd64.buildinfo
19d703f426ecd90f91b5297346f6d1f7b8c966301d6a16bb7dc19c4c934da4df 4991052
libhypre-301-dbgsym_3.1.0-2exp1_amd64.deb
344ec2db762a9d7a31157d9cd7af1b399a2dc1bfd80c82ab2b0680318e108cd3 1949264
libhypre-301_3.1.0-2exp1_amd64.deb
1cba222181e81ba159269dbac91c4edc742f4a627e75233aa2b029276a9e8ac6 207852
libhypre-dev_3.1.0-2exp1_amd64.deb
d74ed55441219e41df655615242f4514215bbc40f0d1edc75419dbffe86757d3 4792012
libhypre64-301-dbgsym_3.1.0-2exp1_amd64.deb
2480ec0038129e1ed2f7ab43035aaaa45c5b86f6b3e1bc8bab805acd948885d2 1808316
libhypre64-301_3.1.0-2exp1_amd64.deb
1593302c550b916a4b28439ce173c4be24b105d73b418b7cfab6777134a4cea6 207284
libhypre64-dev_3.1.0-2exp1_amd64.deb
dbe6e73ba630775204aba78c0cdb6b5083db173846e6890c9434af5d0d1fc112 4986024
libhypre64m-301-dbgsym_3.1.0-2exp1_amd64.deb
f48763c2f3395b69f3b2c180faa23a406b9f5e5429068ad69833839bc1df5e4a 1954988
libhypre64m-301_3.1.0-2exp1_amd64.deb
20c8fff799fef048672610ce071cbb80dbcd4075df0b0b998a484028322dbf25 207400
libhypre64m-dev_3.1.0-2exp1_amd64.deb
Files:
77c8c95992c69263c9360b7ee32f7cfd 3347 math optional hypre_3.1.0-2exp1.dsc
903060634b227ba1116620d62b904202 18860 math optional
hypre_3.1.0-2exp1.debian.tar.xz
0174d565bc9c537141dede935313f424 12280 math optional
hypre_3.1.0-2exp1_amd64.buildinfo
04afd3d86a3dbd557e6f9c75302b87c8 4991052 debug optional
libhypre-301-dbgsym_3.1.0-2exp1_amd64.deb
2f734d4ddac44b97dad3f69b275526ce 1949264 libs optional
libhypre-301_3.1.0-2exp1_amd64.deb
a1de98024160e9fd91e5eb81f314d69b 207852 libdevel optional
libhypre-dev_3.1.0-2exp1_amd64.deb
cebf1deab9655c973608bba4a587d150 4792012 debug optional
libhypre64-301-dbgsym_3.1.0-2exp1_amd64.deb
9b6d8cf2dc90869d1d97908868f63adf 1808316 libs optional
libhypre64-301_3.1.0-2exp1_amd64.deb
0be938c7f98d0a2d3021edcfbdcd94d4 207284 libdevel optional
libhypre64-dev_3.1.0-2exp1_amd64.deb
8a73c96140ff9d9a6c857f984e0e5c25 4986024 debug optional
libhypre64m-301-dbgsym_3.1.0-2exp1_amd64.deb
75ab1fdbfd9310593705a3563d9ce81d 1954988 libs optional
libhypre64m-301_3.1.0-2exp1_amd64.deb
707ae07957d6b914e614284a96ccad70 207400 libdevel optional
libhypre64m-dev_3.1.0-2exp1_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEI8mpPlhYGekSbQo2Vz7x5L1aAfoFAmpC1HUACgkQVz7x5L1a
AfrBkA/+OOArb1eD0t8PPvx+ETXRXaC7+fkWqiqR/seeh2KFwKAIVdoGJg81eWFz
KpwTFVtLy8pcQ7wfG9EILUaZh35Lr46iz1RPSTx3nQS4DD6qNZiCmVQx1XLztaCq
XNJnHmm210o0pv8Msf/RquY3gU7qWqzb/tzFhpmywTJRiiWgCaV6WXUScCntgMFg
72mm8/hG9t4FxGJ3uabHrIaC4km3QxJ//KS7uK7SqLKL9OvYch4Ja5gb7/uqJks5
0MzdCr871tv5eHRhnAUrf7zcs9qCiXQ8RYDt56xGJA9cyhFQnRhRdwpu9YfVPQ6f
vvGDRthoUJaA3VCA0Q2MF2Na1IQBIvzHbH1pk3AJIO5IuIpG+Es/RCjF1Zz92v0L
k2O7KPdrPZr2XMU7m6aRu/cY+kK6LJAuf9n7v86SIzyRyLJuLEr1qwua/IkEJrYX
3BNQZ1R1NPxm0izzrVUAF4mHwCh0n08Dk6lOEU3vgjS1W4AYfIxxO7afRedzpf/r
Gyh33YdvQ3Bip7QAQfDLskDmwhgiJ4Kr6zol4GElBxFUTSY9X2+NpVlph6h374+0
SwPyyshPM6TOowdSwWfOxpzOJ0hyiW4OIMLTT/fWi9bdTXW7FjjVPspXkov8koc4
Rk5ZcC0NAcCyqhqj9AU+P/JNI62HUYGfXM/ZWq6JHcQt+H0AuyU=
=0/hL
-----END PGP SIGNATURE-----
pgpRmil0fKFhb.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