sspace-standard: adding threads variant to perl dependency (#9452)

This commit is contained in:
snehring 2018-10-08 15:41:36 -05:00 committed by Levi Baber
parent b62571ecdf
commit c379f4ee24

View file

@ -41,7 +41,7 @@ class SspaceStandard(Package):
version('3.0', '7e171b4861b9d514e80aafc3d9cdf554') version('3.0', '7e171b4861b9d514e80aafc3d9cdf554')
depends_on('perl', type=('build', 'run')) depends_on('perl+threads', type=('build', 'run'))
def install(self, spec, prefix): def install(self, spec, prefix):
install_tree('bin', prefix.bin) install_tree('bin', prefix.bin)