File: control

package info (click to toggle)
igraph 1.0.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,436 kB
  • sloc: ansic: 155,759; cpp: 32,544; xml: 2,960; python: 411; makefile: 168; javascript: 20; sh: 9
file content (28 lines) | stat: -rw-r--r-- 1,055 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
## wiki on how handle different versions of BLAS and LAPACK in Debian:
## https://wiki.debian.org/DebianScience/LinearAlgebraLibraries


## Tests with the reference implementation of BLAS and LAPACK

Test-Command: debian/tests/check simple
Depends: libigraph-dev, libigraph-doc, locales-all, build-essential, pkgconf

Test-Command: debian/tests/check tutorial
Depends: libigraph-dev, libigraph-doc, build-essential, pkgconf

Test-Command: debian/tests/check benchmarks
Architecture: !riscv64
Depends: libigraph-dev, libplfit-dev, libigraph-doc, build-essential, pkgconf


## Tests with the OpenBLAS implementation of BLAS and LAPACK

Test-Command: debian/tests/check simple
Depends: libopenblas-dev, libigraph-dev, libigraph-doc, locales-all, build-essential, pkgconf

Test-Command: debian/tests/check tutorial
Depends: libopenblas-dev, libigraph-dev, libigraph-doc, build-essential, pkgconf

Test-Command: debian/tests/check benchmarks
Architecture: !riscv64
Depends: libopenblas-dev, libigraph-dev, libplfit-dev, libigraph-doc, build-essential, pkgconf