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


Ignore:
Timestamp:
Nov 26, 2020, 12:18:10 AM (3 years ago)
Author:
jpanetta (Julian Panetta)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45268, comment 12

    initial v1  
    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`?
     2
     3Edit: `+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