py-deeptools: new package and dependencies (#4717)

* py-deeptools: new package and dependencies

* py-deeptools: fixing python things

* missed a fix
This commit is contained in:
Audrey Thoma
2017-07-13 22:02:08 -05:00
committed by Adam J. Stewart
parent 34aea1328a
commit 3eedbd7c4e
5 changed files with 159 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ class Bcftools(Package):
depends_on('zlib')
depends_on('bzip2', when="@1.4:")
# build fails without xz
depends_on('xz', when="@1.4")
def install(self, spec, prefix):
make("prefix=%s" % prefix, "all")