File: control

package info (click to toggle)
fenicsx-performance-tests 0.0~git20210119.80e82ac-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 180 kB
  • sloc: cpp: 694; sh: 64; makefile: 5
file content (49 lines) | stat: -rw-r--r-- 1,788 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
Source: fenicsx-performance-tests
Section: libdevel
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>
Build-Depends: debhelper-compat (= 13),
 cmake,
 libboost-dev,
 libdolfinx-dev (>= 2019.2.0~git20210130.c14cb0a~),
 mpi-default-dev,
 python3-ffcx,
Standards-Version: 4.5.1
Homepage: https://github.com/FEniCS/performance-test
Vcs-Browser: https://salsa.debian.org/science-team/fenics/fenicsx-performance-tests
Vcs-Git: https://salsa.debian.org/science-team/fenics/fenicsx-performance-tests.git
Rules-Requires-Root: no

Package: fenicsx-performance-tests
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: fenicsx-performance-tests-source
Description: Performance test codes for FEniCS/DOLFIN-X (binaries)
 This package contains solvers for testing the parallel performance of
 DOLFIN-X and the underlying linear solvers. It tests elliptic
 equations - Poisson equation and elasticity - in three dimensions.
 .
 DOLFIN-X is the next-generation Finite Element solver developed by
 the FEniCS project.
 .
 This package provides precompiled binaries.

Package: fenicsx-performance-tests-source
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: cmake,
 libdolfinx-dev,
 mpi-default-dev,
 python3-ffcx
Suggests: fenicsx-performance-tests
Description: Performance test codes for FEniCS/DOLFIN-X (source)
 This package contains solvers for testing the parallel performance of
 DOLFIN-X and the underlying linear solvers. It tests elliptic
 equations - Poisson equation and elasticity - in three dimensions.
 .
 DOLFIN-X is the next-generation Finite Element solver developed by
 the FEniCS project.
 .
 This package provides source code for tests.