updated stat build dep requirements (#30505)
This commit is contained in:
parent
1a368419da
commit
e6d1c2d9f3
@ -44,9 +44,9 @@ class Stat(AutotoolsPackage):
|
|||||||
variant('gui', default=True, description="enable GUI")
|
variant('gui', default=True, description="enable GUI")
|
||||||
|
|
||||||
depends_on('autoconf', type='build')
|
depends_on('autoconf', type='build')
|
||||||
depends_on('automake', type='build')
|
depends_on('automake@:1.15', type='build')
|
||||||
depends_on('libtool', type='build')
|
depends_on('libtool', type='build')
|
||||||
depends_on('dyninst', when='~dysect')
|
depends_on('dyninst@:11.9', when='~dysect')
|
||||||
depends_on('dyninst@:9', when='@:4.0.1')
|
depends_on('dyninst@:9', when='@:4.0.1')
|
||||||
depends_on('dyninst@8.2.1+stat_dysect', when='+dysect')
|
depends_on('dyninst@8.2.1+stat_dysect', when='+dysect')
|
||||||
# we depend on fgfs@master to avoid seg faults with fgfs 1.1
|
# we depend on fgfs@master to avoid seg faults with fgfs 1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user