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 :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) return os.path.join(self.stage.path, dirname)
def cmake_args(self): def cmake_args(self):