mirror of https://github.com/CGAL/cgal
73 lines
3.4 KiB
Plaintext
73 lines
3.4 KiB
Plaintext
Source: cgal
|
|
Section: non-free/libs
|
|
Priority: optional
|
|
Maintainer: Joachim Reichel <reichel@debian.org>
|
|
# "ipe" is only needed because it contains goodies.lua which is needed by FindIPE.cmake
|
|
Build-Depends: debhelper (>= 7), dpatch, cmake, libboost-dev,
|
|
libboost-thread-dev, libboost-program-options-dev, libgmp3-dev, libmpfr-dev,
|
|
libqt3-mt-dev, libqt4-dev, libqt4-opengl-dev, zlib1g-dev, libipe-dev (>= 7), ipe
|
|
Standards-Version: 3.9.0
|
|
Homepage: http://www.cgal.org/
|
|
XS-Autobuild: yes
|
|
|
|
Package: libcgal5
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: C++ library for computational geometry
|
|
CGAL (Computational Geometry Algorithms Library) makes the most important
|
|
of the solutions and methods developed in computational geometry available
|
|
to users in industry and academia in a C++ library. The goal is to provide
|
|
easy access to useful, reliable geometric algorithms.
|
|
.
|
|
The CGAL library contains:
|
|
- the Kernel with geometric primitives such as points, vectors, lines,
|
|
predicates for testing things such as relative positions of points, and
|
|
operations such as intersections and distance calculation.
|
|
- the Basic Library which is a collection of standard data structures and
|
|
geometric algorithms, such as convex hull in 2D/3D, (Delaunay)
|
|
triangulation in 2D/3D, planar map, polyhedron, smallest enclosing circle,
|
|
and multidimensional query structures.
|
|
- the Support Library which offers interfaces to other packages, e.g., for
|
|
visualisation, and I/O, and other support facilities.
|
|
|
|
Package: libcgal-dev
|
|
Section: non-free/libdevel
|
|
Architecture: any
|
|
Depends: libcgal5 (= ${binary:Version}), libboost-dev,
|
|
libboost-thread-dev, libboost-program-options-dev, libgmp3-dev, libmpfr-dev,
|
|
libqt3-mt-dev, libqt4-dev, zlib1g-dev, ${misc:Depends}
|
|
Description: C++ library for computational geometry (development files)
|
|
CGAL (Computational Geometry Algorithms Library) makes the most important
|
|
of the solutions and methods developed in computational geometry available
|
|
to users in industry and academia in a C++ library. The goal is to provide
|
|
easy access to useful, reliable geometric algorithms.
|
|
.
|
|
This package contains the header files and static libraries.
|
|
|
|
Package: libcgal-demo
|
|
Section: non-free/devel
|
|
Architecture: all
|
|
Depends: libcgal-dev (>= ${binary:Version}), libcgal5 (>= ${binary:Version}),
|
|
${misc:Depends}
|
|
Suggests: liblapack-dev, libatlas-base-dev | libatlas.so.3gf, gfortran,
|
|
geomview, libqglviewer-qt4-dev, libipe1-dev, libglew1.5-dev | libglew-dev,
|
|
libmagick++-dev | libmagick++9-dev
|
|
Description: C++ library for computational geometry (demos)
|
|
CGAL (Computational Geometry Algorithms Library) makes the most important
|
|
of the solutions and methods developed in computational geometry available
|
|
to users in industry and academia in a C++ library. The goal is to provide
|
|
easy access to useful, reliable geometric algorithms.
|
|
.
|
|
This package contains the demos and examples.
|
|
|
|
Package: libcgal5-ipelets
|
|
Architecture: any
|
|
Depends: libcgal5 (>= ${binary:Version}), ipe (>= 7), ${shlibs:Depends}, ${misc:Depends}
|
|
Description: C++ library for computational geometry (ipelets)
|
|
CGAL (Computational Geometry Algorithms Library) makes the most important
|
|
of the solutions and methods developed in computational geometry available
|
|
to users in industry and academia in a C++ library. The goal is to provide
|
|
easy access to useful, reliable geometric algorithms.
|
|
.
|
|
This package contains the ipelets, i.e., plugins for ipe.
|