Skip to content

Commit

Permalink
[root] Back-ported patches fixing segfault in weighted likelihood fits
Browse files Browse the repository at this point in the history
  • Loading branch information
greenc-FNAL committed Mar 27, 2024
1 parent 0a6e2ff commit 89d1ac6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions var/spack/repos/builtin/packages/root/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,18 @@ class Root(CMakePackage):

patch("webgui.patch", level=0, when="@6.26.00:6.26.10,6.28.00:6.28.08,6.30.00 +webgui")

# Back-ported patches fixing segfault in weighted likelihood fits
patch(
"https://github.com/root-project/root/commit/2f00d6df258906c1f6fe848135a88b836db3077f.patch?full_index=1",
sha256="8da36032082e65ae246c03558a4c3fd67b157d1d0c6d20adac9de263279d1db6",
when="@6.28:6.28.12",
)
patch(
"https://github.com/root-project/root/commit/14838b35600b08278e69bc3d8d8669773bc11399.patch?full_index=1",
sha256="4647898ef28cb1adbaacdeedb04b417d69ccbaf02fc2b3aab20e07c0b2a96a0f",
when="@6.30:6.30.04",
)

if sys.platform == "darwin":
# Resolve non-standard use of uint, _cf_
# https://sft.its.cern.ch/jira/browse/ROOT-7886.
Expand Down

0 comments on commit 89d1ac6

Please sign in to comment.