bringing back configuration and build stages
This commit is contained in:
parent
356836ccbb
commit
31803d10aa
@ -206,6 +206,8 @@ 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