source: mpich2/1.0.7/debian/control @ 115

Last change on this file since 115 was 44, checked in by jazz, 16 years ago
  • Debian Package folder which had tested on debian Etch and Ubuntu Hardy.
  • note: Lenny does not have package libg2c0
File size: 4.1 KB
Line 
1Source: mpich2
2Section: devel
3Priority: extra
4Maintainer: Zach Lowry <zach@zachlowry.net>
5Build-Depends: debhelper (>> 4.0.0), cdbs, binutils, libacl1, libattr1, libg2c0, libncurses5, linux-kernel-headers, python, g77, txt2man, libxt6, libxt-dev, x-dev
6Standards-Version: 3.6.2.1
7
8Package: mpich2
9Architecture: any
10Section: devel
11Priority: extra
12Depends: ${shlibs:Depends}, libmpich2-1.0 (= ${Source-Version})
13Recommends: mpich2-mpd (= ${Source-Version}), mpich2-doc (= ${Source-Version})
14Description: An implementation of the MPI2 message-passing interface
15 This is an implementation of the Message-Passing Interface (MPI). The goals of
16 MPICH2 are to provide an MPI implementation for important platforms, including
17 clusters, SMPs, and massively parallel processors. It also provides a vehicle
18 for MPI implementation research and for developing new and better parallel
19 programming environments.
20 .
21 This package includes the program binaries.
22
23Package: mpich2-mpd
24Architecture: any
25Section: devel
26Priority: extra
27Depends: ${shlibs:Depends}, python, python-xml
28Conflicts: mpd
29Recommends: mpich2-doc (= ${Source-Version}), ssh
30Description: Process control for MPICH2
31 This is an implementation of the Message-Passing Interface (MPI). The goals of
32 MPICH2 are to provide an MPI implementation for important platforms, including
33 clusters, SMPs, and massively parallel processors. It also provides a vehicle
34 for MPI implementation research and for developing new and better parallel
35 programming environments.
36 .
37 This package includes the mpd daemon, which controls process management for
38 MPI programs.
39
40Package: mpich2-mpe
41Architecture: any
42Section: devel
43Priority: extra
44Depends: ${shlibs:Depends},  mpich2 (= ${Source-Version})
45Recommends: mpich2-doc (= ${Source-Version})
46Description: Analysis tools for MPICH2 programs
47 This is an implementation of the Message-Passing Interface (MPI). The goals of
48 MPICH2 are to provide an MPI implementation for important platforms, including
49 clusters, SMPs, and massively parallel processors. It also provides a vehicle
50 for MPI implementation research and for developing new and better parallel
51 programming environments.
52 .
53 This package includes the MPE environment, which provides a complete suite of
54 analysis tools for MPI programs based on port processing approach.
55
56Package: mpich2-doc
57Architecture: any
58Section: doc
59Priority: optional
60Conflicts: mpich2 (<< 1.0.1-2)
61Description: Documentation for MPICH2
62 This is an implementation of the Message-Passing Interface (MPI). The goals of
63 MPICH2 are to provide an MPI implementation for important platforms, including
64 clusters, SMPs, and massively parallel processors. It also provides a vehicle
65 for MPI implementation research and for developing new and better parallel
66 programming environments.
67 .
68 This package includes the MPICH2 documentation.
69
70Package: libmpich2-1.0
71Architecture: any
72Section: libs
73Conflicts: mpich2 (<< 1.0.1-2)
74Replaces: libmpich2-1.0.2
75Depends: ${shlibs:Depends}
76Recommends: mpich2 (= ${Source-Version}), ${shlibs:Recommends}
77Description: Shared libraries for MPICH2
78 This is an implementation of the Message-Passing Interface (MPI). The goals of
79 MPICH2 are to provide an MPI implementation for important platforms, including
80 clusters, SMPs, and massively parallel processors. It also provides a vehicle
81 for MPI implementation research and for developing new and better parallel
82 programming environments.
83 .
84 This package includes the MPICH2 shared libraries.
85
86Package: libmpich2-1.0-dev
87Architecture: any
88Section: libs
89Recommends: mpich2 (= ${Source-Version})
90Conflicts: mpich2 (<< 1.0.1-2), mpich2-dev, libmpich2-dev, libmpich2-1.0.2-dev
91Replaces: mpich2-dev, libmpich2-dev, libmpich2-1.0.2-dev
92Description: Development files for MPICH2
93 This is an implementation of the Message-Passing Interface (MPI). The goals of
94 MPICH2 are to provide an MPI implementation for important platforms, including
95 clusters, SMPs, and massively parallel processors. It also provides a vehicle
96 for MPI implementation research and for developing new and better parallel
97 programming environments.
98 .
99 This package includes the MPICH2 headers and static libraries.
100
Note: See TracBrowser for help on using the repository browser.