File: control

package info (click to toggle)
octave-msh 1.0.10-11
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 572 kB
  • sloc: cpp: 744; makefile: 11
file content (33 lines) | stat: -rw-r--r-- 1,349 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
Source: octave-msh
Section: math
Priority: optional
Maintainer: Debian Octave Group <team+pkg-octave-team@tracker.debian.org>
Uploaders: Thomas Weber <tweber@debian.org>,
           Rafael Laboissière <rafael@debian.org>,
           Sébastien Villemot <sebastien@debian.org>,
           Mike Miller <mtmiller@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-octave (>= 0.7.1),
               gmsh,
               libhdf5-openmpi-dev,
               liboctave-dev (>= 3.6.2-5),
               openssh-client
Build-Conflicts: libdolfin-dev
Standards-Version: 4.5.1
Homepage: https://octave.sourceforge.io/msh/
Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-msh.git
Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-msh
Testsuite: autopkgtest-pkg-octave
Rules-Requires-Root: no

Package: octave-msh
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}, gmsh (>= 1.6.5)
Description: create and manage meshes for FE or FV solvers in Octave
 This package creates and manages triangular and tetrahedral meshes
 for Finite Element or Finite Volume PDE solvers in Octave, a
 scientific computation software. It uses a mesh data structure
 compatible with pdetool.  It relies on gmsh for unstructured mesh
 generation.
 .
 This Octave add-on package is part of the Octave-Forge project.