root: new bugfix version 6.26.06 (#32230)
This commit is contained in:
parent
a735dc027d
commit
43ae15a887
1 changed files with 13 additions and 0 deletions
|
@ -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_
|
||||
|
|
Loading…
Reference in a new issue