removed extraneous comment lines
This commit is contained in:
parent
48f19b5fde
commit
356836ccbb
@ -206,8 +206,6 @@ def install(self, spec, prefix):
|
|||||||
raise SpackException('The lldb variant requires the clang variant to be selected')
|
raise SpackException('The lldb variant requires the clang variant to be selected')
|
||||||
|
|
||||||
with working_dir('spack-build', create=True):
|
with working_dir('spack-build', create=True):
|
||||||
# cmake(*cmake_args)
|
|
||||||
# make()
|
|
||||||
make("install")
|
make("install")
|
||||||
query_path = os.path.join('bin', 'clang-query')
|
query_path = os.path.join('bin', 'clang-query')
|
||||||
# Manually install clang-query, because llvm doesn't...
|
# Manually install clang-query, because llvm doesn't...
|
||||||
|
Loading…
Reference in New Issue
Block a user