dealii, test for specific version

Specified that test case “step-40” is only to be run when using dealii
version 8.4.0 or later
This commit is contained in:
Ali Dorostkar 2016-05-30 14:03:27 +02:00
parent 04061ece4f
commit d7e84fe07c

View File

@ -228,6 +228,7 @@ def install(self, spec, prefix):
# take step-40 which can use both PETSc and Trilinos
# FIXME: switch step-40 to MPI run
if spec.satisfies('@8.4.0:'):
with working_dir('examples/step-40'):
print('=====================================')
print('========== Step-40 PETSc ============')