Strelka depends on boost 1.56.0 *or newer* (#5690)

Relax/correct the constraint on the version of boost used
by Strelka to match the docs.
This commit is contained in:
George Hartzell 2017-10-11 16:21:26 -07:00 committed by Christoph Junghans
parent 35a62f715b
commit 124bdfb910

View file

@ -38,7 +38,7 @@ class Strelka(CMakePackage):
depends_on('zlib')
depends_on('bzip2')
depends_on('cmake@2.8.5:')
depends_on('boost@1.56.0')
depends_on('boost@1.56.0:')
@run_before('install')
def filter_sbang(self):