~ubuntu-branches/ubuntu/oneiric/mpqc/oneiric

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2010-02-27 15:55:01 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100227155501-ug7yg3uil3cmy9il
Tags: 2.3.1-6
* Upload to unstable.
* debian/mpqcval: Fix using default directory if no files are specified on
  the command-line.
* debian/rules (OPENMPIARGS): Enable MPI configure switches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
Uploaders: Michael Banck <mbanck@debian.org>, 
6
6
 Daniel Leidert (dale) <daniel.leidert@wgdd.de>, 
7
7
 LI Daobing <lidaobing@gmail.com>
8
 
Build-Depends: debhelper (>> 5), dpatch, doxygen, perl, flex, bison, libblas-dev, liblapack-dev, gfortran, tk8.4 | wish
9
 
Standards-Version: 3.7.3
 
8
Build-Depends: debhelper (>> 5), dpatch, doxygen, perl, flex, bison, libblas-dev, liblapack-dev, libopenmpi-dev (>= 1.2.4-5) [alpha amd64 i386 ia64 powerpc kfreebsd-i386 kfreebsd-amd64 hurd-i386], gfortran, tk8.4 | wish
 
9
Standards-Version: 3.8.0
10
10
Vcs-Browser: http://svn.debian.org/wsvn/debichem/
11
11
Vcs-Svn: svn+ssh://svn.debian.org/svn/debichem/unstable/mpqc/
12
12
Homepage: http://www.mpqc.org
15
15
Package: mpqc
16
16
Architecture: any
17
17
Section: science
18
 
Depends: ${shlibs:Depends}
 
18
Depends: ${shlibs:Depends}, libsc-data (= ${source:Version})
 
19
Conflicts: mpqc-openmpi
 
20
Replaces: mpqc-openmpi
19
21
Suggests: mpqc-support
20
22
Description: The Massively Parallel Quantum Chemistry Program
21
23
 MPQC is an ab-inito quantum chemistry program.  It is especially designed
34
36
 .
35
37
 MPQC is built upon the Scientific Computing Toolkit (SC).
36
38
 
 
39
Package: mpqc-openmpi
 
40
Architecture: alpha amd64 i386 ia64 powerpc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 
41
Section: science
 
42
Depends: ${shlibs:Depends}, libsc-data (= ${source:Version})
 
43
Conflicts: mpqc
 
44
Replaces: mpqc
 
45
Suggests: mpqc-support
 
46
Description: The Massively Parallel Quantum Chemistry Program (OpenMPI Version)
 
47
 MPQC is an ab-inito quantum chemistry program.  It is especially designed
 
48
 to compute molecules in a highly parallelized fashion.
 
49
 .
 
50
 It can compute energies and gradients for the following methods:
 
51
  * Closed shell and general restricted open shell Hartree-Fock (HF)
 
52
  * Density Functional Theory (DFT)
 
53
  * Closed shell Moeller-Plesset pertubation theory (MP2)
 
54
 .
 
55
 Additionally, it can compute energies for the following methods:
 
56
  * Second order open shell pertubation theory (OPT2[2])
 
57
  * Z-averaged pertubation theory (ZAPT2)
 
58
 .
 
59
 It also includes an internal coordinate geometry optimizer.
 
60
 .
 
61
 MPQC is built upon the Scientific Computing Toolkit (SC).
 
62
 
37
63
Package: libsc-dev
38
64
Architecture: any
39
65
Section: libdevel
53
79
Package: libsc@SO_NAME@
54
80
Architecture: any
55
81
Section: libs
56
 
Depends: ${shlibs:Depends}
 
82
Depends: ${shlibs:Depends}, libsc-data (= ${source:Version})
57
83
Description: The Scientific Computing Toolkit
58
84
 The Scientific Computing toolkit (SC) provides C++ class libraries for
59
85
 scientific computation. Included are classes for managing memory, saving and
65
91
 .
66
92
 This package includes the shared libraries.
67
93
 
 
94
Package: libsc-data
 
95
Architecture: all
 
96
Section: libs
 
97
Depends: ${shlibs:Depends}
 
98
Replaces: mpqc (<< 2.3.1-5)
 
99
Description: The Scientific Computing Toolkit (Basis Set and Atom Data)
 
100
 The Scientific Computing toolkit (SC) provides C++ class libraries for
 
101
 scientific computation. Included are classes for managing memory, saving and
 
102
 restoring the state of objects, reading objects from an input file, parallel
 
103
 communication, matrix algebra, among others. 
 
104
 .
 
105
 Class libraries supporting quantum chemistry applications are provided with
 
106
 this distribution of SC.  
 
107
 .
 
108
 This package includes the basis set and atom data.
 
109
 
68
110
Package: libsc-doc
69
111
Architecture: all
70
112
Section: doc
79
121
Package: mpqc-support
80
122
Architecture: any
81
123
Section: science
82
 
Depends: mpqc, tk8.4 | wish, ${shlibs:Depends}, ${perl:Depends}
 
124
Depends: mpqc | mpqc-openmpi, tk8.4 | wish, ${shlibs:Depends}, ${perl:Depends}
83
125
Description: Support programs and tools for MPQC
84
126
 MPQC is an ab-inito quantum chemistry program.  It is especially designed
85
127
 to compute molecules in a highly parallelized fashion.