We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a7780 commit ee16d59Copy full SHA for ee16d59
var/spack/repos/builtin/packages/root/package.py
@@ -124,6 +124,12 @@ class Root(CMakePackage):
124
# Resolve circular dependency, _cf_
125
# https://sft.its.cern.ch/jira/browse/ROOT-8226.
126
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
+ )
133
134
# ###################### Variants ##########################
135
# See README.md for specific notes about what ROOT configuration
0 commit comments