summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorWouter Deconinck <wdconinc@gmail.com>2022-08-30 03:31:17 -0500
committerGitHub <noreply@github.com>2022-08-30 10:31:17 +0200
commit43ae15a887f36d84be5e66aa139243f9eca2cbd4 (patch)
tree82206b2dacd1b1d04c7972d82e026837ba1e7ceb /var
parenta735dc027d2288f7a2524aef157acd7e6088f66a (diff)
downloadspack-43ae15a887f36d84be5e66aa139243f9eca2cbd4.tar.gz
spack-43ae15a887f36d84be5e66aa139243f9eca2cbd4.tar.bz2
spack-43ae15a887f36d84be5e66aa139243f9eca2cbd4.tar.xz
spack-43ae15a887f36d84be5e66aa139243f9eca2cbd4.zip
root: new bugfix version 6.26.06 (#32230)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/root/package.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/root/package.py b/var/spack/repos/builtin/packages/root/package.py
index 142f68243d..2b4cdcfd10 100644
--- a/var/spack/repos/builtin/packages/root/package.py
+++ b/var/spack/repos/builtin/packages/root/package.py
@@ -31,6 +31,7 @@ class Root(CMakePackage):
# Development version (when more recent than production).
# Production version
+ version("6.26.06", sha256="b1f73c976a580a5c56c8c8a0152582a1dfc560b4dd80e1b7545237b65e6c89cb")
version("6.26.04", sha256="a271cf82782d6ed2c87ea5eef6681803f2e69e17b3036df9d863636e9358421e")
version("6.26.02", sha256="7ba96772271a726079506c5bf629c3ceb21bf0682567ed6145be30606d7cd9bb")
version("6.26.00", sha256="5fb9be71fdf0c0b5e5951f89c2f03fcb5e74291d043f6240fb86f5ca977d4b31")
@@ -81,6 +82,18 @@ class Root(CMakePackage):
# 6.16.00 fails to handle particular build option combinations, _cf_
# https://github.com/root-project/ROOT/commit/e0ae0483985d90a71a6cabd10d3622dfd1c15611.
patch("root7-webgui.patch", level=1, when="@6.16.00")
+ # 6.26.00:6.26.06 fails for recent libc versions when ROOT7 is enabled
+ patch(
+ "https://github.com/root-project/root/pull/11111.patch?full_index=1",
+ sha256="3115be912bd948979c9c2a3d89ffe6437fe17bd3b81396958c6cb6f51f64ae62",
+ when="@6.26:6.26.06 +root7",
+ )
+ # 6.26.00:6.26.06 fails for recent nlohmann-json single headers versions
+ patch(
+ "https://github.com/root-project/root/pull/11225.patch?full_index=1",
+ sha256="397f2de7db95a445afdb311fc91c40725fcfad485d58b4d72e6c3cdd0d0c5de7",
+ when="@6.26:6.26.06 +root7 ^nlohmann-json@3.11:",
+ )
if sys.platform == "darwin":
# Resolve non-standard use of uint, _cf_