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
|
Source: petsc4py
Section: python
Priority: extra
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), dh-python, cython,
python-all-dev (>=2.3.5-11), python-numpy (>= 1:1.4.1-4~),
libpetsc3.7-dev, chrpath,
mpi-default-dev, libhdf5-openmpi-dev
X-Python-Version: >= 2.6
Homepage: https://bitbucket.org/petsc/petsc4py
Vcs-Git: git://anonscm.debian.org/debian-science/packages/petsc4py.git
Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/packages/petsc4py.git/
Package: python-petsc4py
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Conflicts: python-petsc
Replaces: python-petsc
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python bindings for PETSc libraries
PETSc is a suite of data structures and routines for the scalable (parallel)
solution of scientific applications modeled by partial differential equations.
It employs the MPI standard for all message-passing communication.
.
This package provides Python bindings to almost all functions of PETSc.
|