Changes between Version 1 and Version 2 of Ticket #45268, comment 12


Ignore:
Timestamp:
Nov 27, 2020, 8:19:48 AM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45268, comment 12

    v1 v2  
    11This seems to be blocking many other ports from installing (e.g.,llvm-9.0, gcc10, OpenBLAS). The non-universal variant of icu installs fine, but then trying to install a non-universal variant of these dependent ports still tries to install a universal build of `icu`. Is there a way to force all dependencies to be installed with `-universal`?
    22
    3 Edit: `+universal` was propagating despite specifying `-universal` due to a `supported_arches` omitting `arm64` in `llvm-9.0`, as discussed here: https://trac.macports.org/ticket/61636#comment:11
     3Edit: `+universal` was propagating despite specifying `-universal` due to a `supported_arches` omitting `arm64` in `llvm-9.0`, as discussed here: comment:ticket:61636:11