diff options
author | James Shen <46590537+JamesJieranShen@users.noreply.github.com> | 2024-08-26 07:16:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 13:16:25 +0200 |
commit | a8e25193e0908e12f12930ff3f7afb2cf56d0943 (patch) | |
tree | 65bb5d3a2e217e78a25dae98609c1db19903c7b2 | |
parent | 480d6f99117890b5d4a0b06d548e89598d1375c1 (diff) | |
download | spack-a8e25193e0908e12f12930ff3f7afb2cf56d0943.tar.gz spack-a8e25193e0908e12f12930ff3f7afb2cf56d0943.tar.bz2 spack-a8e25193e0908e12f12930ff3f7afb2cf56d0943.tar.xz spack-a8e25193e0908e12f12930ff3f7afb2cf56d0943.zip |
root: patch v6.22.08 (#46019)
-rw-r--r-- | var/spack/repos/builtin/packages/root/package.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/root/package.py b/var/spack/repos/builtin/packages/root/package.py index 096aa269bb..e0e49ae867 100644 --- a/var/spack/repos/builtin/packages/root/package.py +++ b/var/spack/repos/builtin/packages/root/package.py @@ -108,6 +108,12 @@ 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") + # Missing includes in libcpp_string_view.h + patch( + "https://github.com/root-project/root/pull/8289.patch?full_index=1", + sha256="5d91d78bcecd4fdbce9c829554a563234a9cb99eaf91dbc14fb85c3de33bac34", + when="@6.22:6.22.08", + ) # 6.26.00:6.26.06 can fail with empty string COMPILE_DEFINITIONS, which this patch # protects against patch( |