File: control

package info (click to toggle)
libpdl-linearalgebra-perl 0.433-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,496 kB
  • sloc: perl: 2,421; ansic: 168; makefile: 6
file content (31 lines) | stat: -rw-r--r-- 1,225 bytes parent folder | download
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
Source: libpdl-linearalgebra-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dima@secretsauce.net>
Section: perl
Priority: optional
Testsuite: autopkgtest-pkg-perl
Build-Depends: debhelper-compat (= 13),
               dh-sequence-pdl,
               libdevel-checklib-perl,
               libextutils-f77-perl,
               libopenblas-serial-dev,
               perl-xs-dev,
               perl:native,
               pdl (>= 1:2.096)
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libpdl-linearalgebra-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libpdl-linearalgebra-perl.git
Homepage: https://metacpan.org/release/PDL-LinearAlgebra
Rules-Requires-Root: no

Package: libpdl-linearalgebra-perl
Architecture: any
Depends: ${perl:Depends},
         ${pdl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: Linear Algebra utils for PDL
 PDL::LinearAlgebra provides PDL bindings to LAPACK and BLAS. The package
 contains both the slower-but-more-flexible PDL::LinearAlgebra module and
 faster-but-more-specific PDL::LinearAlgebra::Real and
 PDL::LinearAlgebra::Complex modules.