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
|
Source: p4est
Section: libs
Priority: optional
Standards-Version: 4.5.1
Rules-Requires-Root: no
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Matthias Maier <tamiko+DEBIAN@kyomu.43-1.org>,
Graham Inggs <ginggs@debian.org>
Vcs-Browser: https://salsa.debian.org/science-team/p4est
Vcs-Git: https://salsa.debian.org/science-team/p4est.git
Homepage: http://www.p4est.org/
Build-Depends: debhelper-compat (= 13),
gfortran,
libblas-dev,
liblapack-dev,
mpi-default-bin,
mpi-default-dev,
pkg-config,
zlib1g-dev
Package: libp4est-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libp4est-2.3 (= ${binary:Version}),
libp4est-sc-2.3 (= ${binary:Version}),
${misc:Depends}
Description: Algorithms for Parallel Adaptive Mesh Refinement - development files
The p4est software library enables the dynamic management of a collection of
adaptive octrees, conveniently called a forest of octrees. p4est is designed to
work in parallel and scale to hundreds of thousands of processor cores.
.
This package contains the development files.
Package: libp4est-2.3
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Algorithms for Parallel Adaptive Mesh Refinement - shared library
The p4est software library enables the dynamic management of a collection of
adaptive octrees, conveniently called a forest of octrees. p4est is designed to
work in parallel and scale to hundreds of thousands of processor cores.
.
This package contains the shared library.
Package: libp4est-sc-2.3
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Algorithms for Parallel Adaptive Mesh Refinement - support library
The p4est software library enables the dynamic management of a collection of
adaptive octrees, conveniently called a forest of octrees. p4est is designed to
work in parallel and scale to hundreds of thousands of processor cores.
.
This package contains the support library.
|