From d44bdc40c93fdc6350aa02fc03a61ccc3f36d2d2 Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Mon, 4 Nov 2024 16:12:16 +0100 Subject: boost: require +icu when +locale (#47396) --- var/spack/repos/builtin/packages/boost/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/var/spack/repos/builtin/packages/boost/package.py b/var/spack/repos/builtin/packages/boost/package.py index 75a6d543e4..0dbb60ae9b 100644 --- a/var/spack/repos/builtin/packages/boost/package.py +++ b/var/spack/repos/builtin/packages/boost/package.py @@ -246,6 +246,7 @@ class Boost(Package): depends_on("icu4c cxxstd=14", when="+icu cxxstd=14") depends_on("icu4c cxxstd=17", when="+icu cxxstd=17") conflicts("cxxstd=98", when="+icu") # Requires c++11 at least + conflicts("+locale ~icu") # Boost.Locale "strongly recommends" icu, so enforce it depends_on("python", when="+python") # https://github.com/boostorg/python/commit/cbd2d9f033c61d29d0a1df14951f4ec91e7d05cd -- cgit v1.2.3-70-g09d2