Improved naming of properties and classes (per Denis comments).

This commit is contained in:
alalazo
2017-06-11 08:35:22 +02:00
committed by Todd Gamblin
parent 28e129b087
commit 8e0f9038ab
7 changed files with 21 additions and 19 deletions

View File

@@ -26,7 +26,7 @@
import os
class Mpich(AutotoolsPackage, FilterCompilerWrappersPackageMixin):
class Mpich(AutotoolsPackage, mixins.FilterCompilerWrappers):
"""MPICH is a high performance and widely portable implementation of
the Message Passing Interface (MPI) standard."""
@@ -171,7 +171,7 @@ def configure_args(self):
return config_args
@property
def compiler_wrappers(self):
def to_be_filtered_for_wrappers(self):
return [
join_path(self.prefix.bin, 'mpicc'),
join_path(self.prefix.bin, 'mpicxx'),