sspace-standard: adding threads variant to perl dependency (#9452)
This commit is contained in:
parent
b62571ecdf
commit
c379f4ee24
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class SspaceStandard(Package):
|
|||
|
||||
version('3.0', '7e171b4861b9d514e80aafc3d9cdf554')
|
||||
|
||||
depends_on('perl', type=('build', 'run'))
|
||||
depends_on('perl+threads', type=('build', 'run'))
|
||||
|
||||
def install(self, spec, prefix):
|
||||
install_tree('bin', prefix.bin)
|
||||
|
|
Loading…
Reference in a new issue