Computational Geometry Algorithms Library
http://www.cgal.org/
Libraries for CGAL applications.
CGAL is a collaborative effort of several sites in Europe and
Israel. The goal is to make 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.
- Developed at graphics
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/cgal && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
CGAL-5.6.2-doc_html.tar.xz | 0054795164 52.3 MB | |
CGAL-5.6.2.tar.xz | 0024489156 23.4 MB | |
cgal-rpmlintrc | 0000000271 271 Bytes | |
cgal.changes | 0000021630 21.1 KB | |
cgal.spec | 0000005263 5.14 KB |
Comments 1
In the later upstream versions of CGAL, they have switched to header-only as the default installation mode. This may be something to gear towards here as well. Since the
-devel
package contains all sub-flavours, it also includes Qt5 which pulls in an enormous number of library dependencies that could potentially be avoided with a header-only installation.