Skip to content
Snippets Groups Projects
Commit 46e0ad32 authored by Eric Martin's avatar Eric Martin Committed by Massimiliano Culpo
Browse files

bowtie: Add missing zlib dependency (#10984)

parent 133d4ca9
Branches
Tags
No related merge requests found
......@@ -38,6 +38,7 @@ class Bowtie(MakefilePackage):
variant('tbb', default=False, description='Use Intel thread building block')
depends_on('tbb', when='+tbb')
depends_on('zlib')
# See: https://github.com/BenLangmead/bowtie/issues/87, a
# different fix is in the FreeBSD ports/package tree
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment