Changes between Initial Version and Version 1 of Ticket #36506


Ignore:
Timestamp:
Oct 7, 2012, 11:01:25 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

So we either need to add a universal variant to LiE, or remove the universal variant from cadabra.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36506

    • Property Cc ryandesign@… added
    • Property Summary changed from cadabra and its LiE dependency to cadabra +universal fails because dependency LiE is not universal
    • Property Priority changed from High to Normal
    • Property Owner changed from macports-tickets@… to gwright@…
    • Property Port cadabra LiE added
  • Ticket #36506 – Description

    initial v1  
    11if I do:
     2{{{
    23sudo port install cadabra
     4}}}
    35I get
     6{{{
    47Error: Cannot install cadabra for the arch(s) 'i386 x86_64' because
    58Error: its dependency LiE is only installed for the arch 'x86_64'
    69Error: and does not have a universal variant.
    710Error: Unable to execute port: architecture mismatch
     11}}}
    812
    913on the other hands lie installs correctly with
     14{{{
    1015sudo port install lie
     16}}}