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
19266037
Commit
19266037
authored
4 months ago
by
Simon Praetorius
Browse files
Options
Downloads
Patches
Plain Diff
Links cond2test against dune-istl
parent
32fb97df
No related branches found
No related tags found
1 merge request
!598
Set up default include directories on module target
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/istl/eigenvalue/test/CMakeLists.txt
+4
-2
4 additions, 2 deletions
dune/istl/eigenvalue/test/CMakeLists.txt
with
4 additions
and
2 deletions
dune/istl/eigenvalue/test/CMakeLists.txt
+
4
−
2
View file @
19266037
...
...
@@ -2,19 +2,21 @@
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
dune_add_test
(
NAME poweriterationtest SOURCES cond2test.cc
LINK_LIBRARIES Dune::ISTL
CMD_ARGS 40
)
if
(
SuperLU_FOUND
)
dune_add_test
(
NAME poweriterationsuperlutest SOURCES cond2test.cc
LINK_LIBRARIES Dune::ISTL
CMD_ARGS 40
)
add_dune_superlu_flags
(
poweriterationsuperlutest
)
endif
()
if
(
ARPACKPP_FOUND
)
dune_add_test
(
NAME arpackpptest SOURCES cond2test.cc
)
dune_add_test
(
NAME arpackpptest SOURCES cond2test.cc
LINK_LIBRARIES Dune::ISTL
)
add_dune_arpackpp_flags
(
arpackpptest
)
endif
()
if
(
ARPACKPP_FOUND AND SuperLU_FOUND
)
dune_add_test
(
NAME arpackppsuperlutest SOURCES cond2test.cc
)
dune_add_test
(
NAME arpackppsuperlutest SOURCES cond2test.cc
LINK_LIBRARIES Dune::ISTL
)
endif
()
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