Skip to content

Commit

Permalink
Merge pull request #537 from mmuetzel/elmergui
Browse files Browse the repository at this point in the history
Fix building with VTK 9.3 or newer
  • Loading branch information
raback authored Aug 27, 2024
2 parents 757916e + fd3f80e commit 45ac644
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
24 changes: 22 additions & 2 deletions .github/workflows/build-windows-mingw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,25 @@ jobs:
msmpi:p
openblas:p
parmetis:p
qwt-qt5:p
qt5-script:p
qt6-declarative:p
qwt-qt6:p
vtk:p
adios2:p
boost:p
cgns:p
cli11:p
eigen3:p
fast_float:p
ffmpeg:p
gl2ps:p
liblas:p
libmariadbclient:p
openslide:p
openvdb:p
pdal:p
unixodbc:p
utf8cpp:p
opencascade:p
${{ matrix.umfpack-package }}
- name: install MSMPI
Expand Down Expand Up @@ -94,6 +111,9 @@ jobs:
-DParMetis_INCLUDE_DIR="$(pkg-config --cflags parmetis)" \
-DWITH_Mumps=OFF \
-DWITH_ELMERGUI=ON \
-DWITH_QT6=ON \
-DWITH_VTK=ON \
-DWITH_OCC=ON \
-DWITH_PARAVIEW=ON \
-DCREATE_PKGCONFIG_FILE=ON \
${{ matrix.umfpack-cmake-flags }} \
Expand Down
1 change: 0 additions & 1 deletion ElmerGUI/Application/cad/cadview.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ namespace nglib {
#include <BRepMesh_IncrementalMesh.hxx>
#endif

#include "vtkConfigure.h"
#ifndef VTK_MAJOR_VERSION
#include "vtkVersionMacros.h"
#endif
Expand Down
1 change: 0 additions & 1 deletion ElmerGUI/Application/vtkpost/vtkpost.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
#include <gui/PythonQtScriptingConsole.h>
#endif

#include "vtkConfigure.h"
#ifndef VTK_MAJOR_VERSION
#include "vtkVersionMacros.h"
#endif
Expand Down

0 comments on commit 45ac644

Please sign in to comment.