File: control

package info (click to toggle)
python-pyeclib 1.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,604 kB
  • sloc: python: 2,266; ansic: 980; sh: 59; makefile: 48
file content (40 lines) | stat: -rw-r--r-- 1,325 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
# Internal - Reed-Solomon
Test-Command: python debian/tests/encode-decode.py liberasurecode_rs_vand
Depends: python-pyeclib

Test-Command: python3 debian/tests/encode-decode.py liberasurecode_rs_vand
Depends: python3-pyeclib

# Internal - Flat XOR HD
Test-Command: python debian/tests/encode-decode.py flat_xor_hd
Depends: python-pyeclib,

Test-Command: python3 debian/tests/encode-decode.py flat_xor_hd
Depends: python3-pyeclib,

# Jerasure
Test-Command: python debian/tests/encode-decode.py jerasure_rs_vand
Depends: python-pyeclib,
         libjerasure2 (>= 2.0.0+2017.04.10.git.de1739cc84),

Test-Command: python3 debian/tests/encode-decode.py jerasure_rs_vand
Depends: python3-pyeclib,
         libjerasure2 (>= 2.0.0+2017.04.10.git.de1739cc84),

# ISA-L RS VAND
Test-Command: python debian/tests/encode-decode.py isa_l_rs_vand
Depends: python-pyeclib,
         libisal2 [amd64 kfreebsd-amd64],

Test-Command: python3 debian/tests/encode-decode.py isa_l_rs_vand
Depends: python3-pyeclib,
         libisal2 [amd64 kfreebsd-amd64],

# ISA-L RS Cauchy
Test-Command: python debian/tests/encode-decode.py isa_l_rs_cauchy
Depends: python-pyeclib,
         libisal2 [amd64 kfreebsd-amd64],

Test-Command: python3 debian/tests/encode-decode.py isa_l_rs_cauchy
Depends: python3-pyeclib,
         libisal2 [amd64 kfreebsd-amd64],