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
|
Source: pyfr
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
dh-python,
graphviz,
python3-all,
python3-gimmik,
python3-h5py,
python3-mako,
python3-numpy,
python3-pytools,
python3-setuptools,
python3-sphinx
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pyfr.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pyfr.git
Homepage: http://www.pyfr.org/
X-Python3-Version: >= 3.3
Package: pyfr
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
build-essential,
libblas3 | libblas.so.3,
libmetis5,
python3-pkg-resources
Suggests: pyfr-doc
Description: flux reconstruction in Python
PyFR is an open-source Python based framework for solving advection-diffusion
type problems on streaming architectures using the Flux Reconstruction
approach of Huynh. The framework is designed to solve a range of governing
systems on mixed unstructured grids containing various element types. It is
also designed to target a range of hardware platforms via use of an in-built
domain specific language derived from the Mako templating engine.
.
This package provides the PyFR application.
Package: pyfr-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: documentation for PyFR
PyFR is an open-source Python based framework for solving advection-diffusion
type problems on streaming architectures using the Flux Reconstruction
approach of Huynh. The framework is designed to solve a range of governing
systems on mixed unstructured grids containing various element types. It is
also designed to target a range of hardware platforms via use of an in-built
domain specific language derived from the Mako templating engine.
.
This package provides the documentation for PyFR.
|