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:
parent
35a62f715b
commit
124bdfb910
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue