mitofates: needs perl at runtime (#8526)

This commit is contained in:
Levi Baber 2018-06-20 11:17:14 -05:00 committed by Adam J. Stewart
parent 5c731f54b8
commit f9683419f9

View File

@ -35,6 +35,7 @@ class Mitofates(Package):
version('1.2', 'aaac42a8e8c7318a4abde9df3a4b72d1')
depends_on('libsvm')
depends_on('perl', type='run')
def install(self, spec, prefix):
install_tree('bin', prefix.bin)