style: bring packages in compliance with pep8-naming

This commit is contained in:
Todd Gamblin
2018-06-27 10:27:03 -07:00
parent 20e4038a72
commit d0a808944e
27 changed files with 308 additions and 312 deletions

View File

@@ -81,8 +81,8 @@ def build_targets(self):
math_includes += " -I" + spec['blas'].prefix.include
targets.append('SPACKBLASINCLUDES=' + math_includes)
# And BML
bmlLibDirs = spec['bml'].libs.directories[0]
targets.append('BML_PATH=' + bmlLibDirs)
bml_lib_dirs = spec['bml'].libs.directories[0]
targets.append('BML_PATH=' + bml_lib_dirs)
targets.append('--file=Makefile.vanilla')
return targets