Fix flake8 errors.

This commit is contained in:
Glenn Johnson
2016-07-10 21:59:46 -05:00
parent 16f67b5bb1
commit 5e5e36a659
2 changed files with 23 additions and 18 deletions

View File

@@ -66,7 +66,7 @@ def install(self, spec, prefix):
CONTINUE_WITH_OPTIONAL_ERROR=yes
COMPONENTS=%s
""" % (self.intel_prefix, self.intel_prefix, self.global_license_file,
self.intel_components))
self.intel_components))
install_script = Executable("./install.sh")
install_script('--silent', silent_config_filename)
@@ -106,8 +106,8 @@ def install(self, spec, prefix):
self.prefix.lib, "intel64", "libimf.a")))[0]
# symlink or copy?
os.symlink(self.global_license_file, os.path.join(absbindir,
"license.lic"))
os.symlink(self.global_license_file,
os.path.join(absbindir, "license.lic"))
if spec.satisfies('+rpath'):
for compiler_command in ["icc", "icpc", "ifort"]:
@@ -147,7 +147,6 @@ def setup_environment(self, spack_env, run_env):
run_env.prepend_path('MIC_LD_LIBRARY_PATH',
join_path(self.prefix, 'lib', 'mic'))
run_env.prepend_path('MIC_LIBRARY_PATH',
join_path(self.prefix, 'tbb','lib', 'mic'))
join_path(self.prefix, 'tbb', 'lib', 'mic'))
run_env.prepend_path('MIC_LD_LIBRARY_PATH',
join_path(self.prefix, 'tbb','lib', 'mic'))
join_path(self.prefix, 'tbb', 'lib', 'mic'))