| 1 |
Source: gmsh-tetgen
|
| 2 |
Section: non-free/math
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
|
| 5 |
Uploaders: Christophe Prud'homme <prudhomm@debian.org>,
|
| 6 |
Anton Gladky <gladky.anton@gmail.com>,
|
| 7 |
Christophe Trophime <christophe.trophime@lncmi.cnrs.fr>
|
| 8 |
Build-Depends: debhelper (>= 8), cmake, gfortran, libgl1-mesa-dev,
|
| 9 |
libglu1-mesa-dev, libfltk1.3-dev (>=1.1.7),
|
| 10 |
libpng-dev, libjpeg-dev, zlib1g-dev, texlive, texinfo,
|
| 11 |
mpi-default-dev,
|
| 12 |
libgmm++-dev [!hurd-i386 !s390x],
|
| 13 |
liboce-modeling-dev, liboce-visualization-dev, liboce-ocaf-dev, oce-draw,
|
| 14 |
libcgns-dev (>= 3.1.3.2),
|
| 15 |
libmed-dev (>= 2.3.6), libmedc-dev (>= 2.3.6),
|
| 16 |
libhdf5-mpi-dev (>= 1.8.8) [alpha amd64 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc],
|
| 17 |
libblas-dev, liblapack-dev, libgl2ps-dev, freeglut3-dev,
|
| 18 |
python-dev (>= 2.6.6-3~), swig,
|
| 19 |
chrpath, libann-dev,
|
| 20 |
libpetsc3.2-dev [!kfreebsd-amd64 !kfreebsd-i386 !armel !armhf !s390x],
|
| 21 |
libslepc3.2-dev [!kfreebsd-amd64 !kfreebsd-i386 !armel !armhf !s390x]
|
| 22 |
Standards-Version: 3.9.3
|
| 23 |
DM-Upload-Allowed: yes
|
| 24 |
X-Python-Version: >= 2.7, << 2.8
|
| 25 |
Vcs-Git: git://git.debian.org/git/debian-science/packages/gmsh.git
|
| 26 |
Vcs-Browser: http://git.debian.org/?p=debian-science/packages/gmsh.git
|
| 27 |
Homepage: http://www.geuz.org/gmsh/
|
| 28 |
|
| 29 |
Package: gmsh-tetgen
|
| 30 |
Architecture: any
|
| 31 |
Depends: ${shlibs:Depends}, ${misc:Depends}, mpi-default-bin,
|
| 32 |
python (>= 2.7), python (<<2.8)
|
| 33 |
Replaces: gmsh
|
| 34 |
Provides: gmsh
|
| 35 |
Description: Three-dimensional finite element mesh generator
|
| 36 |
Gmsh is an automatic 3D finite element mesh generator (primarily
|
| 37 |
Delaunay) with build-in CAD and post-processing facilities. Its
|
| 38 |
design goal is to provide a simple meshing tool for academic test
|
| 39 |
cases with parametric input and up to date visualization
|
| 40 |
capabilities.
|
| 41 |
.
|
| 42 |
Gmsh is built around four modules: geometry, mesh, solver and
|
| 43 |
post-processing. The specification of any input to these modules is
|
| 44 |
done either interactively using the graphical user interface or in
|
| 45 |
ASCII text files using Gmsh's own scripting language.
|
| 46 |
.
|
| 47 |
See Gmsh's reference manual for a more thorough overview of Gmsh's
|
| 48 |
capabilities.
|
| 49 |
.
|
| 50 |
This version is build with tetgen 1.5 and metis
|