File: README.source

package info (click to toggle)
python-meshio 7.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,604 kB
  • sloc: python: 14,667; makefile: 23
file content (19 lines) | stat: -rw-r--r-- 921 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Nico Schlömer's meshio comes from https://github.com/nschloe/meshio

For convenience we also provide Flavien Loiseau's msh2xdmf
from https://github.com/floiseau/msh2xdmf

The msh2xdmf source is held in debian/msh2xdmf.
It is handled as a git subtree (since this is just a convenience copy
not intended for pushing msh2xdmf code changes upstream, a subtree is
more appropriate and simpler to manage than a git submodule).

That means msh2xdmf can be updated to the latest upstream head with
  git subtree pull --prefix debian/msh2xdmf https://github.com/floiseau/msh2xdmf master --squash



====================================================================
Manpages in debian/man generated by help2man with
  for b in meshio-ascii meshio-binary meshio-compress meshio-decompress meshio-info ; do help2man -N -n "utility for meshio" -S MESHIO  $b >  $b.1; done
with minor manual editing afterwards (tool name, ümlaut)