fix swift-t packages dependencies (#6530)
This commit is contained in:
parent
eb66aca9ae
commit
747dbcb82b
@ -37,6 +37,7 @@ class Stc(AutotoolsPackage):
|
||||
depends_on('java')
|
||||
depends_on('ant')
|
||||
depends_on('turbine')
|
||||
depends_on('zsh', type='run')
|
||||
|
||||
def configure_args(self):
|
||||
args = ['--with-turbine=' + self.spec['turbine'].prefix]
|
||||
|
@ -36,7 +36,8 @@ class Turbine(AutotoolsPackage):
|
||||
|
||||
depends_on('adlbx')
|
||||
depends_on('tcl')
|
||||
depends_on('zsh', type='run')
|
||||
depends_on('zsh')
|
||||
depends_on('swig')
|
||||
|
||||
def configure_args(self):
|
||||
args = ['--with-c-utils=' + self.spec['exmcutils'].prefix,
|
||||
|
Loading…
Reference in New Issue
Block a user