Package: freecad / 0.20.2+dfsg1-4
Metadata
Package | Version | Patches format |
---|---|---|
freecad | 0.20.2+dfsg1-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix occt 7.5.2.patch | (download) |
src/Mod/Part/App/ShapeUpgrade/UnifySameDomainPyImp.cpp |
3 3 + 0 - 0 ! |
fix builds for opencascade >= 7.5.2 |
opencascade74.patch | (download) |
src/Mod/Raytracing/App/RayFeature.cpp |
16 8 + 8 - 0 ! |
fix break caused by hidden dependency on 3rd party library (opencascade) "using namespace std" |
fix_gcc8_ftbfs.patch | (download) |
src/3rdParty/salomesmesh/inc/SMDS_MeshElement.hxx |
4 2 + 2 - 0 ! |
fixes gcc8 ftbfs due to included copy of smesh. |
fix_armel_FTBFS.patch | (download) |
src/3rdParty/salomesmesh/inc/Rn.h |
196 98 + 98 - 0 ! |
fix compilation on armel due to coincident variables in sys/ucontext.h (R2, R3, R4). Thanks to Paul Brook <paul@codesourcery.com> http://lists.alioth.debian.org/pipermail/debian-science-maintainers/2011-October/009876.html |
fix cmake extra license.patch | (download) |
src/Mod/Idf/CMakeLists.txt |
2 1 + 1 - 0 ! |
don't include extra license file in package |
do_not_install_binary_examples.patch | (download) |
CMakeLists.txt |
1 0 + 1 - 0 ! |
do not include binary examples excluded via d/copyright |
exclude_ply.patch | (download) |
src/Mod/OpenSCAD/CMakeLists.txt |
6 0 + 6 - 0 ! |
exclude ply from build-sources, use packaged version |
disable_memory_check.patch | (download) |
src/3rdParty/salomesmesh/src/SMDS/SMDS_Mesh.cpp |
58 1 + 57 - 0 ! |
disable memory-check in smds because sysinfo.h is not working on BSD-systems and causes FTBFS. It is better to disable it only on BSD-platforms. Or use http://code.google.com/p/sysinfo-bsd/source/browse/sysinfo.c for them. |
python3.8 syntax.diff | (download) |
src/Mod/Test/TestPythonSyntax.py |
2 2 + 0 - 0 ! |
--- |
fix s390x test fail skip load old file.patch | (download) |
src/Mod/Fem/femtest/app/test_open.py |
5 5 + 0 - 0 ! |
skip open_de9b3fb438 s390x to avoid oom The load of the current file in test_open_head is fine, but open_de9b3fb438 goes into an OOM even in huge (e.g. 10GB) systemd. This probably needs a proper fix by upstream in regard to the migration modules that load the old code, but until then (since the rest works on s390x) this unblocks the package self-test in Debian & Ubuntu. |
run_single instance.patch | (download) |
src/XDGData/org.freecadweb.FreeCAD.desktop |
2 1 + 1 - 0 ! |
single instance of application. |
fix 1014875 arm FTBFS.patch | (download) |
src/Gui/Quarter/QuarterWidget.cpp |
5 5 + 0 - 0 ! |
fix ftbfs on armhf/armel, undefined gl_projection This define is defined in GL/gl.h, so there must be some missing include somewhere. This patch just adds the include |
fix 1017598.patch | (download) |
src/Mod/Fem/femtest/app/test_solver_calculix.py |
13 7 + 6 - 0 ! |
disable failing fem test case testsolvercalculix The upstream bug tracker suggests that this is a problem with the test, as it seems |
bug 993089 dxf support desktop file.patch | (download) |
src/XDGData/org.freecadweb.FreeCAD.desktop |
2 1 + 1 - 0 ! |
add several supported mime types to deskto file. |
numpy 1.24.patch | (download) |
src/Mod/Fem/femmesh/meshtools.py |
2 1 + 1 - 0 ! |
use int instead of deprecated `np.int` |