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 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: python-scientific
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Standards-Version: 3.8.3
XS-Python-Version: all
Build-Depends: debhelper (>= 5.0.37.1), python-all-dev (>= 2.5.4-1), libnetcdf-dev, python-numpy, libmpich1.0-dev, lam4-dev, python-central (>= 0.5)
Package: python-scientific
Architecture: all
Depends: ${python:Depends}, python-numpy, python-netcdf (>= 2.4.11)
Recommends: python-tk (>= 2.4.3), pyro
Suggests: python-scientific-doc
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python modules useful for scientific computing
ScientificPython is a collection of Python modules that are
useful for scientific computing. Most modules are rather general,
others belong to specific domains and will be of interest to only a
small number of users (e.g. the module Scientific.IO.PDB). Almost all
modules make extensive use of Numerical Python (NumPy)
Package: python-netcdf
Architecture: any
Depends: ${python:Depends}, python-numpy, ${shlibs:Depends}, python-scientific (>= ${source:Version})
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: A netCDF interface for Python
A Python module to access netCDF files. NetCDF (network Common Data Form)
is an interface for scientific data access and a freely-distributed
software library that provides an implementation of the interface.
Package: python-scientific-doc
Architecture: all
Section: doc
Depends: python-numpy
Description: Python modules useful for scientific computing
ScientificPython is a collection of Python modules that are
useful for scientific computing. Most modules are rather general,
others belong to specific domains and will be of interest to only a
small number of users (e.g. the module Scientific.IO.PDB). Almost all
modules make extensive use of Numerical Python (NumPy)
Package: python-mpi
Architecture: all
Depends: ${python:Depends}, python-scientific (= ${binary:Version})
XB-Python-Version: ${python:Versions}
Description: MPI module for Python
The package provides MPI (Message Passing Interface, message-based
parallel programming) support for Python.
Package: mpichpython
Architecture: any
Depends: ${python:Depends}, python-mpi (>= ${source:Version}), ${shlibs:Depends}
Conflicts: python-mpi (<< 2.4.3-3)
Provides: mpipython
Description: MPI-enhanced Python interpreter (MPICH based version)
The package provides a python interpreter with MPI (Message Passing Interface,
message-based parallel programming) support.
Package: lampython
Architecture: any
Priority: extra
Depends: ${python:Depends}, python-mpi (>= ${source:Version}), lam-runtime, ${shlibs:Depends}
Provides: mpipython
Description: MPI-enhanced Python interpreter (LAM based version)
The package provides a python interpreter with MPI (Message Passing Interface,
message-based parallel programming) support.
|