mpibash: move to autotools (#6253)
This commit is contained in:

committed by
GitHub

parent
02335fa849
commit
bde727e187
@@ -49,3 +49,12 @@ def configure_args(self):
|
||||
|
||||
def check(self):
|
||||
make('tests')
|
||||
|
||||
@property
|
||||
def install_targets(self):
|
||||
args = ['install']
|
||||
|
||||
if self.spec.satisfies('@4.4:'):
|
||||
args.append('install-headers')
|
||||
|
||||
return args
|
||||
|
Reference in New Issue
Block a user