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
89a8602e
Commit
89a8602e
authored
1 year ago
by
Simon Praetorius
Browse files
Options
Downloads
Patches
Plain Diff
Move the find_package(SuiteSparse) from istl to common
parent
f0fe9b6c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!538
Move the find_package(SuiteSparse) from istl to common
Pipeline
#64559
passed
1 year ago
Stage: .pre
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/modules/DuneIstlMacros.cmake
+0
-2
0 additions, 2 deletions
cmake/modules/DuneIstlMacros.cmake
with
0 additions
and
2 deletions
cmake/modules/DuneIstlMacros.cmake
+
0
−
2
View file @
89a8602e
...
...
@@ -13,8 +13,6 @@ find_package(SuperLU 5.0)
include
(
AddSuperLUFlags
)
find_package
(
ARPACKPP
)
include
(
AddARPACKPPFlags
)
find_package
(
SuiteSparse OPTIONAL_COMPONENTS CHOLMOD LDL SPQR UMFPACK
)
include
(
AddSuiteSparseFlags
)
# enable / disable backwards compatibility w.r.t. category
set
(
DUNE_ISTL_SUPPORT_OLD_CATEGORY_INTERFACE 1
...
...
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