dealii: run more unit tests when building @dev
This commit is contained in:
parent
6810965457
commit
32c801bbf6
1 changed files with 2 additions and 2 deletions
|
@ -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('=====================================')
|
||||
|
|
Loading…
Reference in a new issue