Package: opencascade / 7.5.1+dfsg1-2

Metadata

Package Version Patches format
opencascade 7.5.1+dfsg1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dox cmake cleanup.patch | (download)

dox/FILES_HTML.txt | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 this patch removes build refs to files-excluded in d/copyright
fix install dir references.diff | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
adm/cmake/occt_macros.cmake | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 this patch replaces cloudflare mathjax with libjs-mathjax.
armel ftbfs.patch | (download)

CMakeLists.txt | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 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 !
dox/resources/occt_ug_html.doxyfile | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 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 !
1 file changed, 8 insertions(+), 8 deletions(-)

 [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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [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 !
1 file changed, 9 insertions(+), 2 deletions(-)

 [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 !
1 file changed, 12 insertions(+), 3 deletions(-)

 [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 | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 [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 !
1 file changed, 2 insertions(+), 1 deletion(-)

 [patch 6/7] brepoffset_tool: tryproject: check return of breplib::buildcurve3d. might be degenerate edge, so no curve
0007 ChFi3d_Builder PerformIntersectionAtEnd Check max nu.patch | (download)

src/ChFi3d/ChFi3d_Builder_C1.cxx | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch 7/7] chfi3d_builder: performintersectionatend: check max number of faces
0008 Add error checking to chamfer and fillet code.patch | (download)

src/ChFi3d/ChFi3d_Builder_0.cxx | 9 9 + 0 - 0 !
src/ChFi3d/ChFi3d_Builder_C1.cxx | 24 24 + 0 - 0 !
src/ChFi3d/ChFi3d_Builder_CnCrn.cxx | 14 13 + 1 - 0 !
3 files changed, 46 insertions(+), 1 deletion(-)

 [patch] add error-checking to chamfer and fillet code