Skip to content
Snippets Groups Projects
Commit ada8d5ce authored by Eric's avatar Eric Committed by Adam J. Stewart
Browse files

velvet: Add missing zlib dependency to fix installation errors (#10212)

parent 722e7058
Branches
Tags
No related merge requests found
...@@ -15,6 +15,8 @@ class Velvet(MakefilePackage): ...@@ -15,6 +15,8 @@ class Velvet(MakefilePackage):
version('1.2.10', '6e28c4b9bedc5f7ab2b947e7266a02f6') version('1.2.10', '6e28c4b9bedc5f7ab2b947e7266a02f6')
depends_on('zlib')
def install(self, spec, prefix): def install(self, spec, prefix):
mkdirp(prefix.bin) mkdirp(prefix.bin)
install('velvetg', prefix.bin) install('velvetg', prefix.bin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment