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 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
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:
cmake,
debhelper-compat (= 13),
dpkg-awk,
ipe,
libboost-dev,
libboost-program-options-dev,
libboost-thread-dev,
libeigen3-dev,
libglu1-mesa-dev,
libgmp-dev,
libipe-dev,
libmpfr-dev,
qt6-base-dev [!armel !armhf],
qt6-base-dev-tools [!armel !armhf],
qt6-svg-dev [!armel !armhf],
qt6-tools-dev [!armel !armhf],
tar (>= 1.28),
zlib1g-dev
Standards-Version: 4.7.0
Section: libs
Rules-Requires-Root: no
Homepage: https://www.cgal.org/
Vcs-Git: https://salsa.debian.org/reichel/cgal.git
Vcs-Browser: https://salsa.debian.org/reichel/cgal
Package: libcgal-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libboost-dev,
libboost-program-options-dev,
libboost-thread-dev,
libgmp-dev,
libmpfr-dev,
zlib1g-dev,
${misc:Depends}
Suggests:
libmpfi-dev,
libntl-dev,
libtbb-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 most of the header files. The header files for
visualization with Qt can be found in the package libcgal-qt6-dev.
Package: libcgal-qt6-dev
Section: libdevel
# actually "Architecture: any [!armel !armhf]" via debhelper
Architecture: any
Multi-Arch: same
Replaces: libcgal-qt5-dev (<< 6.0~)
Breaks: libcgal-qt5-dev (<< 6.0~)
Depends:
libcgal-dev,
qt6-base-dev,
qt6-base-dev-tools,
qt6-svg-dev,
qt6-tools-dev,
${misc:Depends}
Description: C++ library for computational geometry (development files, support for Qt6)
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 for visualization with Qt.
Package: libcgal-demo
Section: devel
Architecture: all
Multi-Arch: foreign
Depends: libcgal-dev (>= ${binary:Version}), ${misc:Depends}
Recommends: libcgal-qt6-dev (>= ${binary:Version})
Suggests:
cimg-dev,
geomview,
gfortran,
lib3mf-dev,
libboost-filesystem-dev,
libboost-iostreams-dev,
libboost-serialization-dev,
libceres-dev,
libeigen3-dev,
libglew-dev,
libglpk-dev,
libinsighttoolkit5-dev,
libipe-dev,
liblapack-dev,
libmagick++-dev,
libmetis-dev,
libmpfi-dev,
libntl-dev,
libopencv-dev,
libopenmesh-dev,
libssh-dev,
libsuitesparse-dev,
libtbb-dev,
libvtk9-dev,
nlohmann-json3-dev,
qt6-base-dev,
qt6-base-dev-tools,
qt6-svg-dev,
qt6-tools-dev,
qt6-websockets-dev,
vtk9
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: ipe (>= ${Ipe-Version}), ipe (<< ${Ipe-Version}+),
${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.
|