dealii: run more unit tests when building @dev

This commit is contained in:
Denis Davydov 2016-06-28 18:06:56 +02:00
parent 6810965457
commit 32c801bbf6

View file

@ -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('=====================================')