File: control

package info (click to toggle)
alberta 3.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 20,184 kB
  • sloc: ansic: 164,449; sh: 4,427; makefile: 2,109
file content (44 lines) | stat: -rw-r--r-- 1,585 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
Source: alberta
Section: libs
Priority: optional
Standards-Version: 4.4.1
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Vcs-Browser: https://salsa.debian.org/science-team/alberta
Vcs-Git: https://salsa.debian.org/science-team/alberta.git
Homepage: http://www.alberta-fem.de/
Build-Depends: debhelper-compat (= 12), pkg-config (>= 0.28),
 clang [powerpc ppc64 ppc64el], libtirpc-dev
Rules-Requires-Root: no

Package: libalberta-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libalberta4 (= ${binary:Version})
Breaks: libalberta2-dev (<< 3)
Replaces: libalberta2-dev (<< 3)
Description: adaptive finite element library (development files)
 ALBERTA is an adaptive finite element library for solving partial
 differential equations (PDEs).
 .
 It offers a hierarchical mesh and methods for 1d, 2d and 3d stationary
 as well as time dependent problems. It is written in C with speed and
 flexibility in mind.
 .
 This package contains the development files.

Package: libalberta4
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: adaptive finite element library (library)
 ALBERTA is an adaptive finite element library for solving partial
 differential equations (PDEs).
 .
 It offers a hierarchical mesh and methods for 1d, 2d and 3d stationary
 as well as time dependent problems. It is written in C with speed and
 flexibility in mind.
 .
 This package contains the shared library.