summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorGeorge Hartzell <hartzell@alerce.com>2017-07-18 07:40:41 -0700
committerAdam J. Stewart <ajstewart426@gmail.com>2017-07-18 09:40:41 -0500
commitc597bdb284e2f0646ea405f4e65320b58329a8a2 (patch)
tree4f6482ff28157d06a69f469350e670dd44e42bb1 /var
parent870062076fe9fdffa58f59b891ae2be56601c63f (diff)
downloadspack-c597bdb284e2f0646ea405f4e65320b58329a8a2.tar.gz
spack-c597bdb284e2f0646ea405f4e65320b58329a8a2.tar.bz2
spack-c597bdb284e2f0646ea405f4e65320b58329a8a2.tar.xz
spack-c597bdb284e2f0646ea405f4e65320b58329a8a2.zip
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.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/somatic-sniper/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/somatic-sniper/package.py b/var/spack/repos/builtin/packages/somatic-sniper/package.py
index 1f2b4b470a..4d5a17bcce 100644
--- a/var/spack/repos/builtin/packages/somatic-sniper/package.py
+++ b/var/spack/repos/builtin/packages/somatic-sniper/package.py
@@ -33,4 +33,6 @@ class SomaticSniper(CMakePackage):
version('1.0.5.0', '64bc2b001c9a8089f2a05900f8a0abfe')
+ depends_on('ncurses')
+
parallel = False