File: control

package info (click to toggle)
exodusii 6.02.dfsg.1-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 5,504 kB
  • sloc: ansic: 60,360; fortran: 10,454; makefile: 464
file content (51 lines) | stat: -rw-r--r-- 1,948 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: exodusii
Section: science
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper-compat (= 13), 
 cmake (>= 2.4.0), 
 libnetcdf-mpi-dev, 
 libhdf5-mpi-dev,
 mpi-default-dev,
 gfortran | fortran-compiler, 
 libhdf5-dev, 
 zlib1g-dev, 
 csh, 
 chrpath
Standards-Version: 4.6.0
Homepage: https://github.com/certik/exodus
Vcs-Browser: https://salsa.debian.org:/science-team/exodus.git
Vcs-Git: https://salsa.debian.org:/science-team/exodus.git -b debian/latest

Package: libexodusii5
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: exodusII datamodel for finite element analysis 
 EXODUS II is a model developed to store and retrieve transient data for
 finite element analyses. It is used for preprocessing, postprocessing,
 as well as code to code data transfer. ExodusII is based on netcdf.

Package: libnemesis3
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}, libexodusii5 (= ${binary:Version})
Description: Parallel extension to the EXODUSII datamodel
 NEMESIS is an enhancement to the EXODUSII finite element database
 model used to store and retrieve data for unstructured parallel finite
 element analyses. NEMESIS adds data structures which facilitate the
 partitioning of a scalar (standard serial) EXODUSII file onto parallel
 disk systems found on many parallel computers.

Package:  libexodusii-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libnetcdf-dev, libnemesis3 ( = ${binary:Version}), libexodusii5 (= ${binary:Version})
Description: exodusII datamodel for finite element analysis
 EXODUS II is a model developed to store and retrieve transient data for
 finite element analyses. It is used for preprocessing, postprocessing, 
 as well as code to code data transfer. ExodusII is based on netcdf.
 It includes the nemesis parallel extension.