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
|
Source: mpi-defaults
Section: devel
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: "Adam C. Powell, IV" <hazelsct@debian.org>, Manuel Prinz <manuel@debian.org>
Standards-Version: 3.9.2
Build-Depends: debhelper,
libopenmpi-dev (>= 1.4.3-2.1) [!hppa !m68k !s390 !s390x !sh4 !x32],
openmpi-bin (>= 1.4.3-2.1) [!hppa !m68k !s390 !s390x !sh4 !x32],
libmpich-dev [hppa m68k s390 s390x sh4 x32],
mpich [hppa m68k s390 s390x sh4 x32]
Vcs-Browser: http://anonscm.debian.org/git/?p=debian-science/packages/mpi-defaults.git
Vcs-Git: git://anonscm.debian.org/debian-science/packages/mpi-defaults.git
Package: mpi-default-dev
Architecture: any
Section: libdevel
Depends: ${mpi-dev}, ${misc:Depends}
Description: Standard MPI development files (metapackage)
This metapackage depends on the development files of the recommended MPI
implementation for each platform, currently Open MPI on all of the platforms
where it exists, and MPICH on the others. The package which this depends on
has alternatives links for the shared libraries libmpi and libmpi++, and for
compilers mpicc, mpic++/mpicxx/mpiCC, mpif77 and mpi90 and their manpages.
Package: mpi-default-bin
Architecture: any
Section: net
Depends: ${mpi}, ${misc:Depends}
Description: Standard MPI runtime programs (metapackage)
This metapackage depends on the runtime programs of the recommended MPI
implementation for each platform, currently Open MPI on all of the platforms
where it exists, and MPICH on the others. The package which this depends on
has alternatives links for mpirun and mpiexec.
|