File: control

package info (click to toggle)
octave-mpi 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 300 kB
  • ctags: 119
  • sloc: cpp: 1,895; makefile: 27
file content (22 lines) | stat: -rw-r--r-- 946 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: octave-mpi
Section: math
Priority: optional
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.1),
               mpi-default-dev, dh-exec, dpkg-dev (>= 1.16.1)
Standards-Version: 3.9.6
Homepage: http://octave.sourceforge.net/mpi/
Vcs-Git: git://anonscm.debian.org/pkg-octave/octave-mpi.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-octave/octave-mpi.git

Package: octave-mpi
Architecture: any
Depends: ${misc:Depends}, ${octave:Depends}, ${shlibs:Depends}
Recommends: mpi-default-bin
Description: Octave toolbox for parallel computing using MPI
 This package brings parallel computing capabilities to Octave by providing a
 convenient interface to MPI primitives. This is achieved using simple MPI
 Derived Datatypes.
 .
 This Octave add-on package is part of the Octave-Forge project.