File: control

package info (click to toggle)
fenicsx-performance-tests 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: cpp: 1,185; sh: 66; python: 48; makefile: 7
file content (51 lines) | stat: -rw-r--r-- 1,936 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
Source: fenicsx-performance-tests
Section: libdevel
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>,
           Francesco Ballarin <francesco.ballarin@unicatt.it>
Build-Depends: debhelper-compat (= 13),
 cmake (>= 3.16~),
 libboost-dev (>= 1.70~),
 libdolfinx-dev (>= 1:0.9~), libdolfinx-real-dev,
 mpi-default-dev,
 python3-ffcx
Standards-Version: 4.7.0
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,
 libboost-dev (>= 1.70~),
 libdolfinx-dev (>= 1:0.9~), libdolfinx-real-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.