gdb: fix installation (#15016)
This commit is contained in:
parent
8071369ffe
commit
60847abf0e
@ -41,6 +41,8 @@ class Gdb(AutotoolsPackage, GNUMirrorPackage):
|
|||||||
depends_on('python', when='+python')
|
depends_on('python', when='+python')
|
||||||
depends_on('xz', when='+xz')
|
depends_on('xz', when='+xz')
|
||||||
|
|
||||||
|
build_directory = 'spack-build'
|
||||||
|
|
||||||
def configure_args(self):
|
def configure_args(self):
|
||||||
args = []
|
args = []
|
||||||
if '+python' in self.spec:
|
if '+python' in self.spec:
|
||||||
|
Loading…
Reference in New Issue
Block a user