dakota: add boost components (#42659)
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
This commit is contained in:
parent
d258aec099
commit
d8b186a381
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ class Dakota(CMakePackage):
|
||||||
depends_on("perl-data-dumper", type="build", when="@6.12:")
|
depends_on("perl-data-dumper", type="build", when="@6.12:")
|
||||||
depends_on("boost@:1.68.0", when="@:6.12")
|
depends_on("boost@:1.68.0", when="@:6.12")
|
||||||
depends_on("boost@1.69.0:", when="@6.18:")
|
depends_on("boost@1.69.0:", when="@6.18:")
|
||||||
|
depends_on("boost +filesystem +program_options +regex +serialization +system")
|
||||||
|
|
||||||
# TODO: replace this with an explicit list of components of Boost,
|
# TODO: replace this with an explicit list of components of Boost,
|
||||||
# for instance depends_on('boost +filesystem')
|
# for instance depends_on('boost +filesystem')
|
||||||
|
|
Loading…
Reference in a new issue