Skip to content
Snippets Groups Projects
Commit 747dbcb8 authored by Bryce Allen's avatar Bryce Allen Committed by Massimiliano Culpo
Browse files

fix swift-t packages dependencies (#6530)

parent eb66aca9
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment