Skip to content
Snippets Groups Projects
Commit 430a2585 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Deprecate support for SuperLU 4.x

parent 37311d14
No related branches found
No related tags found
No related merge requests found
Pipeline #17720 passed
......@@ -28,6 +28,8 @@
- Added a right-preconditioned flexible restarted GMRes solver
- Deprecated support for SuperLU 4.x. It will be removed after Dune 2.7.
# Release 2.6
- `BDMatrix` objects can now be constructed and assigned from `std::initializer_list`.
......
......@@ -153,6 +153,10 @@ else()
set(SUPERLU_WITH_VERSION "SuperLU <= 4.2 and >= 4.0" CACHE STRING
"Human readable string containing SuperLU version information.")
endif()
if(NOT SUPERLU_MIN_VERSION_5)
message(AUTHOR_WARNING "Support for SuperLU 4.x is deprecated an will be removed after Dune 2.7")
endif()
endif()
# behave like a CMake module is supposed to behave
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment