File: control

package info (click to toggle)
libflame 5.2.0-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 162,092 kB
  • sloc: ansic: 750,080; fortran: 404,344; makefile: 8,136; sh: 5,458; python: 937; pascal: 144; perl: 66
file content (61 lines) | stat: -rw-r--r-- 1,836 bytes parent folder | download | duplicates (2)
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
Tests: runtest.sh
Depends: libblas-dev, liblapack-dev, @, @builddeps@
Restrictions: allow-stderr

#Test-Command: python3 -c "import numpy as np; np.test('full', verbose=3)"
#Depends: build-essential,
#         libblas-dev,
#         liblapack-dev,
#         python3-distutils,
#         python3-numpy,
#         python3-pytest,
#         python3-hypothesis,
#Restrictions: allow-stderr
#Features: test-name=numpy-with-default
#
#Test-Command: python3 -c "import scipy as sp; sp.test('full', verbose=3)"
#Depends: build-essential,
#         libblas-dev,
#         liblapack-dev,
#         python3-distutils,
#         python3-pytest,
#         python3-hypothesis,
#         python3-scipy
#Restrictions: allow-stderr
#Features: test-name=scipy-with-default
#
#Test-Command: octave --eval '__run_test_suite__'
#Depends: libblas-dev, liblapack-dev, octave
#Restrictions: allow-stderr
#Features: test-name=octave-with-default
#
#Test-Command: python3 -c "import numpy as np; np.test('full', verbose=3)"
#Depends: build-essential,
#         libblas-dev,
#         liblapack-dev,
#         python3-distutils,
#         python3-numpy,
#         python3-pytest,
#         python3-hypothesis,
#         @,
#         @builddeps@
#Restrictions: allow-stderr
#Features: test-name=numpy-with-libflame
#
#Test-Command: python3 -c "import scipy as sp; sp.test('full', verbose=3)"
#Depends: build-essential,
#         libblas-dev,
#         liblapack-dev,
#         python3-distutils,
#         python3-pytest,
#         python3-hypothesis,
#         python3-scipy,
#         @,
#         @builddeps@
#Restrictions: allow-stderr
#Features: test-name=scipy-with-libflame
#
#Test-Command: octave --eval '__run_test_suite__'
#Depends: libblas-dev, liblapack-dev, octave, @, @builddeps@
#Restrictions: allow-stderr
#Features: test-name=octave-with-libflame