fixing abyss (#5973)

This commit is contained in:
Audrey Thoma 2017-10-28 10:05:52 -05:00 committed by Massimiliano Culpo
parent 5ebddcd5e3
commit edae3ceae7

View file

@ -33,9 +33,12 @@ class Abyss(AutotoolsPackage):
homepage = "http://www.bcgsc.ca/platform/bioinfo/software/abyss"
url = "https://github.com/bcgsc/abyss/archive/2.0.2.tar.gz"
version('2.0.2', '1623f55ad7f4586e80f6e74b1f27c798')
version('2.0.2', 'bb3f8cebf121312bf81789d963b4ecc5')
version('1.5.2', '10d6d72d1a915e618d41a5cbbcf2364c')
depends_on('autoconf', type='build')
depends_on('automake', type='build')
depends_on('mpi')
depends_on('boost@:1.50.0,1.53.0:', when='@2.0.2:')
depends_on('boost@:1.50.0,1.53.0:1.59.0', when='@:1.5.2')