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:
George Hartzell 2017-07-18 07:40:41 -07:00 committed by Adam J. Stewart
parent 870062076f
commit c597bdb284

View file

@ -33,4 +33,6 @@ class SomaticSniper(CMakePackage):
version('1.0.5.0', '64bc2b001c9a8089f2a05900f8a0abfe')
depends_on('ncurses')
parallel = False