Skip to content
Snippets Groups Projects
Commit 791aab85 authored by Eric's avatar Eric Committed by Massimiliano Culpo
Browse files

manta: Add version 1.5.0 and add missing zlib dependency (#10178)

parent 35dd9296
Branches
Tags
No related merge requests found
......@@ -12,11 +12,13 @@ class Manta(CMakePackage):
homepage = "https://github.com/Illumina/manta"
url = "https://github.com/Illumina/manta/releases/download/v1.3.2/manta-1.3.2.release_src.tar.bz2"
depends_on('boost@1.58.0:', type='build')
depends_on('cmake@2.8.12:', type='build')
depends_on('python@2.7.0:2.7.999', type=('build', 'run'))
version('1.5.0', sha256='9aa1a59c9cb8d2dd33724a42959c9398aff7840c5bf3c895d2483a8093b3d2dc')
version('1.4.0', '582d10f3bc56aecfa5c24931af3742b4')
version('1.3.2', '83f43fe1a12605c1e9803d1020b24bd1')
version('1.3.1', 'e315caff775878872ee300ed34e8adae')
version('1.3.0', '1243e2bb58ca7c9d69bbfbe528f492ec')
depends_on('boost@1.58.0:', type='build')
depends_on('cmake@2.8.12:', type='build')
depends_on('python@2.7.0:2.7.999', type=('build', 'run'))
depends_on('zlib')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment