Changes between Version 1 and Version 2 of Ticket #72773, comment 47
- Timestamp:
- Sep 30, 2025, 11:51:29 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #72773, comment 47
v1 v2 6 6 > Just figure out which binary distribution runs on the latest macOS, and swap in the prebuilt binaries in place of the compiled build. A version of this is done in the {{{haskell-cabal}}} PG, where it’s necessary to use prebuilt binaries to bootstrap specific Haskell tools that are necessary to build the entire Haskell world. 7 7 8 Doing this by hand is very much not recommended, users should not be altering files inside the MacPorts install prefix by hand.8 Doing this by hand is very much not recommended, users should not be altering files inside the MacPorts install prefix manually. 9 9 10 10 If this is a useful / necessary option then a +prebuilt variant of the ghc port which automates this should indeed be added (probably all that is needed is to override all the usual phases and just create a few sym links to the ghc-prebuilt binaries during destroot to mimic the regular ones).
