bringing back configuration and build stages

This commit is contained in:
Tom Scogland 2016-01-02 11:59:33 -08:00
parent 356836ccbb
commit 31803d10aa

View File

@ -206,6 +206,8 @@ def install(self, spec, prefix):
raise SpackException('The lldb variant requires the clang variant to be selected')
with working_dir('spack-build', create=True):
cmake(*cmake_args)
make()
make("install")
query_path = os.path.join('bin', 'clang-query')
# Manually install clang-query, because llvm doesn't...