summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorHarmen Stoppels <me@harmenstoppels.nl>2024-11-04 16:12:16 +0100
committerGitHub <noreply@github.com>2024-11-04 16:12:16 +0100
commitd44bdc40c93fdc6350aa02fc03a61ccc3f36d2d2 (patch)
treeff68ff509ec3022c9c4865fc240598adf1d112b8 /var
parente952f6be8e80f2d84ccb254ed826b1957f78dd0f (diff)
downloadspack-d44bdc40c93fdc6350aa02fc03a61ccc3f36d2d2.tar.gz
spack-d44bdc40c93fdc6350aa02fc03a61ccc3f36d2d2.tar.bz2
spack-d44bdc40c93fdc6350aa02fc03a61ccc3f36d2d2.tar.xz
spack-d44bdc40c93fdc6350aa02fc03a61ccc3f36d2d2.zip
boost: require +icu when +locale (#47396)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/boost/package.py1
1 files changed, 1 insertions, 0 deletions
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