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:

committed by
Adam J. Stewart

parent
34aea1328a
commit
3eedbd7c4e
@@ -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")
|
||||
|
Reference in New Issue
Block a user