style: bring packages in compliance with pep8-naming
This commit is contained in:
@@ -141,8 +141,8 @@ def setup_environment(self, spack_env, run_env):
|
||||
@on_package_attributes(run_tests=True)
|
||||
def check_install(self):
|
||||
prefix = self.prefix
|
||||
clik_example_C = Executable(join_path(prefix.bin, 'clik_example_C'))
|
||||
clik_example_c = Executable(join_path(prefix.bin, 'clik_example_C'))
|
||||
with working_dir('spack-check', create=True):
|
||||
clik_example_C(join_path(prefix, 'share', 'clik',
|
||||
clik_example_c(join_path(prefix, 'share', 'clik',
|
||||
'plc_2.0', 'hi_l', 'plik',
|
||||
'plik_dx11dr2_HM_v18_TT.clik'))
|
||||
|
Reference in New Issue
Block a user