cbtf: Update Boost dependencies (#47131)

This commit is contained in:
Tim Haines 2024-10-31 16:33:04 -05:00 committed by GitHub
parent e3aca49e25
commit 0de1ddcbe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,6 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
from spack.pkg.builtin.boost import Boost
class Cbtf(CMakePackage):
@ -48,12 +47,7 @@ class Cbtf(CMakePackage):
# for rpc
depends_on("libtirpc", type="link")
depends_on("boost@1.70.0:")
# TODO: replace this with an explicit list of components of Boost,
# for instance depends_on('boost +filesystem')
# See https://github.com/spack/spack/pull/22303 for reference
depends_on(Boost.with_default_variants)
depends_on("boost@1.70.0:1.84.0+date_time+filesystem+test+thread")
# For MRNet
depends_on("mrnet@5.0.1-3:+lwthreads", when="@develop")