2019-05-12 09:01:43 +00:00
committed by Git OBS Bridge
parent 9812fb44b1
commit 166e810772
2 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,13 @@
Sun May 12 07:21:14 UTC 2019 - Adrian Schröter <adrian@suse.de>
- Update to 0.18.2
* replace insecure use of eval() with proper use of units
* py3/py2: use exec as function
* Arch: Fixed error in roof - Fixes #3864
* Draft: Fixed 0.18.1 bug in DXF importer
* Py3 fix: correctly convert a Python str to const char*
* Py3 fix reading/writing from/to OBJ file
* fixes 0003913: libspnav crash on linux wayland during startup
-------------------------------------------------------------------
Fri Apr 5 11:56:11 UTC 2019 - Adrian Schröter <adrian@suse.de>

View File

@@ -208,13 +208,12 @@ cmake \
-DSHIBOKEN_INCLUDE_DIR=/usr/include/shiboken2/ \
-DPYSIDE_INCLUDE_DIR=/usr/include/PySide2/ \
-DBUILD_QT5=ON \
-DFREECAD_USE_QTWEBMODULE="Qt WebEngine" \
%endif
-DFREECAD_USE_EXTERNAL_PIVY:BOOL=TRUE \
-DBUILD_MESH_PART:BOOL=ON \
-DBUILD_OPENSCAD:BOOL=ON \
-DBUILD_FEM:BOOL=ON \
-DBUILD_FEM_NETGEN:BOOL=ON \
-DBUILD_FEM_NETGEN:BOOL=OFF \
-DFREECAD_USE_EXTERNAL_SMESH=OFF \
..