seqprep: add zlib dependency. (#13062)
This commit is contained in:
parent
fdc91a1705
commit
f1e1693a6a
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ class Seqprep(MakefilePackage):
|
||||||
|
|
||||||
version('1.3.2', 'b6a4f5491dfdb0ce38bf791454151468')
|
version('1.3.2', 'b6a4f5491dfdb0ce38bf791454151468')
|
||||||
|
|
||||||
|
depends_on('zlib', type='link')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
mkdirp(prefix.bin)
|
mkdirp(prefix.bin)
|
||||||
install('SeqPrep', prefix.bin)
|
install('SeqPrep', prefix.bin)
|
||||||
|
|
Loading…
Reference in a new issue