Source: hmat-oss Section: science Maintainer: Debian Science Maintainers Uploaders: Julien Schueller , Denis Barbier , Pierre Gruet Build-Depends: debhelper-compat (= 13), cmake, libblas-dev, liblapacke-dev, pkgconf Standards-Version: 4.7.3 Homepage: https://github.com/jeromerobert/hmat-oss Vcs-Browser: https://salsa.debian.org/science-team/hmat-oss Vcs-Git: https://salsa.debian.org/science-team/hmat-oss.git Package: libhmat-oss4 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: same Description: hierarchical matrix C/C++ library (shared library) This library allows one to compute hierarchical matrices, which are tools from numerical mathematics used to approximate non-sparse matrices. . The implementation uses lower-upper (LU) decompositions. . This package contains the shared library. Package: libhmat-oss-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, libhmat-oss4 (= ${binary:Version}) Multi-Arch: same Description: hierarchical matrix C/C++ library (development files) This library allows one to compute hierarchical matrices, which are tools from numerical mathematics used to approximate non-sparse matrices. . The implementation uses lower-upper (LU) decompositions. . This package contains the development files.