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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
|
Source: dolfin
Section: math
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Johannes Ring <johannr@simula.no>,
Drew Parsons <dparsons@debian.org>
Build-Depends:
cmake (>= 2.8.0),
debhelper (>= 9),
dh-python,
gfortran,
libboost-chrono-dev,
libboost-dev,
libboost-filesystem-dev,
libboost-iostreams-dev,
libboost-math-dev,
libboost-mpi-dev,
libboost-program-options-dev,
libboost-serialization-dev,
libboost-thread-dev,
libboost-timer-dev,
libeigen3-dev,
libhdf5-mpi-dev,
libsuitesparse-dev,
libscotch-dev,
libvtk6-dev,
libxml2-dev,
mpi-default-dev,
petsc-dev (>= 3.6.4.dfsg1-2) [!kfreebsd-amd64 !kfreebsd-i386],
slepc-dev (>= 3.6.3.dfsg1-6) [!kfreebsd-amd64 !kfreebsd-i386],
python-petsc4py, python-slepc4py,
pkg-config,
python-dev,
python-ffc (>= 2016.2.0), python-ffc (<< 2016.3.0),
python-dijitso (>= 2016.2.0), python-dijitso (<< 2016.3.0),
python-numpy,
python-ply,
swig3.0 (>= 3.0.3)
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
Homepage: http://fenicsproject.org
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/fenics/dolfin.git
Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/fenics/dolfin.git
Package: libdolfin-dev
Section: libdevel
Architecture: any
Depends:
cmake (>= 2.8.0),
libboost-chrono-dev,
libboost-dev,
libboost-filesystem-dev,
libboost-iostreams-dev,
libboost-math-dev,
libboost-mpi-dev,
libboost-program-options-dev,
libboost-serialization-dev,
libboost-thread-dev,
libboost-timer-dev,
libdolfin2016.2 (= ${binary:Version}),
libeigen3-dev,
libhdf5-mpi-dev,
libsuitesparse-dev,
libscotch-dev,
libvtk6-dev,
libxml2-dev,
pkg-config,
${petsc:Depends},
${misc:Depends}
Conflicts:
libdolfin0-dev,
libdolfin1.0-dev,
libdolfin1.1-dev,
libdolfin1.2-dev,
libdolfin1.3-dev,
libdolfin1.4-dev
Replaces:
libdolfin0-dev,
libdolfin1.0-dev,
libdolfin1.1-dev,
libdolfin1.2-dev,
libdolfin1.3-dev,
libdolfin1.4-dev
Description: Shared links and header files for DOLFIN
DOLFIN is the Python and C++ interface of the FEniCS project for the
automated solution of differential equations, providing a consistent
PSE (Problem Solving Environment) for solving ordinary and partial
differential equations. Key features include a simple, consistent and
intuitive object-oriented API; automatic and efficient evaluation of
variational forms; automatic and efficient assembly of linear
systems; and support for general families of finite elements.
.
This package contains the development files.
Package: libdolfin2016.2
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: dolfin-doc, libdolfin2016.2-dbg, python-dolfin
Description: Shared libraries for DOLFIN
DOLFIN is the Python and C++ interface of the FEniCS project for the
automated solution of differential equations, providing a consistent
PSE (Problem Solving Environment) for solving ordinary and partial
differential equations. Key features include a simple, consistent and
intuitive object-oriented API; automatic and efficient evaluation of
variational forms; automatic and efficient assembly of linear
systems; and support for general families of finite elements.
.
This package contains the shared libraries.
Package: libdolfin2016.2-dbg
Section: debug
Architecture: any
Depends: libdolfin2016.2 (= ${binary:Version}), ${misc:Depends}
Description: Shared libraries with debugging symbols for DOLFIN
DOLFIN is the Python and C++ interface of the FEniCS project for the
automated solution of differential equations, providing a consistent
PSE (Problem Solving Environment) for solving ordinary and partial
differential equations. Key features include a simple, consistent and
intuitive object-oriented API; automatic and efficient evaluation of
variational forms; automatic and efficient assembly of linear
systems; and support for general families of finite elements.
.
This package contains the shared libraries with debugging symbols.
Package: python-dolfin
Section: python
Architecture: any
Depends:
libdolfin-dev (= ${binary:Version}),
libdolfin2016.2 (= ${binary:Version}),
python-ffc (>= ${source:Upstream-Version}), python-ffc (<< ${source:Next-Upstream-Version}),
python-dijitso (>= ${source:Upstream-Version}), python-dijitso (<< ${source:Next-Upstream-Version}),
python-instant (>= ${source:Upstream-Version}), python-instant (<< ${source:Next-Upstream-Version}),
python-numpy,
python-ply,
python-six,
python-sympy,
python-ufl (>= ${source:Upstream-Version}), python-ufl (<< ${source:Next-Upstream-Version}),
${petsc4py:Depends},
${misc:Depends},
${python:Depends},
${shlibs:Depends},
${swig:Depends}
Suggests: dolfin-doc
Description: Python interface for DOLFIN
DOLFIN is the Python and C++ interface of the FEniCS project for the
automated solution of differential equations, providing a consistent
PSE (Problem Solving Environment) for solving ordinary and partial
differential equations. Key features include a simple, consistent and
intuitive object-oriented API; automatic and efficient evaluation of
variational forms; automatic and efficient assembly of linear
systems; and support for general families of finite elements.
.
This package contains the Python interface for DOLFIN.
Package: python-dolfin-dbg
Section: debug
Architecture: any
Depends:
python-dolfin (= ${binary:Version}),
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Suggests: dolfin-doc
Description: Python extension modules for DOLFIN with debugging symbols
DOLFIN is the Python and C++ interface of the FEniCS project for the
automated solution of differential equations, providing a consistent
PSE (Problem Solving Environment) for solving ordinary and partial
differential equations. Key features include a simple, consistent and
intuitive object-oriented API; automatic and efficient evaluation of
variational forms; automatic and efficient assembly of linear
systems; and support for general families of finite elements.
.
This package contains the Python extensions modules for DOLFIN with
debugging symbols.
Package: dolfin-doc
Architecture: all
Section: doc
Depends:
libdolfin-dev (>= ${source:Version}),
python-dolfin (>= ${source:Version}),
${misc:Depends}
Suggests: cmake (>= 2.8.0)
Description: Documentation and demo programs for DOLFIN
DOLFIN is the Python and C++ interface of the FEniCS project for the
automated solution of differential equations, providing a consistent
PSE (Problem Solving Environment) for solving ordinary and partial
differential equations. Key features include a simple, consistent and
intuitive object-oriented API; automatic and efficient evaluation of
variational forms; automatic and efficient assembly of linear
systems; and support for general families of finite elements.
.
This package contains documentation and demo programs for DOLFIN.
Package: dolfin-bin
Architecture: all
Depends:
python-dolfin (>= ${source:Version}),
${misc:Depends},
${python:Depends}
Description: Executable scripts for DOLFIN
DOLFIN is the Python and C++ interface of the FEniCS project for the
automated solution of differential equations, providing a consistent
PSE (Problem Solving Environment) for solving ordinary and partial
differential equations. Key features include a simple, consistent and
intuitive object-oriented API; automatic and efficient evaluation of
variational forms; automatic and efficient assembly of linear
systems; and support for general families of finite elements.
.
This package contains executable scripts for DOLFIN.
|