Skip to content
Snippets Groups Projects
Commit 259cc022 authored by George Hartzell's avatar George Hartzell Committed by Adam J. Stewart
Browse files

htslib depends_on version must match samtools (#3625)

parent 46251eb5
Branches
Tags
No related merge requests found
......@@ -38,7 +38,9 @@ class Samtools(Package):
version('1.2', '988ec4c3058a6ceda36503eebecd4122')
depends_on("ncurses")
depends_on("htslib", when='@1.3.1:') # htslib became standalone
# htslib became standalone @1.3.1, must use corresponding version
depends_on("htslib@1.4", when='@1.4')
depends_on("htslib@1.3.1", when='@1.3.1')
depends_on('zlib', when='@1.2') # needed for builtin htslib
def install(self, spec, prefix):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment