openblas: derives from MakefilePackage (#2488)
* MakefilePackage: changed build_args and install_args for consistency with #2464 openblas: derives from MakefilePackage * MakefilePackage: changed default edit behavior
This commit is contained in:

committed by
Todd Gamblin

parent
f9ca5b9f27
commit
87c9b01033
@@ -49,5 +49,6 @@ def edit(self, spec, prefix):
|
||||
if sys.platform == 'darwin':
|
||||
filter_file(r'^INSTALL=.*', 'INSTALL=install', makefile)
|
||||
|
||||
def install_args(self):
|
||||
return ['prefix={0}'.format(prefix)]
|
||||
@property
|
||||
def install_targets(self):
|
||||
return ['install', 'prefix={0}'.format(self.prefix)]
|
||||
|
Reference in New Issue
Block a user