Skip to content
Snippets Groups Projects
Commit f9683419 authored by Levi Baber's avatar Levi Baber Committed by Adam J. Stewart
Browse files

mitofates: needs perl at runtime (#8526)

parent 5c731f54
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ class Mitofates(Package): ...@@ -35,6 +35,7 @@ class Mitofates(Package):
version('1.2', 'aaac42a8e8c7318a4abde9df3a4b72d1') version('1.2', 'aaac42a8e8c7318a4abde9df3a4b72d1')
depends_on('libsvm') depends_on('libsvm')
depends_on('perl', type='run')
def install(self, spec, prefix): def install(self, spec, prefix):
install_tree('bin', prefix.bin) install_tree('bin', prefix.bin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment