3dtk: set boost constraint (#27806)

This commit is contained in:
Glenn Johnson 2021-12-07 04:28:41 -06:00 committed by GitHub
parent 941e6505d0
commit 3160ab66db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ class _3dtk(CMakePackage):
depends_on('cmake@3.5:', when='@trunk', type='build')
depends_on('cmake@2.6.1:2', when='@1.2', type='build')
depends_on('ninja', type='build')
depends_on('boost+serialization+graph+regex+filesystem+system+thread+date_time+program_options')
depends_on('boost@:1.75+serialization+graph+regex+filesystem+system+thread+date_time+program_options')
depends_on('suite-sparse')
depends_on('zlib')
depends_on('libpng')