Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-istl
Commits
873e7699
Commit
873e7699
authored
5 years ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
Deprecate support for SuperLU 4.x
parent
85fce383
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!285
Deprecate support for SuperLU 4.x
Pipeline
#18294
passed
5 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+2
-0
2 additions, 0 deletions
CHANGELOG.md
cmake/modules/FindSuperLU.cmake
+4
-0
4 additions, 0 deletions
cmake/modules/FindSuperLU.cmake
with
6 additions
and
0 deletions
CHANGELOG.md
+
2
−
0
View file @
873e7699
...
@@ -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`
.
...
...
This diff is collapsed.
Click to expand it.
cmake/modules/FindSuperLU.cmake
+
4
−
0
View file @
873e7699
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment