Debian NEW package overview for superlu-dist
| superlu-dist_9.2.0+dfsg1-1_amd64.changes (click to toggle) | |
|---|---|
| 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 <debian-science-maintainers@lists.alioth.debian.org> |
| Changed-By: | Drew Parsons <dparsons@debian.org> |
| 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 |
| 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 |
| control file for libsuperlu-dist-examples_9.2.0+dfsg1-1_amd64.deb (click to toggle) | |
|---|---|
| Package: | libsuperlu-dist-examples |
| Source: | superlu-dist |
| Version: | 9.2.0+dfsg1-1 |
| Architecture: | amd64 |
| Maintainer: | Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org> |
| Installed-Size: | 2354 |
| Depends: | libsuperlu-dist9 (=9.2.0+dfsg1-1), libblas3 | libblas.so.3, libc6 (>=2.38), libgcc-s1 (>=3.0), libgfortran5 (>=8), libopenmpi40 (>=5.0.9), libstdc++6 (>=13.1) |
| Section: | libs |
| Priority: | optional |
| Multi-Arch: | same |
| Homepage: | https://github.com/xiaoyeli/superlu_dist |
| Description: | Highly distributed solution of sparse linear equations SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations. The library is written in C and is callable from either C or Fortran program. It uses MPI, OpenMP and CUDA to support various forms of parallelism. It supports both real and complex datatypes, both single and double precision, and 64-bit integer indexing. The library routines performs an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The LU factorization routines can handle non-square matrices but the triangular solves are performed only for square matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions. . SuperLU_DIST implements the algorithms for distributed memory, targetting highly parallel distributed memory hybrid systems. The numerical factorization routines are already implemented for hybrid systems with multiple GPUs. Further work will be needed to implement the other phases of the algorithms on the hybrid systems and to enhance strong scaling to extreme scale. . This package provides example files for testing superlu-dist. |
| lintian 2.116.3+deb12u1 check for libsuperlu-dist-examples_9.2.0+dfsg1-1_amd64.deb (click to toggle) | |
|---|---|
| contents of libsuperlu-dist-examples_9.2.0+dfsg1-1_amd64.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2025-11-14 17:34 ./ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/ -rw-r--r-- root/root 371 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/CTestTestfile.cmake drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/ -rw-r--r-- root/root 4008 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/CTestTestfile.cmake -rw-r--r-- root/root 3338 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/README -rw-r--r-- root/root 910960 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/big.rua -rw-r--r-- root/root 70415 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/cg20.cua -rw-r--r-- root/root 41231 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/g20.rua -rw-r--r-- root/root 1515 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/g4.rua -rwxr-xr-x root/root 27224 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pddrive -rwxr-xr-x root/root 27184 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pddrive1 -rwxr-xr-x root/root 18856 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pddrive1_ABglobal -rwxr-xr-x root/root 31272 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pddrive2 -rwxr-xr-x root/root 18856 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pddrive2_ABglobal -rwxr-xr-x root/root 27192 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pddrive3 -rwxr-xr-x root/root 18856 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pddrive3_ABglobal -rwxr-xr-x root/root 35416 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pddrive3d -rwxr-xr-x root/root 35392 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pddrive3d1 -rwxr-xr-x root/root 35392 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pddrive3d2 -rwxr-xr-x root/root 35408 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pddrive3d3 -rwxr-xr-x root/root 35408 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pddrive3d_block_diag -rwxr-xr-x root/root 23088 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pddrive4 -rwxr-xr-x root/root 22976 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pddrive4_ABglobal -rwxr-xr-x root/root 18856 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pddrive_ABglobal -rwxr-xr-x root/root 27208 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pddrive_spawn -rwxr-xr-x root/root 31440 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/psdrive -rwxr-xr-x root/root 27184 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/psdrive1 -rwxr-xr-x root/root 31272 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/psdrive2 -rwxr-xr-x root/root 27192 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/psdrive3 -rwxr-xr-x root/root 31320 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/psdrive3d -rwxr-xr-x root/root 31296 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/psdrive3d1 -rwxr-xr-x root/root 31296 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/psdrive3d2 -rwxr-xr-x root/root 31312 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/psdrive3d3 -rwxr-xr-x root/root 23088 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/psdrive4 -rwxr-xr-x root/root 27232 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pzdrive -rwxr-xr-x root/root 27192 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pzdrive1 -rwxr-xr-x root/root 18864 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pzdrive1_ABglobal -rwxr-xr-x root/root 31280 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pzdrive2 -rwxr-xr-x root/root 18864 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pzdrive2_ABglobal -rwxr-xr-x root/root 27200 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pzdrive3 -rwxr-xr-x root/root 18864 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pzdrive3_ABglobal -rwxr-xr-x root/root 31328 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pzdrive3d -rwxr-xr-x root/root 31304 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pzdrive3d1 -rwxr-xr-x root/root 31304 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pzdrive3d2 -rwxr-xr-x root/root 31320 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pzdrive3d3 -rwxr-xr-x root/root 23056 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pzdrive3d_qcd -rwxr-xr-x root/root 23096 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pzdrive4 -rwxr-xr-x root/root 22984 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pzdrive4_ABglobal -rwxr-xr-x root/root 18864 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pzdrive_ABglobal -rwxr-xr-x root/root 27216 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/EXAMPLE/pzdrive_spawn drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/FORTRAN/ -rw-r--r-- root/root 1062 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/FORTRAN/CTestTestfile.cmake -rw-r--r-- root/root 1860 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/FORTRAN/README -rwxr-xr-x root/root 31384 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/FORTRAN/f_5x5 -rwxr-xr-x root/root 31360 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/FORTRAN/f_pddrive -rwxr-xr-x root/root 31360 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/FORTRAN/f_pddrive3d -rwxr-xr-x root/root 31360 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/FORTRAN/f_pzdrive -rwxr-xr-x root/root 31360 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/FORTRAN/f_pzdrive3d drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/PYTHON/ -rw-r--r-- root/root 1944 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/PYTHON/GP_demo.py -rw-r--r-- root/root 1432 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/PYTHON/README -rw-r--r-- root/root 6902 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/PYTHON/pdbridge.py -rw-r--r-- root/root 6489 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/PYTHON/pddrive.py -rw-r--r-- root/root 1846 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/PYTHON/pddrive_master.py -rw-r--r-- root/root 7556 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/PYTHON/pddrive_worker.py drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/TEST/ -rw-r--r-- root/root 3998 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/TEST/CTestTestfile.cmake -rw-r--r-- root/root 496 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/TEST/README -rwxr-xr-x root/root 23144 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/superlu-dist/TEST/pdtest drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/share/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/share/doc/libsuperlu-dist-examples/ -rw-r--r-- root/root 3884 2025-11-14 17:34 ./usr/share/doc/libsuperlu-dist-examples/changelog.Debian.gz -rw-r--r-- root/root 3168 2025-11-14 17:34 ./usr/share/doc/libsuperlu-dist-examples/copyright | |
| copyright of libsuperlu-dist-examples_9.2.0+dfsg1-1_amd64.deb (click to toggle) | |
|---|---|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: superlu_dist
Source: https://github.com/xiaoyeli/superlu_dist
Files-Excluded: SRC/prec-independent/mc64ad_dist.*
DOC/*.pdf
Files: *
Copyright: 2003-2017 Xiaoye Sherry Li <xsli@lbl.gov>
1999,2003, The Regents of the University of California, through
Lawrence Berkeley National Laboratory (subject to receipt
of any required approvals from U.S. Dept. of Energy)
License: BSD-3-clause
Files: SRC/include/colamd.h
Copyright: 1998-2003 by the University of Florida
2003, The Regents of the University of California
License: BSD-3-clause
Files: SRC/prec-independent/symbfact.c
Copyright: 1994 by Xerox Corporation
2003, The Regents of the University of California
License: BSD-3-clause
Files: SRC/*/p*symbfact*.c
SRC/prec-independent/get_perm_c_parmetis.c
Copyright: 2003, The Regents of the University of California
2004, INRIA, Laura Grigori
License: BSD-3-clause
Files: SRC/prec-independent/wingetopt.c
SRC/include/wingetopt.h
Copyright: 2016 Microsoft
License: Apache-2.0
Full text of the Apache-2.0 is available on Debian systems at
/usr/share/common-licenses/Apache-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Comment:
Obtained from
https://github.com/iotivity/iotivity/tree/master/resource/c_common/windows
License: BSD-3-clause
All rights reserved.
.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
(1) Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
(2) Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
(3) Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
| |
| control file for libsuperlu-dist-examples-dbgsym_9.2.0+dfsg1-1_amd64.deb (click to toggle) | |
|---|---|
| Package: | libsuperlu-dist-examples-dbgsym |
| Source: | superlu-dist |
| Version: | 9.2.0+dfsg1-1 |
| Auto-Built-Package: | debug-symbols |
| Architecture: | amd64 |
| Maintainer: | Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org> |
| Installed-Size: | 1655 |
| Depends: | libsuperlu-dist-examples (=9.2.0+dfsg1-1) |
| Section: | debug |
| Priority: | optional |
| Multi-Arch: | same |
| Description: | debug symbols for libsuperlu-dist-examples |
| Build-Ids: | 08e4130e07499ce302bee68b65c2f206b8cd4268 0912d64ad898b5cca2226e24fc5100d7e264e959 0aad2b98d045f6927f2ab6406af51177c3d77c8c 1499d0ebd7dab2c13cce706da73714c102cfbeb7 177263e4c52c98fba1281da99283eb571d260240 1c5f6b0aa4d9fbd6ba08a0d921f4709c0094e269 1e8675c3f911a41e27385406b490a1743e36088e 21e0d312517f03a2c1371259f46190c8facdf86e 2975dce516e13d1cfd48b3d5255d60031b42cf9a 2b7cf6b7c6fb63802e171e3f02fe1ff64144e8de 40bb5c54e42e09919dcb484a2765030f0ffc9546 4ca5e4c4e03cd42ff9221096cfc3e593b0712271 51b7648cd3d4f0d22fee83e78e983df462a3dcd2 5452552b83244878b0556b9f5b453a4087017cd0 557bb6abf267d939e8595091b9ef58b42319cafb 58b5d81c4518c8fb20f402d8af13dacf66c64da2 687dba236f04845be367d79bfb2b2c593d2028e2 7307ed4d827766c0e78fdc5e46b060396270de5a 7773c7d09b5dd8a7b0134a8ffc91356dfa7b3781 77aa474f7cc4576b56c60db4c58d3e50d4ba7542 7cb1f0a34370156b9790972afd1611e44c12e0e6 84b10e928fa0616837f2119a557a8b472085e963 88170d1e19cbd97e6738fdb05208b584f1cfb61e 8842dfc1d62fd0bc5c3ab6d1ecef571eabb21e9b 8e81f4eccfc4f9b26cdf794021b5ff2dd266b1e1 98c9db041e82dc75ab2c3caa9bf8cc60fc02595d 9d51c9c6e15e65da79c30fc270e22d5cb8eadc87 9d63b05e35aa32846a37e4b17fcbbabe1cd2cfa3 a769196793a7b8402e3f38f01f2b8e1b5dbf0cb4 a993cf7be0e4f60a5330a88a35f9773754a6bbb9 ac6c03558f07e54a95ed7cb8eb5c3ed4b1cdcf20 aee6c871bc6f1526f5b9cd9bccc104270f35699b b74beaff5861bc04a778492e9bcbc35143c081be bc188f1f479c758534eba265a9949dafb51e9923 bd3f4a8662720807da3a73b9e23a47c7ba74babb c7027ec8a5efcb2f7cc609923c7a0d533b8cc5f0 ce6ccab98d3763bacc84f05e54d7805a725f4ad9 d534f8a26ed9a65b35ddb26b9a5487bc7b68d2a8 d7ef2214e0f4215635d733572849d469c5b9ec3a da19fee09ccd3d7f9042a3b2505a10a51b1c1630 ddb6bc09bfd5cbf054d8a1f83665fa8420173b8c e2751abbd9b809c3a4de8d91509a8ca29298db1e e45dab10411c2402673c310d7fadb4729a2d6b28 f0c4f3f204955624da6581d6e2248fb255e68954 f1296602b16a5c99f13fbaa5b5735c0c77357d31 f528cff1e84f5b5e2e1c08d1bb2847e715977913 f699aa937da59c420a8850bf56441f0331172bfe |
| lintian 2.116.3+deb12u1 check for libsuperlu-dist-examples-dbgsym_9.2.0+dfsg1-1_amd64.deb (click to toggle) | |
|---|---|
| contents of libsuperlu-dist-examples-dbgsym_9.2.0+dfsg1-1_amd64.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2025-11-14 17:34 ./ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/08/ -rw-r--r-- root/root 31960 2025-11-14 17:34 ./usr/lib/debug/.build-id/08/e4130e07499ce302bee68b65c2f206b8cd4268.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/09/ -rw-r--r-- root/root 21304 2025-11-14 17:34 ./usr/lib/debug/.build-id/09/12d64ad898b5cca2226e24fc5100d7e264e959.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/0a/ -rw-r--r-- root/root 21784 2025-11-14 17:34 ./usr/lib/debug/.build-id/0a/ad2b98d045f6927f2ab6406af51177c3d77c8c.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/14/ -rw-r--r-- root/root 21952 2025-11-14 17:34 ./usr/lib/debug/.build-id/14/99d0ebd7dab2c13cce706da73714c102cfbeb7.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/17/ -rw-r--r-- root/root 33736 2025-11-14 17:34 ./usr/lib/debug/.build-id/17/7263e4c52c98fba1281da99283eb571d260240.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/1c/ -rw-r--r-- root/root 32216 2025-11-14 17:34 ./usr/lib/debug/.build-id/1c/5f6b0aa4d9fbd6ba08a0d921f4709c0094e269.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/1e/ -rw-r--r-- root/root 42312 2025-11-14 17:34 ./usr/lib/debug/.build-id/1e/8675c3f911a41e27385406b490a1743e36088e.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/21/ -rw-r--r-- root/root 21912 2025-11-14 17:34 ./usr/lib/debug/.build-id/21/e0d312517f03a2c1371259f46190c8facdf86e.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/29/ -rw-r--r-- root/root 36200 2025-11-14 17:34 ./usr/lib/debug/.build-id/29/75dce516e13d1cfd48b3d5255d60031b42cf9a.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/2b/ -rw-r--r-- root/root 36080 2025-11-14 17:34 ./usr/lib/debug/.build-id/2b/7cf6b7c6fb63802e171e3f02fe1ff64144e8de.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/40/ -rw-r--r-- root/root 38680 2025-11-14 17:34 ./usr/lib/debug/.build-id/40/bb5c54e42e09919dcb484a2765030f0ffc9546.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/4c/ -rw-r--r-- root/root 45400 2025-11-14 17:34 ./usr/lib/debug/.build-id/4c/a5e4c4e03cd42ff9221096cfc3e593b0712271.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/51/ -rw-r--r-- root/root 32040 2025-11-14 17:34 ./usr/lib/debug/.build-id/51/b7648cd3d4f0d22fee83e78e983df462a3dcd2.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/54/ -rw-r--r-- root/root 22184 2025-11-14 17:34 ./usr/lib/debug/.build-id/54/52552b83244878b0556b9f5b453a4087017cd0.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/55/ -rw-r--r-- root/root 42176 2025-11-14 17:34 ./usr/lib/debug/.build-id/55/7bb6abf267d939e8595091b9ef58b42319cafb.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/58/ -rw-r--r-- root/root 39712 2025-11-14 17:34 ./usr/lib/debug/.build-id/58/b5d81c4518c8fb20f402d8af13dacf66c64da2.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/68/ -rw-r--r-- root/root 42136 2025-11-14 17:34 ./usr/lib/debug/.build-id/68/7dba236f04845be367d79bfb2b2c593d2028e2.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/73/ -rw-r--r-- root/root 38592 2025-11-14 17:34 ./usr/lib/debug/.build-id/73/07ed4d827766c0e78fdc5e46b060396270de5a.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/77/ -rw-r--r-- root/root 38552 2025-11-14 17:34 ./usr/lib/debug/.build-id/77/73c7d09b5dd8a7b0134a8ffc91356dfa7b3781.debug -rw-r--r-- root/root 22024 2025-11-14 17:34 ./usr/lib/debug/.build-id/77/aa474f7cc4576b56c60db4c58d3e50d4ba7542.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/7c/ -rw-r--r-- root/root 31856 2025-11-14 17:34 ./usr/lib/debug/.build-id/7c/b1f0a34370156b9790972afd1611e44c12e0e6.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/84/ -rw-r--r-- root/root 21176 2025-11-14 17:34 ./usr/lib/debug/.build-id/84/b10e928fa0616837f2119a557a8b472085e963.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/88/ -rw-r--r-- root/root 30456 2025-11-14 17:34 ./usr/lib/debug/.build-id/88/170d1e19cbd97e6738fdb05208b584f1cfb61e.debug -rw-r--r-- root/root 31744 2025-11-14 17:34 ./usr/lib/debug/.build-id/88/42dfc1d62fd0bc5c3ab6d1ecef571eabb21e9b.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/8e/ -rw-r--r-- root/root 33704 2025-11-14 17:34 ./usr/lib/debug/.build-id/8e/81f4eccfc4f9b26cdf794021b5ff2dd266b1e1.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/98/ -rw-r--r-- root/root 45472 2025-11-14 17:34 ./usr/lib/debug/.build-id/98/c9db041e82dc75ab2c3caa9bf8cc60fc02595d.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/9d/ -rw-r--r-- root/root 45264 2025-11-14 17:34 ./usr/lib/debug/.build-id/9d/51c9c6e15e65da79c30fc270e22d5cb8eadc87.debug -rw-r--r-- root/root 38424 2025-11-14 17:34 ./usr/lib/debug/.build-id/9d/63b05e35aa32846a37e4b17fcbbabe1cd2cfa3.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/a7/ -rw-r--r-- root/root 36384 2025-11-14 17:34 ./usr/lib/debug/.build-id/a7/69196793a7b8402e3f38f01f2b8e1b5dbf0cb4.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/a9/ -rw-r--r-- root/root 39960 2025-11-14 17:34 ./usr/lib/debug/.build-id/a9/93cf7be0e4f60a5330a88a35f9773754a6bbb9.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/ac/ -rw-r--r-- root/root 45328 2025-11-14 17:34 ./usr/lib/debug/.build-id/ac/6c03558f07e54a95ed7cb8eb5c3ed4b1cdcf20.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/ae/ -rw-r--r-- root/root 30400 2025-11-14 17:34 ./usr/lib/debug/.build-id/ae/e6c871bc6f1526f5b9cd9bccc104270f35699b.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/b7/ -rw-r--r-- root/root 35984 2025-11-14 17:34 ./usr/lib/debug/.build-id/b7/4beaff5861bc04a778492e9bcbc35143c081be.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/bc/ -rw-r--r-- root/root 30240 2025-11-14 17:34 ./usr/lib/debug/.build-id/bc/188f1f479c758534eba265a9949dafb51e9923.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/bd/ -rw-r--r-- root/root 48288 2025-11-14 17:34 ./usr/lib/debug/.build-id/bd/3f4a8662720807da3a73b9e23a47c7ba74babb.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/c7/ -rw-r--r-- root/root 31624 2025-11-14 17:34 ./usr/lib/debug/.build-id/c7/027ec8a5efcb2f7cc609923c7a0d533b8cc5f0.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/ce/ -rw-r--r-- root/root 38840 2025-11-14 17:34 ./usr/lib/debug/.build-id/ce/6ccab98d3763bacc84f05e54d7805a725f4ad9.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/d5/ -rw-r--r-- root/root 22360 2025-11-14 17:34 ./usr/lib/debug/.build-id/d5/34f8a26ed9a65b35ddb26b9a5487bc7b68d2a8.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/d7/ -rw-r--r-- root/root 42208 2025-11-14 17:34 ./usr/lib/debug/.build-id/d7/ef2214e0f4215635d733572849d469c5b9ec3a.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/da/ -rw-r--r-- root/root 43024 2025-11-14 17:34 ./usr/lib/debug/.build-id/da/19fee09ccd3d7f9042a3b2505a10a51b1c1630.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/dd/ -rw-r--r-- root/root 38744 2025-11-14 17:34 ./usr/lib/debug/.build-id/dd/b6bc09bfd5cbf054d8a1f83665fa8420173b8c.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/e2/ -rw-r--r-- root/root 32416 2025-11-14 17:34 ./usr/lib/debug/.build-id/e2/751abbd9b809c3a4de8d91509a8ca29298db1e.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/e4/ -rw-r--r-- root/root 31808 2025-11-14 17:34 ./usr/lib/debug/.build-id/e4/5dab10411c2402673c310d7fadb4729a2d6b28.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/f0/ -rw-r--r-- root/root 22480 2025-11-14 17:34 ./usr/lib/debug/.build-id/f0/c4f3f204955624da6581d6e2248fb255e68954.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/f1/ -rw-r--r-- root/root 41712 2025-11-14 17:34 ./usr/lib/debug/.build-id/f1/296602b16a5c99f13fbaa5b5735c0c77357d31.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/f5/ -rw-r--r-- root/root 43384 2025-11-14 17:34 ./usr/lib/debug/.build-id/f5/28cff1e84f5b5e2e1c08d1bb2847e715977913.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/f6/ -rw-r--r-- root/root 22096 2025-11-14 17:34 ./usr/lib/debug/.build-id/f6/99aa937da59c420a8850bf56441f0331172bfe.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/share/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/share/doc/ lrwxrwxrwx root/root 0 2025-11-14 17:34 ./usr/share/doc/libsuperlu-dist-examples-dbgsym -> libsuperlu-dist-examples | |
| copyright of libsuperlu-dist-examples-dbgsym_9.2.0+dfsg1-1_amd64.deb (click to toggle) | |
|---|---|
WARNING: No copyright found, please check package manually. | |
| control file for libsuperlu-dist9_9.2.0+dfsg1-1_amd64.deb (click to toggle) | |
|---|---|
| Package: | libsuperlu-dist9 |
| Source: | superlu-dist |
| Version: | 9.2.0+dfsg1-1 |
| Architecture: | amd64 |
| Maintainer: | Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org> |
| Installed-Size: | 2853 |
| Depends: | libblas3 | libblas.so.3, libc6 (>=2.38), libcombblas2.0.0t64 (>=2.0.0), libgcc-s1 (>=3.0), libgomp1 (>=6), liblapack3 | liblapack.so.3, libmetis5 (>=5.1.0.dfsg), libopenmpi40 (>=5.0.9), libptscotch-7.0c (>=7.0.10), libstdc++6 (>=14) |
| Section: | libs |
| Priority: | optional |
| Multi-Arch: | same |
| Homepage: | https://github.com/xiaoyeli/superlu_dist |
| Description: | Highly distributed solution of sparse linear equations SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations. The library is written in C and is callable from either C or Fortran program. It uses MPI, OpenMP and CUDA to support various forms of parallelism. It supports both real and complex datatypes, both single and double precision, and 64-bit integer indexing. The library routines performs an LU decomposition with partial pivoting and triangular system solves through forward and back substitution. The LU factorization routines can handle non-square matrices but the triangular solves are performed only for square matrices. The matrix columns may be preordered (before factorization) either through library or user supplied routines. This preordering for sparsity is completely separate from the factorization. Working precision iterative refinement subroutines are provided for improved backward stability. Routines are also provided to equilibrate the system, estimate the condition number, calculate the relative backward error, and estimate error bounds for the refined solutions. . SuperLU_DIST implements the algorithms for distributed memory, targetting highly parallel distributed memory hybrid systems. The numerical factorization routines are already implemented for hybrid systems with multiple GPUs. Further work will be needed to implement the other phases of the algorithms on the hybrid systems and to enhance strong scaling to extreme scale. . The main library is libsuperlu_dist.so but a fortran wrapper library is also provided as libsuperlu_dist_fortran.so . This package provides the superlu-dist and superlu_dist_fortran shared libraries. |
| contents of libsuperlu-dist9_9.2.0+dfsg1-1_amd64.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2025-11-14 17:34 ./ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/ -rw-r--r-- root/root 2831368 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/libsuperlu_dist.so.9.2.0 -rw-r--r-- root/root 35408 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/libsuperlu_dist_fortran.so.9.2.0 -rw-r--r-- root/root 31128 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/libsuperlu_dist_python.so.9.2.0 drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/share/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/share/doc/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/share/doc/libsuperlu-dist9/ -rw-r--r-- root/root 3884 2025-11-14 17:34 ./usr/share/doc/libsuperlu-dist9/changelog.Debian.gz -rw-r--r-- root/root 3168 2025-11-14 17:34 ./usr/share/doc/libsuperlu-dist9/copyright lrwxrwxrwx root/root 0 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/libsuperlu_dist.so.9 -> libsuperlu_dist.so.9.2.0 lrwxrwxrwx root/root 0 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/libsuperlu_dist_fortran.so.9 -> libsuperlu_dist_fortran.so.9.2.0 lrwxrwxrwx root/root 0 2025-11-14 17:34 ./usr/lib/x86_64-linux-gnu/libsuperlu_dist_python.so.9 -> libsuperlu_dist_python.so.9.2.0 | |
| copyright of libsuperlu-dist9_9.2.0+dfsg1-1_amd64.deb (click to toggle) | |
|---|---|
NOTE: Copyright is the same as libsuperlu-dist-examples (libsuperlu-dist-examples_9.2.0+dfsg1-1_amd64.deb). Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: superlu_dist
Source: https://github.com/xiaoyeli/superlu_dist
Files-Excluded: SRC/prec-independent/mc64ad_dist.*
DOC/*.pdf
Files: *
Copyright: 2003-2017 Xiaoye Sherry Li <xsli@lbl.gov>
1999,2003, The Regents of the University of California, through
Lawrence Berkeley National Laboratory (subject to receipt
of any required approvals from U.S. Dept. of Energy)
License: BSD-3-clause
Files: SRC/include/colamd.h
Copyright: 1998-2003 by the University of Florida
2003, The Regents of the University of California
License: BSD-3-clause
Files: SRC/prec-independent/symbfact.c
Copyright: 1994 by Xerox Corporation
2003, The Regents of the University of California
License: BSD-3-clause
Files: SRC/*/p*symbfact*.c
SRC/prec-independent/get_perm_c_parmetis.c
Copyright: 2003, The Regents of the University of California
2004, INRIA, Laura Grigori
License: BSD-3-clause
Files: SRC/prec-independent/wingetopt.c
SRC/include/wingetopt.h
Copyright: 2016 Microsoft
License: Apache-2.0
Full text of the Apache-2.0 is available on Debian systems at
/usr/share/common-licenses/Apache-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Comment:
Obtained from
https://github.com/iotivity/iotivity/tree/master/resource/c_common/windows
License: BSD-3-clause
All rights reserved.
.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
(1) Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
(2) Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
(3) Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
| |
| control file for libsuperlu-dist9-dbgsym_9.2.0+dfsg1-1_amd64.deb (click to toggle) | |
|---|---|
| Package: | libsuperlu-dist9-dbgsym |
| Source: | superlu-dist |
| Version: | 9.2.0+dfsg1-1 |
| Auto-Built-Package: | debug-symbols |
| Architecture: | amd64 |
| Maintainer: | Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org> |
| Installed-Size: | 8250 |
| Depends: | libsuperlu-dist9 (=9.2.0+dfsg1-1) |
| Section: | debug |
| Priority: | optional |
| Multi-Arch: | same |
| Description: | debug symbols for libsuperlu-dist9 |
| Build-Ids: | 15b6d26f02d40ce03f066a6764ab291b648550d6 c62842abb67d2079c50fa3e22fb5d55dbfd7d809 f0986f779b76e6259fdce8d5944e09b38d396d14 |
| contents of libsuperlu-dist9-dbgsym_9.2.0+dfsg1-1_amd64.deb (click to toggle) | |
|---|---|
drwxr-xr-x root/root 0 2025-11-14 17:34 ./ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/15/ -rw-r--r-- root/root 37440 2025-11-14 17:34 ./usr/lib/debug/.build-id/15/b6d26f02d40ce03f066a6764ab291b648550d6.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/c6/ -rw-r--r-- root/root 38136 2025-11-14 17:34 ./usr/lib/debug/.build-id/c6/2842abb67d2079c50fa3e22fb5d55dbfd7d809.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/lib/debug/.build-id/f0/ -rw-r--r-- root/root 8358112 2025-11-14 17:34 ./usr/lib/debug/.build-id/f0/986f779b76e6259fdce8d5944e09b38d396d14.debug drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/share/ drwxr-xr-x root/root 0 2025-11-14 17:34 ./usr/share/doc/ lrwxrwxrwx root/root 0 2025-11-14 17:34 ./usr/share/doc/libsuperlu-dist9-dbgsym -> libsuperlu-dist9 | |
| copyright of libsuperlu-dist9-dbgsym_9.2.0+dfsg1-1_amd64.deb (click to toggle) | |
|---|---|
WARNING: No copyright found, please check package manually. | |
Timestamp: 14.11.2025 / 19:02:44 (UTC)