mirror of https://github.com/CGAL/cgal
61 lines
2.8 KiB
Plaintext
61 lines
2.8 KiB
Plaintext
Source: cgal
|
|
Section: non-free/libs
|
|
Priority: optional
|
|
Maintainer: Joachim Reichel <reichel@debian.org>
|
|
Build-Depends: debhelper (>= 5), dpatch, cmake, libboost-dev,
|
|
libboost-thread-dev, libboost-graph-dev, libboost-program-options-dev,
|
|
libgmp3-dev, libmpfr-dev, libqt3-mt-dev, libqt4-dev,
|
|
zlib1g-dev
|
|
Standards-Version: 3.7.2
|
|
XS-Autobuild: yes
|
|
|
|
Package: libcgal3
|
|
Section: non-free/libs
|
|
Architecture: any
|
|
Depends: ${shlibs: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: libcgal3 (= ${binary:Version}), libboost-dev, libboost-thread-dev,
|
|
libboost-graph-dev, libboost-program-options-dev, libgmp3-dev, libmpfr-dev,
|
|
libqt3-mt-dev, libqt4-dev, zlib1g-dev
|
|
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}), libcgal3 (>= ${binary:Version})
|
|
Suggests: liblapack-dev [!alpha !arm !armeb !armel !hurd-i386 !m68k !powerpc],
|
|
libatlas-base-dev [!alpha !arm !armeb !armel !hurd-i386 !m68k !powerpc] | libatlas.so.3gf [!alpha !arm !armeb !armel !hurd-i386 !m68k !powerpc],
|
|
gfortran, geomview, libqglviewer-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.
|