From f062f1c5b3ef4073020f19a5176e1426d27bcf99 Mon Sep 17 00:00:00 2001 From: Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> Date: Sat, 30 Mar 2024 00:48:59 +0100 Subject: ROOT package: add patch for builds with libAfterImage for MacOS (#43428) --- var/spack/repos/builtin/packages/root/package.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/root/package.py b/var/spack/repos/builtin/packages/root/package.py index 786a726f67..26aecd6c50 100644 --- a/var/spack/repos/builtin/packages/root/package.py +++ b/var/spack/repos/builtin/packages/root/package.py @@ -131,6 +131,12 @@ class Root(CMakePackage): sha256="559495f7bdd6b7674d3b1019da9b76e8b374f6dca3dbe72fb1320b0be2b00e53", when="@6.30:6.30.3 ~aqua", ) + # Fix build issues with libAfterImage for macOS + patch( + "https://github.com/root-project/root/pull/15044.patch?full_index=1", + sha256="e68be5fe7b1ec873da134bd39c5c72730c4ca06d51b52eb436ae44fe81cd472d", + when="@:6.30.04 +x", + ) # ###################### Variants ########################## # See README.md for specific notes about what ROOT configuration -- cgit v1.2.3-70-g09d2