mirror of https://github.com/CGAL/cgal
77 lines
3.5 KiB
Plaintext
77 lines
3.5 KiB
Plaintext
Source: cgal
|
|
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 (>= 8), dpkg-awk, cmake, libboost-dev,
|
|
libboost-thread-dev, libboost-program-options-dev, libgmp10-dev, libmpfr-dev,
|
|
libqt4-dev, libqt4-opengl-dev, zlib1g-dev, libipe-dev (>= 7), ipe
|
|
Standards-Version: 3.9.3
|
|
Section: libs
|
|
Homepage: http://www.cgal.org/
|
|
XS-Autobuild: yes
|
|
|
|
Package: libcgal9
|
|
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: libdevel
|
|
Architecture: any
|
|
Depends: libcgal9 (= ${binary:Version}), libboost-dev,
|
|
libboost-thread-dev, libboost-program-options-dev, libgmp10-dev, libmpfr-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: devel
|
|
Architecture: all
|
|
Depends: libcgal-dev (>= ${binary:Version}), libcgal9 (>= ${binary:Version}),
|
|
${misc:Depends}
|
|
Suggests: liblapack-dev, libatlas-base-dev | libatlas.so.3gf, gfortran,
|
|
geomview, libqglviewer-qt4-dev, libipe-dev (>= 7), libglew1.5-dev | libglew-dev,
|
|
libmagick++-dev, qt4-dev-tools, libqt4-opengl-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: libcgal-ipelets
|
|
Section: graphics
|
|
Architecture: any
|
|
Depends: libcgal9 (>= ${binary:Version}), ipe (>= ${Ipe-Version}), ipe (<< ${Ipe-Version}+),
|
|
${shlibs:Depends}, ${misc:Depends}
|
|
Conflicts: libcgal5-ipelets
|
|
Replaces: libcgal5-ipelets
|
|
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.
|