#38274: gnuradio +full installs without gnuradio-companion ----------------------------+------------------------- Reporter: vladshikhov@… | Owner: michaelld@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: gnuradio | ----------------------------+------------------------- Comment (by vladshikhov@…): It seems not works for me.
sudo port -n install gnuradio +full ---> Computing dependencies for gnuradio ---> Dependencies to be installed: boost uhd ---> Fetching archive for boost ---> Attempting to fetch boost-1.52.0_1+no_single+no_static+python27.darwin_11.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/boost
Replying to [comment:2 ryandesign@…]:
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`).
-- Ticket URL: <https://trac.macports.org/ticket/38274#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X