Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[9.5] CMake: remove VTK configure option #15515

Merged
merged 5 commits into from
Jun 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
export OMPI_MCA_btl_base_warn_component_unused='0'

cd build
make -j2 setup_tests_simplex setup_tests_vtk
make -j2 setup_tests_simplex
ctest --output-on-failure -j2
- name: failed test log
if: ${{ failure() }}
Expand Down
20 changes: 0 additions & 20 deletions cmake/configure/configure_50_vtk.cmake

This file was deleted.

65 changes: 0 additions & 65 deletions cmake/modules/FindDEAL_II_VTK.cmake

This file was deleted.

1 change: 0 additions & 1 deletion contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ RUN cd /usr/src && \
-DDEAL_II_WITH_TBB=ON \
-DDEAL_II_WITH_TRILINOS=ON \
-DDEAL_II_WITH_UMFPACK=ON \
-DDEAL_II_WITH_VTK=ON \
-DDEAL_II_WITH_ZLIB=ON \
.. \
&& ninja -j 2 install \
Expand Down
1 change: 0 additions & 1 deletion doc/doxygen/options.dox.in
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ PREDEFINED = DOXYGEN=1 \
DEAL_II_TRILINOS_WITH_ZOLTAN=1 \
DEAL_II_TRILINOS_VERSION_GTE=1 \
DEAL_II_WITH_UMFPACK=1 \
DEAL_II_WITH_VTK=1 \
DEAL_II_WITH_ZLIB=1

# do not expand exception declarations
Expand Down
1 change: 0 additions & 1 deletion doc/users/cmake_dealii.html
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ <h3>Feature configuration</h3>
DEAL_II_WITH_TBB
DEAL_II_WITH_TRILINOS
DEAL_II_WITH_UMFPACK
DEAL_II_WITH_VTK
DEAL_II_WITH_ZLIB
</pre>
They all have standard meanings with the exception of one:
Expand Down
1 change: 0 additions & 1 deletion doc/users/config.sample
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
# set(DEAL_II_WITH_TBB "ON" CACHE BOOL "")
# set(DEAL_II_WITH_TRILINOS "ON" CACHE BOOL "")
# set(DEAL_II_WITH_UMFPACK "ON" CACHE BOOL "")
# set(DEAL_II_WITH_VTK "ON" CACHE BOOL "")
# set(DEAL_II_WITH_ZLIB "ON" CACHE BOOL "")
#

Expand Down
1 change: 0 additions & 1 deletion include/deal.II/base/config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
#cmakedefine DEAL_II_WITH_TRILINOS
#cmakedefine DEAL_II_WITH_UMFPACK
#cmakedefine DEAL_II_FEATURE_UMFPACK_BUNDLED_CONFIGURED
#cmakedefine DEAL_II_WITH_VTK
#cmakedefine DEAL_II_WITH_ZLIB

#ifdef DEAL_II_WITH_TBB
Expand Down
81 changes: 0 additions & 81 deletions include/deal.II/vtk/utilities.h

This file was deleted.

6 changes: 0 additions & 6 deletions tests/vtk/CMakeLists.txt

This file was deleted.

39 changes: 0 additions & 39 deletions tests/vtk/vtk_01.cc

This file was deleted.

2 changes: 0 additions & 2 deletions tests/vtk/vtk_01.output

This file was deleted.