diff options
author | Juan Miguel Carceller <22276694+jmcarcell@users.noreply.github.com> | 2024-03-30 00:48:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-29 16:48:59 -0700 |
commit | f062f1c5b3ef4073020f19a5176e1426d27bcf99 (patch) | |
tree | e970fc2803d0ae639980c1083ecff6df4a1bd33a /var | |
parent | 7756c8f4fcaecb1eae1bd695c65c0c96c46c4807 (diff) | |
download | spack-f062f1c5b3ef4073020f19a5176e1426d27bcf99.tar.gz spack-f062f1c5b3ef4073020f19a5176e1426d27bcf99.tar.bz2 spack-f062f1c5b3ef4073020f19a5176e1426d27bcf99.tar.xz spack-f062f1c5b3ef4073020f19a5176e1426d27bcf99.zip |
ROOT package: add patch for builds with libAfterImage for MacOS (#43428)
Diffstat (limited to 'var')
-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 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 |