ROOT: fix macos build for 6.30 (#42198)
This commit is contained in:
parent
39a7780754
commit
ee16d59221
@ -124,6 +124,12 @@ class Root(CMakePackage):
|
|||||||
# Resolve circular dependency, _cf_
|
# Resolve circular dependency, _cf_
|
||||||
# https://sft.its.cern.ch/jira/browse/ROOT-8226.
|
# https://sft.its.cern.ch/jira/browse/ROOT-8226.
|
||||||
patch("root6-60606-mathmore.patch", when="@6.06.06")
|
patch("root6-60606-mathmore.patch", when="@6.06.06")
|
||||||
|
# Fix macOS build when cocoa is disabled:
|
||||||
|
patch(
|
||||||
|
"https://github.com/root-project/root/pull/14387.patch?full_index=1",
|
||||||
|
sha256="559495f7bdd6b7674d3b1019da9b76e8b374f6dca3dbe72fb1320b0be2b00e53",
|
||||||
|
when="@6.30:6.30.3 ~aqua",
|
||||||
|
)
|
||||||
|
|
||||||
# ###################### Variants ##########################
|
# ###################### Variants ##########################
|
||||||
# See README.md for specific notes about what ROOT configuration
|
# See README.md for specific notes about what ROOT configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user