dealii: run more unit tests when building @dev
This commit is contained in:
		@@ -245,7 +245,7 @@ def install(self, spec, prefix):
 | 
				
			|||||||
            # change Linear Algebra to Trilinos
 | 
					            # change Linear Algebra to Trilinos
 | 
				
			||||||
            # The below filter_file should be different for versions
 | 
					            # The below filter_file should be different for versions
 | 
				
			||||||
            # before and after 8.4.0
 | 
					            # 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.*)',
 | 
					                filter_file(r'(\/\/ #define FORCE_USE_OF_TRILINOS.*)',
 | 
				
			||||||
                            ('#define FORCE_USE_OF_TRILINOS'), 'step-40.cc')
 | 
					                            ('#define FORCE_USE_OF_TRILINOS'), 'step-40.cc')
 | 
				
			||||||
            else:
 | 
					            else:
 | 
				
			||||||
@@ -257,7 +257,7 @@ def install(self, spec, prefix):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            # the rest of the tests on step 40 only works for
 | 
					            # the rest of the tests on step 40 only works for
 | 
				
			||||||
            # dealii version 8.4.0 and after
 | 
					            # 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('=====================================')
 | 
				
			||||||
                print('=== Step-40 Trilinos SuperluDist ====')
 | 
					                print('=== Step-40 Trilinos SuperluDist ====')
 | 
				
			||||||
                print('=====================================')
 | 
					                print('=====================================')
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user