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: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.2
XS-Python-Version: all
Build-Depends: debhelper (>= 5.0.37.1), python-all-dev (>= 2.6.6-12), libnetcdf-dev, python-numpy (>= 1:1.6.1-1), libmpich2-dev, libopenmpi-dev [alpha amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386]
Package: python-scientific
Architecture: all
Depends: ${python:Depends}, python-numpy (>= 1:1.6.1-1), ${misc:Depends}
Recommends: python-netcdf (>= 2.4.11), 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 (>= 1:1.6.1-1), ${shlibs:Depends}, python-scientific (>= ${source:Version}), ${misc:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: 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, ${misc:Depends}
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}), ${misc:Depends}
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: mpich2python
Architecture: any
Depends: ${python:Depends}, python-mpi (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
Conflicts: python-mpi (<< 2.4.3-3)
Provides: mpipython
Description: MPI-enhanced Python interpreter (MPICH2 based version)
The package provides a python interpreter with MPI (Message Passing Interface,
message-based parallel programming) support.
Package: openmpipython
Architecture: alpha amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
Priority: extra
Depends: ${python:Depends}, python-mpi (>= ${source:Version}), openmpi-bin, ${shlibs:Depends}, ${misc:Depends}
Provides: mpipython
Description: MPI-enhanced Python interpreter (OpenMPI based version)
The package provides a python interpreter with MPI (Message Passing Interface,
message-based parallel programming) support.
|