Package: opencascade / 7.8.1+dfsg1-3
Metadata
Package | Version | Patches format |
---|---|---|
opencascade | 7.8.1+dfsg1-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
dox cmake cleanup.patch | (download) |
dox/FILES_HTML.txt |
2 0 + 2 - 0 ! |
this patch removes build refs to files-excluded in d/copyright |
fix install dir references.diff | (download) |
CMakeLists.txt |
2 1 + 1 - 0 ! |
fix install dir references for debian This patch fixes cmake install dir references and comes from the opencascade7 package on the ArchLinux User Repository. |
remove cloudflare mathjax.diff | (download) |
dox/CMakeLists.txt |
2 1 + 1 - 0 ! |
this patch replaces cloudflare mathjax with libjs-mathjax. |
armel ftbfs.patch | (download) |
CMakeLists.txt |
6 6 + 0 - 0 ! |
do not enforce atomics support on archs not supporting it. armel seems to have no atomic support on opencascade, so make it possible to hint the build system not to enforce it. |
do not use doxygen searchengine.patch | (download) |
dox/CMakeLists.txt |
4 2 + 2 - 0 ! |
do not use a server-based search engine for the doxygen documentation. As this would require a webserver with php enabled. |
0001 cmake Don t try to write to install directory. You k.patch | (download) |
CMakeLists.txt |
16 8 + 8 - 0 ! |
[patch 1/7] cmake: don't try to write to install directory. you know, permissions and all |
0002 GeomPlate_BuildAveragePlane BasePlan Don t set yvect.patch | (download) |
src/GeomPlate/GeomPlate_BuildAveragePlane.cxx |
2 1 + 1 - 0 ! |
[patch 2/7] geomplate_buildaverageplane: baseplan: don't set yvector to zero. see following: |
0003 BRepFill_Filling WireFromList We can t assume that a.patch | (download) |
src/BRepFill/BRepFill_Filling.cxx |
11 9 + 2 - 0 ! |
[patch 3/7] brepfill_filling: wirefromlist: we can't assume that a connected edge was found and the iterator is valid or we will crash on edges.remove |
0004 BRepFill_Filling Curve constraints confused by impli.patch | (download) |
src/BRepFill/BRepFill_Filling.cxx |
15 12 + 3 - 0 ! |
[patch 4/7] brepfill_filling: curve constraints confused by implicit cast from geomabs_shape to standard_integer |
0005 BRepFill_Filling Don t even attempt to build with em.patch | (download) |
src/BRepFill/BRepFill_Filling.cxx |
11 9 + 2 - 0 ! |
[patch 5/7] brepfill_filling: don't even attempt to build with empty boundary |
0006 BRepOffset_Tool TryProject Check return of BRepLib B.patch | (download) |
src/BRepOffset/BRepOffset_Tool.cxx |
3 2 + 1 - 0 ! |
[patch 6/7] brepoffset_tool: tryproject: check return of breplib::buildcurve3d. might be degenerate edge, so no curve |
0010 fix cmake module.patch | (download) |
CMakeLists.txt |
1 1 + 0 - 0 ! |
fix cmake module path to be able to install cmake module in mulipath. Also, do not bail out if an opencascade component is not installed in the cmake module (it might be in a |
0011 cmake workaround tbbmemory.patch | (download) |
CMakeLists.txt |
2 1 + 1 - 0 ! |
--- |
0012 cmake do not export ffile prefix.patch | (download) |
CMakeLists.txt |
3 3 + 0 - 0 ! |
remove -ffile-prefix-map= from cmake module generated compiler flags. |
0013 use auto instead of specific type.patch | (download) |
src/StdPrs/StdPrs_BRepFont.cxx |
2 1 + 1 - 0 ! |
[patch] 0033808: coding - freetype use unsigned point and contour indexing in `ft_outline` Bug-Debian: https://bugs.debian.org/1083127 Changes to auto instead of specific type |