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
da43b367
Commit
da43b367
authored
2 years ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
[cmake] Remove deprecated CMake variables for SuperLU
parent
3f94aec5
No related branches found
No related tags found
1 merge request
!508
Remove all deprecated code
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+7
-0
7 additions, 0 deletions
CHANGELOG.md
cmake/modules/AddSuperLUFlags.cmake
+0
-9
0 additions, 9 deletions
cmake/modules/AddSuperLUFlags.cmake
cmake/modules/FindSuperLU.cmake
+0
-11
0 additions, 11 deletions
cmake/modules/FindSuperLU.cmake
with
7 additions
and
20 deletions
CHANGELOG.md
+
7
−
0
View file @
da43b367
...
...
@@ -6,6 +6,13 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
# Master (will become release 2.10)
## Deprecations and removals
-
The deprecated CMake variables
`SUPERLU_INCLUDE_DIRS`
,
`SUPERLU_LIBRARIES`
,
`SUPERLU_DUNE_COMPILE_FLAGS`
, and
`SUPERLU_DUNE_LIBRARIES`
are removed, they are
replaced by the target
`SuperLU::SuperLU`
.
# Release 2.9
-
Add
`const`
qualifier to
`LinearOperator`
and
`ScalarProduct`
in
...
...
This diff is collapsed.
Click to expand it.
cmake/modules/AddSuperLUFlags.cmake
+
0
−
9
View file @
da43b367
...
...
@@ -21,15 +21,6 @@ if(SuperLU_FOUND)
dune_register_package_flags
(
COMPILE_DEFINITIONS
"ENABLE_SUPERLU=1"
LIBRARIES SuperLU::SuperLU
)
# for backwards compatibility only,
# they are deprecated and will be removed after Dune 2.8
set
(
SUPERLU_INCLUDE_DIRS
${
SUPERLU_INCLUDE_DIR
}
)
set
(
SUPERLU_LIBRARIES
${
SUPERLU_LIBRARY
}
)
set
(
SUPERLU_FOUND
${
SuperLU_FOUND
}
)
set
(
SUPERLU_DUNE_COMPILE_FLAGS
"-I
${
SUPERLU_INCLUDE_DIRS
}
"
CACHE STRING
"Compile flags used by DUNE when compiling SuperLU programs"
)
set
(
SUPERLU_DUNE_LIBRARIES
${
SUPERLU_LIBRARIES
}
${
BLAS_LIBRARIES
}
CACHE STRING
"Libraries used by DUNE when linking SuperLU programs"
)
endif
()
# Provide function to set target properties for linking to SuperLU
...
...
This diff is collapsed.
Click to expand it.
cmake/modules/FindSuperLU.cmake
+
0
−
11
View file @
da43b367
...
...
@@ -10,17 +10,6 @@
# :code:`SuperLU_FOUND`
# True if SuperLU available and usable.
#
# :code:`SUPERLU_INCLUDE_DIRS`
# Path to the SuperLU include dirs.
# .. deprecated:: 2.8
# Use target SuperLU::SuperLU instead.
#
# :code:`SUPERLU_LIBRARIES`
# Name to the SuperLU library.
# .. deprecated:: 2.8
# Use target SuperLU::SuperLU instead.
#
#
# This module provides the following imported targets, if found:
#
# :code:`SuperLU:SuperLU`
...
...
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