drop netgen support

OBS-URL: https://build.opensuse.org/package/show/science/FreeCAD?expand=0&rev=23
This commit is contained in:
Adrian Schröter 2018-04-10 14:22:58 +00:00 committed by Git OBS Bridge
parent 5731cd6770
commit b500920c84
2 changed files with 0 additions and 7 deletions

View File

@ -4,7 +4,6 @@ Tue Apr 10 11:33:35 UTC 2018 - adrian@suse.de
- update to version 0.17
2 years of work: https://www.freecadweb.org/wiki/Release_notes_0.17
- switching to Qt5
- enabled netgen FEM support
-------------------------------------------------------------------
Thu Jan 4 15:36:57 UTC 2018 - wbauer@tmo.at

View File

@ -34,7 +34,6 @@ Patch2: 0001-find-openmpi2-include-files.patch
BuildRequires: Coin-devel
#BuildRequires: SoQt-devel
BuildRequires: libmed-devel
BuildRequires: netgen-devel
# we use upstream OpenCASCADE instead of oce atm
BuildRequires: occt-devel
BuildRequires: vtk-devel
@ -188,11 +187,6 @@ cmake \
-DBUILD_MESH_PART:BOOL=ON \
-DBUILD_OPENSCAD:BOOL=ON \
-DBUILD_FEM:BOOL=ON \
-DNGLIB_INCLUDE_DIR=/usr/include/netgen/include/ \
-DNGLIB_LIBNGLIB=%_libdir/netgen/libnglib.so \
-DNGLIB_LIBINTERFACE=%_libdir/netgen/libinterface.so \
-DNGLIB_LIBMESH=%_libdir/netgen/libmesh.so \
-DNGLIB_LIBOCC=%_libdir/netgen/libocc.so \
-DBUILD_FEM_NETGEN:BOOL=ON \
-DFREECAD_USE_EXTERNAL_SMESH=OFF \
..