~logan/ubuntu/trusty/suitesparse/4.2.1-3ubuntu1

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2007-05-29 09:36:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529093629-zowquo0b7slkk6nc
Tags: 3.0.0-2
* suitesparse builds properly twice in a row
* Bug fix: "suitesparse - FTBFS: Broken build depens: libgfortran1-dev",
  thanks to Bastian Blank (Closes: #426349).
* Bug fix: "suitesparse_3.0.0-1: FTBFS: build-depends on
  libgfortran1-dev", thanks to Steve Langasek (Closes: #426354).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Priority: optional
4
4
Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel@lists.alioth.debian.org>
5
5
Uploaders: Christophe Prud'homme <prudhomm@debian.org>
6
 
Build-Depends: cdbs, debhelper (>= 5.0.0), quilt, g77, libg2c0-dev, refblas3-dev, lapack3-dev
 
6
Build-Depends: cdbs, debhelper (>= 5.0.0), quilt, gfortran, refblas3-dev, lapack3-dev, libparmetis-dev
7
7
Standards-Version: 3.7.2
8
8
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-scicomp/suitesparse/
9
9
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-scicomp/suitesparse/
11
11
Package: libsuitesparse
12
12
Section: libs
13
13
Architecture: any
14
 
Replaces: libufsparse
15
 
Conflicts: libufsparse
 
14
Replaces: libufsparse, libsuitesparse-metis
 
15
Conflicts: libufsparse, libsuitesparse-metis
16
16
Provides: libufsparse
17
17
Depends: refblas3 | atlas3-base | atlas3-sse | atlas3-sse2 | atlas3-3dnow, lapack3 | atlas3-base | atlas3-sse | atlas3-sse2 | atlas3-3dnow, ${shlibs:Depends}
18
18
Description: collection of libraries for computations for sparse matrices
43
43
 .
44
44
 This package contains the dynamic libraries.
45
45
 
 
46
Package: libsuitesparse-metis
 
47
Section: libs
 
48
Architecture: any
 
49
Replaces: libufsparse, libsuitesparse
 
50
Conflicts: libufsparse, libsuitesparse
 
51
Provides: libufsparse
 
52
Depends: refblas3 | atlas3-base | atlas3-sse | atlas3-sse2 | atlas3-3dnow, lapack3 | atlas3-base | atlas3-sse | atlas3-sse2 | atlas3-3dnow, ${shlibs:Depends}
 
53
Description: collection of libraries for computations for sparse matrices
 
54
 Suitesparse is a collection of libraries for computations involving
 
55
 sparse matrices.  The package includes the following libraries:
 
56
 .
 
57
 AMD         approximate minimum degree ordering
 
58
 .
 
59
 BTF         permutation to block triangular form (beta)
 
60
 .
 
61
 COLAMD      column approximate minimum degree ordering
 
62
 .
 
63
 CCOLAMD     constrained column approximate minimum degree ordering
 
64
 .
 
65
 CHOLMOD     sparse Cholesky factorization (compiled with MeTiS)
 
66
 .
 
67
 CSparse     a concise sparse matrix package
 
68
 .
 
69
 CXSparse    CSparse extended: complex matrix, int and long int support
 
70
 .
 
71
 KLU         sparse LU factorization, primarily for circuit simulation
 
72
 .
 
73
 LDL         a simple LDL' factorization
 
74
 .
 
75
 UMFPACK     sparse LU factorization
 
76
 .
 
77
 UFconfig    configuration file for all the above packages.
 
78
 .
 
79
 This package contains the dynamic libraries.
 
80
 
46
81
Package: libsuitesparse-dev
47
82
Section: libdevel
48
83
Architecture: any
49
 
Replaces: libufsparse-dev
50
 
Conflicts: libufsparse-dev
 
84
Replaces: libufsparse-dev, libsuitesparse-metis-dev
 
85
Conflicts: libufsparse-dev, libsuitesparse-metis-dev
51
86
Provides: libufsparse-dev
52
87
Depends: libsuitesparse (= ${Source-Version}), refblas3-dev | atlas3-base-dev | atlas3-sse-dev | atlas3-sse2-dev | atlas3-3dnow-dev, lapack3-dev | atlas3-base-dev | atlas3-sse-dev | atlas3-sse2-dev | atlas3-3dnow-dev, libc6-dev
53
88
Description: collection of libraries for computations for sparse matrices
78
113
 .
79
114
 This package contains the static libraries and header files.
80
115
 
 
116
Package: libsuitesparse-metis-dev
 
117
Section: libdevel
 
118
Architecture: any
 
119
Replaces: libufsparse-dev, libsuitesparse-dev
 
120
Conflicts: libufsparse-dev, libsuitesparse-dev
 
121
Provides: libufsparse-dev
 
122
Depends: libsuitesparse (= ${Source-Version}), refblas3-dev | atlas3-base-dev | atlas3-sse-dev | atlas3-sse2-dev | atlas3-3dnow-dev, lapack3-dev | atlas3-base-dev | atlas3-sse-dev | atlas3-sse2-dev | atlas3-3dnow-dev, libc6-dev
 
123
Description: collection of libraries for computations for sparse matrices
 
124
 Suitesparse is a collection of libraries for computations involving
 
125
 sparse matrices.  The package includes the following libraries:
 
126
 .
 
127
 AMD         approximate minimum degree ordering
 
128
 .
 
129
 BTF         permutation to block triangular form (beta)
 
130
 .
 
131
 COLAMD      column approximate minimum degree ordering
 
132
 .
 
133
 CCOLAMD     constrained column approximate minimum degree ordering
 
134
 .
 
135
 CHOLMOD     sparse Cholesky factorization (compiled with MeTiS)
 
136
 .
 
137
 CSparse     a concise sparse matrix package
 
138
 .
 
139
 CXSparse    CSparse extended: complex matrix, int and long int support
 
140
 .
 
141
 KLU         sparse LU factorization, primarily for circuit simulation
 
142
 .
 
143
 LDL         a simple LDL' factorization
 
144
 .
 
145
 UMFPACK     sparse LU factorization
 
146
 .
 
147
 UFconfig    configuration file for all the above packages.
 
148
 .
 
149
 This package contains the static libraries and header files.
81
150
 
82
151
 
83
152
Package: libsuitesparse-dbg
84
153
Section: libdevel
85
154
Priority: extra
86
155
Architecture: any
87
 
Replaces: libufsparse-dbg
88
 
Conflicts: libufsparse-dbg
89
 
Provides: libufsparse-dbg
90
156
Depends: libsuitesparse (= ${Source-Version}), refblas3-dev | atlas3-base-dev | atlas3-sse-dev | atlas3-sse2-dev | atlas3-3dnow-dev, lapack3-dev | atlas3-base-dev | atlas3-sse-dev | atlas3-sse2-dev | atlas3-3dnow-dev, libc6-dev
91
157
Description: collection of libraries for computations for sparse matrices
92
158
 Suitesparse is a collection of libraries for computations involving
121
187
Architecture: all
122
188
Replaces: libufsparse-doc
123
189
Conflicts: libufsparse-doc
124
 
Provides: libufsparse-doc
125
190
Recommends: atlas3-doc, refblas3-doc, doc-central
126
191
Description: collection of libraries for computations for sparse matrices
127
192
 Suitesparse is a collection of libraries for computations involving