trinity: add perl+threads dependency (#8143)
This commit is contained in:
parent
99f678035a
commit
29b695ed40
@ -48,6 +48,7 @@ class Trinity(MakefilePackage):
|
|||||||
depends_on("bowtie2")
|
depends_on("bowtie2")
|
||||||
depends_on("jellyfish")
|
depends_on("jellyfish")
|
||||||
depends_on("salmon")
|
depends_on("salmon")
|
||||||
|
depends_on("perl+threads")
|
||||||
|
|
||||||
def build(self, spec, prefix):
|
def build(self, spec, prefix):
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user