File: control

package info (click to toggle)
libflame 5.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 162,052 kB
  • sloc: ansic: 750,080; fortran: 404,344; makefile: 8,133; sh: 5,458; python: 937; pascal: 144; perl: 66
file content (45 lines) | stat: -rw-r--r-- 2,007 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: libflame
Section: math
Homepage: https://github.com/flame/libflame
Priority: optional
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/science-team/libflame
Vcs-Git: https://salsa.debian.org/science-team/libflame.git
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Mo Zhou <lumin@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               gfortran,
               libblas-dev | libblas.so.3,
               liblapack-dev | liblapack.so.3,
               python3-minimal

Package: libflame1
Section: libs
Architecture: any
Depends: libblas3 | libblas.so.3, ${misc:Depends}, ${shlibs:Depends}
#Provides: liblapack.so.3
Description: High-performance object-based library for DLA computations (shlib)
 libflame is a portable library for dense matrix computations, providing
 much of the functionality present in LAPACK, developed by current and
 former members of the Science of High-Performance Computing (SHPC) group
 in the Institute for Computational Engineering and Sciences at The
 University of Texas at Austin. libflame includes a compatibility layer,
 lapack2flame, which includes a complete LAPACK implementation.
 .
 This package contains the shared object.

Package: libflame-dev
Section: libdevel
Architecture: any
Depends: libflame1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
#Provides: liblapack.so
Description: High-performance object-based library for DLA computations (dev)
 libflame is a portable library for dense matrix computations, providing
 much of the functionality present in LAPACK, developed by current and
 former members of the Science of High-Performance Computing (SHPC) group
 in the Institute for Computational Engineering and Sciences at The
 University of Texas at Austin. libflame includes a compatibility layer,
 lapack2flame, which includes a complete LAPACK implementation.
 .
 This package contains the static library and the development files.