Skip to content
Snippets Groups Projects
Commit 32c801bb authored by Denis Davydov's avatar Denis Davydov
Browse files

dealii: run more unit tests when building @dev

parent 68109654
Branches
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ def install(self, spec, prefix):
# change Linear Algebra to Trilinos
# The below filter_file should be different for versions
# before and after 8.4.0
if spec.satisfies('@8.4.0:'):
if spec.satisfies('@8.4.0:') or spec.satisfies('@dev'):
filter_file(r'(\/\/ #define FORCE_USE_OF_TRILINOS.*)',
('#define FORCE_USE_OF_TRILINOS'), 'step-40.cc')
else:
......@@ -257,7 +257,7 @@ def install(self, spec, prefix):
# the rest of the tests on step 40 only works for
# dealii version 8.4.0 and after
if spec.satisfies('@8.4.0:'):
if spec.satisfies('@8.4.0:') or spec.satisfies('@dev'):
print('=====================================')
print('=== Step-40 Trilinos SuperluDist ====')
print('=====================================')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment