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
|
Source: geogram
Section: contrib/libs
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dkogan@debian.org>
Build-Depends: debhelper-compat (= 13),
cmake,
libtriangle-dev,
libstb-dev,
liblua5.4-dev,
libann-dev,
zlib1g-dev,
libamgcl-dev,
libmeshb-dev,
librply-dev,
doxygen
Standards-Version: 4.6.0
Homepage: https://github.com/BrunoLevy/geogram
Vcs-Git: https://salsa.debian.org/science-team/geogram.git
Vcs-Browser: https://salsa.debian.org/science-team/geogram
Package: libgeogram1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Programming library with geometric algorithms
Contains the main results in Geometry Processing from the former ALICE Inria
project, that is, more than 30 research articles published in ACM SIGGRAPH, ACM
Transactions on Graphics, Symposium on Geometry Processing and Eurographics.
.
Geogram includes a simple yet efficient Mesh data structure (for surfacic and
volumetric meshes), exact computer arithmetics (a-la Shewchuck, implemented in
GEO::expansion), a predicate code generator (PCK: the Predicate Construction
Kit), standard geometric predicates (orient/insphere), Delaunay triangulation,
Voronoi diagram, spatial search data structures, spatial sorting) and less
standard ones (more general geometric predicates, intersection between a
Voronoi diagram and a triangular or tetrahedral mesh embedded in n dimensions),
and semi-discrete optimal transport.
.
This package provides the shared library
Package: libgeogram-dev
Section: contrib/libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libgeogram1 (= ${binary:Version}),
libeigen3-dev,
libopenscenegraph-dev
Suggests: libgeogram-doc, geogram
Description: Programming library with geometric algorithms
Contains the main results in Geometry Processing from the former ALICE Inria
project, that is, more than 30 research articles published in ACM SIGGRAPH, ACM
Transactions on Graphics, Symposium on Geometry Processing and Eurographics.
.
Geogram includes a simple yet efficient Mesh data structure (for surfacic and
volumetric meshes), exact computer arithmetics (a-la Shewchuck, implemented in
GEO::expansion), a predicate code generator (PCK: the Predicate Construction
Kit), standard geometric predicates (orient/insphere), Delaunay triangulation,
Voronoi diagram, spatial search data structures, spatial sorting) and less
standard ones (more general geometric predicates, intersection between a
Voronoi diagram and a triangular or tetrahedral mesh embedded in n dimensions),
and semi-discrete optimal transport.
.
This package provides the development files library
Package: geogram
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libgeogram1 (= ${binary:Version})
Description: Programming library with geometric algorithms
Contains the main results in Geometry Processing from the former ALICE Inria
project, that is, more than 30 research articles published in ACM SIGGRAPH, ACM
Transactions on Graphics, Symposium on Geometry Processing and Eurographics.
.
Geogram includes a simple yet efficient Mesh data structure (for surfacic and
volumetric meshes), exact computer arithmetics (a-la Shewchuck, implemented in
GEO::expansion), a predicate code generator (PCK: the Predicate Construction
Kit), standard geometric predicates (orient/insphere), Delaunay triangulation,
Voronoi diagram, spatial search data structures, spatial sorting) and less
standard ones (more general geometric predicates, intersection between a
Voronoi diagram and a triangular or tetrahedral mesh embedded in n dimensions),
and semi-discrete optimal transport.
.
This package provides the executable tools
Package: libgeogram-doc
Architecture: all
Depends: ${misc:Depends}
Section: contrib/doc
Suggests: libgeogram-dev (= ${binary:Version}), geogram (= ${binary:Version})
Description: Programming library with geometric algorithms
Contains the main results in Geometry Processing from the former ALICE Inria
project, that is, more than 30 research articles published in ACM SIGGRAPH, ACM
Transactions on Graphics, Symposium on Geometry Processing and Eurographics.
.
Geogram includes a simple yet efficient Mesh data structure (for surfacic and
volumetric meshes), exact computer arithmetics (a-la Shewchuck, implemented in
GEO::expansion), a predicate code generator (PCK: the Predicate Construction
Kit), standard geometric predicates (orient/insphere), Delaunay triangulation,
Voronoi diagram, spatial search data structures, spatial sorting) and less
standard ones (more general geometric predicates, intersection between a
Voronoi diagram and a triangular or tetrahedral mesh embedded in n dimensions),
and semi-discrete optimal transport.
.
This package provides the HTML documentation
|