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

Deprecate support for SuperLU 4.x

parent 85fce383
No related branches found
No related tags found
1 merge request!285Deprecate support for SuperLU 4.x
Pipeline #18294 passed
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
- Added a right-preconditioned flexible restarted GMRes solver - 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 # Release 2.6
- `BDMatrix` objects can now be constructed and assigned from `std::initializer_list`. - `BDMatrix` objects can now be constructed and assigned from `std::initializer_list`.
......
...@@ -153,6 +153,10 @@ else() ...@@ -153,6 +153,10 @@ else()
set(SUPERLU_WITH_VERSION "SuperLU <= 4.2 and >= 4.0" CACHE STRING set(SUPERLU_WITH_VERSION "SuperLU <= 4.2 and >= 4.0" CACHE STRING
"Human readable string containing SuperLU version information.") "Human readable string containing SuperLU version information.")
endif() 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() endif()
# behave like a CMake module is supposed to behave # 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.
Finish editing this message first!
Please register or to comment