diff options
author | Ali Dorostkar <ashkan.dorostkar@gmail.com> | 2016-05-31 08:44:46 +0200 |
---|---|---|
committer | Ali Dorostkar <ashkan.dorostkar@gmail.com> | 2016-05-31 08:44:46 +0200 |
commit | e82fb5b58f4ccdf7a4bfcda0331b4649dec3de75 (patch) | |
tree | 1c5f3b29cfed684f11449db0574c91f08a6dd6e6 /var | |
parent | c4d5bd13c7596577bef119dcac2b83e213a92ce5 (diff) | |
download | spack-e82fb5b58f4ccdf7a4bfcda0331b4649dec3de75.tar.gz spack-e82fb5b58f4ccdf7a4bfcda0331b4649dec3de75.tar.bz2 spack-e82fb5b58f4ccdf7a4bfcda0331b4649dec3de75.tar.xz spack-e82fb5b58f4ccdf7a4bfcda0331b4649dec3de75.zip |
Fixed spacing
Replaced tabs with spaces
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/dealii/package.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/dealii/package.py b/var/spack/repos/builtin/packages/dealii/package.py index 2b148da074..35658c75a0 100644 --- a/var/spack/repos/builtin/packages/dealii/package.py +++ b/var/spack/repos/builtin/packages/dealii/package.py @@ -244,8 +244,8 @@ class Dealii(Package): print('========= Step-40 Trilinos ==========') print('=====================================') # change Linear Algebra to Trilinos - # The below filter_file should be different for versions - # before and after 8.4.0 + # The below filter_file should be different for versions + # before and after 8.4.0 if spec.satisfies('@8.4.0:'): filter_file(r'(\/\/ #define FORCE_USE_OF_TRILINOS.*)', ('#define FORCE_USE_OF_TRILINOS'), 'step-40.cc') @@ -256,8 +256,8 @@ class Dealii(Package): make('release') make('run', parallel=False) - # the rest of the tests on step 40 only works for - # dealii version 8.4.0 and after + # the rest of the tests on step 40 only works for + # dealii version 8.4.0 and after if spec.satisfies('@8.4.0:'): print('=====================================') print('=== Step-40 Trilinos SuperluDist ====') |