somatic-sniper depends_in('curses') (#4796)
somatic-sniper installs its own copy of samtools, which needs curses. I'm not sure why I didn't stumble on this in my dev environment, but I just stumbled over it in a standalone build.
This commit is contained in:
parent
870062076f
commit
c597bdb284
1 changed files with 2 additions and 0 deletions
|
@ -33,4 +33,6 @@ class SomaticSniper(CMakePackage):
|
||||||
|
|
||||||
version('1.0.5.0', '64bc2b001c9a8089f2a05900f8a0abfe')
|
version('1.0.5.0', '64bc2b001c9a8089f2a05900f8a0abfe')
|
||||||
|
|
||||||
|
depends_on('ncurses')
|
||||||
|
|
||||||
parallel = False
|
parallel = False
|
||||||
|
|
Loading…
Reference in a new issue