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
|
Source: netgen
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Kurt Kremitzki <kkremitzki@debian.org>
Section: math
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), catch2,
cmake,
debhelper-compat (= 13),
dh-python,
libtool,
tcl-dev,
tk-dev,
tix-dev,
docbook-to-man,
libxmu-dev,
libglu1-mesa-dev,
libmetis-dev,
libocct-data-exchange-dev (>=7.8.1+dfsg1),
libocct-foundation-dev (>=7.8.1+dfsg1),
libocct-modeling-algorithms-dev (>=7.8.1+dfsg1),
libocct-visualization-dev (>=7.8.1+dfsg1),
libocct-ocaf-dev (>=7.8.1+dfsg1),
libtbb-dev,
mpi-default-dev,
libtogl-dev,
libavformat-dev,
libswscale-dev,
libjpeg-dev,
libbz2-dev,
pybind11-dev,
python3-dev,
python3-dbg,
python3-mpi4py,
python3-numpy,
python3-pytest,
python3-tk
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/science-team/netgen
Vcs-Git: https://salsa.debian.org/science-team/netgen.git
Homepage: https://github.com/NGSolve/netgen
Package: netgen
Architecture: any
Depends: libnglib-6.2t64 (= ${binary:Version}),
mpi-default-bin [!mips !mipsel !ppc64el],
tix,
${shlibs:Depends},
${misc:Depends}
Suggests: netgen-doc
Description: Automatic 3d tetrahedral mesh generator
NETGEN is an automatic 3d tetrahedral mesh generator. It accepts
input from constructive solid geometry (CSG) or boundary
representation (BRep) from STL file format. NETGEN contains modules
for mesh optimization and hierarchical mesh refinement.
Package: netgen-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Suggests: netgen
Description: Automatic 3d tetrahedral mesh generator documentation
NETGEN is an automatic 3d tetrahedral mesh generator. It accepts
input from constructive solid geometry (CSG) or boundary
representation (BRep) from STL file format. NETGEN contains modules
for mesh optimization and hierarchical mesh refinement.
.
This package contains the user manual (in PDF format) and example
files.
Package: libnglib-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libnglib-6.2t64 (= ${binary:Version}),
pybind11-dev,
${misc:Depends}
Recommends: netgen, python3-netgen
Conflicts: netgen-headers (<< 6.2.2305~)
Breaks: libnglib-6.2.1804
Replaces: libnglib-6.2.1804
Description: Automatic 3d tetrahedral mesh generator development files
NETGEN is an automatic 3d tetrahedral mesh generator. It accepts
input from constructive solid geometry (CSG) or boundary
representation (BRep) from STL file format. The connection to a
geometry kernel allows the handling of IGES and STEP files. NETGEN
contains modules for mesh optimization and hierarchical mesh
refinement.
.
This package contains the static libraries and header files.
Package: libnglib-6.2t64
Provides: ${t64:Provides}
Replaces: libnglib-6.2
Breaks: libnglib-6.2 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Automatic 3d tetrahedral mesh generator shared library
NETGEN is an automatic 3d tetrahedral mesh generator. It accepts
input from constructive solid geometry (CSG) or boundary
representation (BRep) from STL file format. The connection to a
geometry kernel allows the handling of IGES and STEP files. NETGEN
contains modules for mesh optimization and hierarchical mesh
refinement.
.
This package contains the shared libraries.
Package: netgen-headers
Architecture: any
Section: libdevel
Depends: libnglib-dev (= ${binary:Version}),
${misc:Depends}
Description: Automatic 3d tetrahedral mesh generator internal headers
NETGEN is an automatic 3d tetrahedral mesh generator. It accepts
input from constructive solid geometry (CSG) or boundary
representation (BRep) from STL file format. The connection to a
geometry kernel allows the handling of IGES and STEP files. NETGEN
contains modules for mesh optimization and hierarchical mesh
refinement.
.
This package contains internal headers.
Package: python3-netgen
Architecture: any
Section: python
Depends: libnglib-6.2t64 (= ${binary:Version}),
python3-tk,
${shlibs:Depends},
${misc:Depends},
${python3:Depends}
Pre-Depends: ${misc:Pre-Depends}
Provides: ${python3:Provides}
Description: Automatic 3d tetrahedral mesh generator Python 3 bindings
NETGEN is an automatic 3d tetrahedral mesh generator. It accepts
input from constructive solid geometry (CSG) or boundary
representation (BRep) from STL file format. The connection to a
geometry kernel allows the handling of IGES and STEP files. NETGEN
contains modules for mesh optimization and hierarchical mesh
refinement.
.
This package contains Python 3 bindings.
|