File: control

package info (click to toggle)
gerris 20131206%2Bdfsg-17
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 12,720 kB
  • ctags: 6,768
  • sloc: ansic: 66,593; sh: 15,922; f90: 1,513; makefile: 1,149; fortran: 696; python: 484; awk: 104; lisp: 89; xml: 27
file content (84 lines) | stat: -rw-r--r-- 2,884 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Source: gerris
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>,
           Anton Gladky <gladk@debian.org>
Section: science
Testsuite: autopkgtest
Priority: optional
Build-Depends: autotools-dev,
               debhelper (>= 10),
               dh-exec,
               gfortran,
               libglib2.0-dev,
               libgsl0-dev,
               libgts-bin (>= 0.7.6+darcs121130-1.2),
               libgts-dev (>= 0.7.6+darcs121130-1.2),
               libnetcdf-dev,
               mpi-default-dev,
               python
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/gerris.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/gerris.git
Homepage: http://gfs.sourceforge.net/

Package: gerris
Architecture: any
Depends: gcc,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: gfsview
Suggests: python
Breaks: gerris-mpi (<< 20131206+dfsg-7)
Replaces: gerris-mpi (<< 20131206+dfsg-7)
Description: Fluid Flow Solver
 Gerris is a system for the solution of the partial differential
 equations describing fluid flow.
 .
 A brief summary of its main (current) features:
 .
   * Solves the time-dependent incompressible variable-density Euler,
     Stokes or Navier-Stokes equations
   * Adaptive mesh refinement: the resolution is adapted dynamically to
     the features of the flow
   * Entirely automatic mesh generation in complex geometries
   * Second-order in space and time
   * Unlimited number of advected/diffused passive tracers
   * Flexible specification of additional source terms
   * Portable parallel support using the MPI library
   * Volume of Fluid advection scheme for interfacial flows
 .
 This package has MPI support built in.

Package: libgfs-1.3-2
Architecture: any
Section: devel
Depends: ${misc:Depends},
         ${shlibs:Depends}
Breaks: libgfs-mpi-1.3-2 (<< 20131206+dfsg-7)
Replaces: libgfs-mpi-1.3-2 (<< 20131206+dfsg-7)
Description: Fluid Flow Solver -- shared libraries
 Gerris is a system for the solution of the partial differential
 equations describing fluid flow.
 .
 This package contains the shared libraries for libgfs.
 .
 This package has MPI support built in.

Package: libgfs-dev
Architecture: any
Section: libdevel
Depends: libgfs-1.3-2 (= ${binary:Version}),
         ${misc:Depends},
         libgts-dev,
         libav-tools,
         ${shlibs:Depends}
Breaks: libgfs-mpi-dev (<< 20131206+dfsg-7)
Replaces: libgfs-mpi-dev (<< 20131206+dfsg-7)
Description: Fluid Flow Solver -- development libraries and headers
 Gerris is a system for the solution of the partial differential
 equations describing fluid flow.
 .
 This package contains the headers and development libraries needed to
 build applications using libgfs.
 .
 This package has MPI support built in.