Accepting request 822931 from science
- temporary disable FEM module until VTK 9 support arrives OBS-URL: https://build.opensuse.org/request/show/822931 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/FreeCAD?expand=0&rev=25
This commit is contained in:
commit
7a7a8d7f02
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 23 11:43:21 UTC 2020 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- temporary disable FEM module until VTK 9 support arrives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 15:48:17 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
|
@ -188,6 +188,7 @@ rm src/3rdparty/Pivy -fr
|
||||
rm src/3rdparty/Pivy-0.5 -fr
|
||||
|
||||
%build
|
||||
# disabled until vtk 9 support arrives: -DBUILD_MESH_PART:BOOL=ON -DBUILD_FEM:BOOL=ON
|
||||
%cmake \
|
||||
-DCMAKE_INSTALL_PREFIX=%{x_prefix} \
|
||||
-DCMAKE_INSTALL_DATADIR=%{_datadir}/%{name} \
|
||||
@ -204,9 +205,9 @@ rm src/3rdparty/Pivy-0.5 -fr
|
||||
-DPYSIDE_INCLUDE_DIR=/usr/include/PySide2/ \
|
||||
-DBUILD_QT5=ON \
|
||||
-DFREECAD_USE_EXTERNAL_PIVY:BOOL=TRUE \
|
||||
-DBUILD_MESH_PART:BOOL=ON \
|
||||
-DBUILD_MESH_PART:BOOL=OFF \
|
||||
-DBUILD_OPENSCAD:BOOL=ON \
|
||||
-DBUILD_FEM:BOOL=ON \
|
||||
-DBUILD_FEM:BOOL=OFF \
|
||||
-DBUILD_FEM_NETGEN:BOOL=OFF \
|
||||
-DFREECAD_USE_EXTERNAL_SMESH=OFF \
|
||||
..
|
||||
|
Loading…
x
Reference in New Issue
Block a user