This commit is contained in:
Greg Becker 2020-09-21 11:54:23 -05:00 committed by GitHub
parent 88187bc63c
commit 5565b6494d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -314,7 +314,7 @@ def build_directory(self):
:return: directory where to build the package
"""
dirname = 'spack-build=%s' % self.spec.dag_hash(7)
dirname = 'spack-build-%s' % self.spec.dag_hash(7)
return os.path.join(self.stage.path, dirname)
def cmake_args(self):