File: control

package info (click to toggle)
zfp 1.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,744 kB
  • sloc: cpp: 20,656; ansic: 18,871; pascal: 1,231; f90: 907; python: 255; makefile: 183; sh: 79; fortran: 70
file content (79 lines) | stat: -rw-r--r-- 2,153 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
Source: zfp
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Alex Myczko <tar@debian.org>,
           Antonio Valentino <antonio.valentino@tiscali.it>
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Build-Depends: dpkg-dev (>= 1.22.5),
 debhelper-compat (= 13),
 cmake,
 cython3,
 gfortran,
 dh-sequence-python3,
 dh-sequence-numpy3,
 libpython3-all-dev,
 dh-sequence-pkgkde-symbolshelper,
 python3-numpy,
 python3-setuptools,
 python3-all
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/zfp
Vcs-Git: https://salsa.debian.org/science-team/zfp.git
Homepage: https://zfp.llnl.gov
Description: Fixed-Rate Compressed Floating-Point Arrays
 This is a compressed format for representing multidimensional floating-point
 and integer arrays.  zfp provides compressed-array classes that support high
 throughput read and write random access to individual array elements. zfp
 also supports serial and parallel (OpenMP and CUDA) compression of whole
 arrays, e.g., for applications that read and write large data sets to and
 from disk.

Package: libzfp1t64
Provides: ${t64:Provides}
Replaces: libzfp1
Breaks: libzfp1 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends:
 ${shlibs:Depends},
 ${misc:Depends}
Description: ${source:Synopsis}
 ${source:Extended-Description}

Package: libzfp-dev
Architecture: any
Section: libdevel
Depends:
 ${misc:Depends},
 libzfp1t64 (= ${binary:Version}),
Description: ${source:Synopsis} (Development files)
 ${source:Extended-Description}
 .
 This is a development package of zfp.

Package: zfp
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends}
Description: ${source:Synopsis} - binary programs
 ${source:Extended-Description}
 .
 This package contains the binary program zfp.

Package: python3-zfpy
Architecture: any
Section: python
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
 libzfp1t64,
 python3-numpy
Description: Python 3 bindings to the ${source:Synopsis}
 ${source:Extended-Description}
 .
 This is a Python package of zfp.