typo (#18845)
This commit is contained in:
parent
88187bc63c
commit
5565b6494d
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user