Skip to content

Commit ee16d59

Browse files
authored
ROOT: fix macos build for 6.30 (spack#42198)
1 parent 39a7780 commit ee16d59

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

var/spack/repos/builtin/packages/root/package.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@ class Root(CMakePackage):
124124
# Resolve circular dependency, _cf_
125125
# https://sft.its.cern.ch/jira/browse/ROOT-8226.
126126
patch("root6-60606-mathmore.patch", when="@6.06.06")
127+
# Fix macOS build when cocoa is disabled:
128+
patch(
129+
"https://github.com/root-project/root/pull/14387.patch?full_index=1",
130+
sha256="559495f7bdd6b7674d3b1019da9b76e8b374f6dca3dbe72fb1320b0be2b00e53",
131+
when="@6.30:6.30.3 ~aqua",
132+
)
127133

128134
# ###################### Variants ##########################
129135
# See README.md for specific notes about what ROOT configuration

0 commit comments

Comments
 (0)