bcl2fastq2: add boost@1.55 as default boost dependency (#26655)

When PR #26659 is merged, boost version boost@1.54.0 will be available for build too.

Co-authored-by: Bernhard Kaindl <43588962+bernhardkaindl@users.noreply.github.com>
This commit is contained in:
Alan Sill 2021-10-11 17:21:17 -05:00 committed by GitHub
parent 4eb176b070
commit 833f1de24a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ class Bcl2fastq2(Package):
conflicts('platform=darwin',
msg='malloc.h/etc requirements break build on macs')
depends_on('boost@1.54.0')
depends_on('boost@1.54.0:1.55')
depends_on('cmake@2.8.9:', type='build')
depends_on('libxml2@2.7.8')
depends_on('libxslt@1.1.26~crypto')