Changes between Initial Version and Version 2 of Ticket #38274


Ignore:
Timestamp:
Mar 4, 2013, 11:50:40 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

If you want MacPorts not to upgrade dependencies, you need to use the -n flag (sudo port -n install gnuradio). Use this option extremely carefully, i.e. only when you know exactly what dependencies would be upgraded and that you don't want them to be upgraded. Defeating MacPorts' dependency upgrade feature can cause problems. You can use the dry-run option -y to see what would happen (sudo port -y install gnuradio).

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38274

    • Property Owner changed from macports-tickets@… to michaelld@…
  • Ticket #38274 – Description

    initial v2  
    55
    66So I have:
     7{{{
    78>port installed boost
    89The following ports are currently installed:
    910  boost @1.51.0_1+no_single+no_static+python27 (active)
     11}}}
    1012
    1113and after I install gnuradio (+full variant) it lack the gnuradio-companion (and also, during install process it installs boost-1.52.0_1+no_single+no_static+python27 ignoring my active boost version 1.51)