Gnuradio version 3.2 - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    gnuradio  most recent diff


    version 3.2

      View the most recent changes for the gnuradio port at: gnuradio.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for gnuradio.
      The raw portfile for gnuradio 3.2 is located here:
      http://gnuradio.darwinports.com/dports/science/gnuradio/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/gnuradio


      # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
      The gnuradio Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0

      Name: gnuradio
      Version: 3.2
      Maintainers: nomaintainer
      Description: GNU Radio META-port installer.
      Long Description: GNU Radio META-port installer: Provides every installable package of GNU Radio using MacPorts. This package does not do any compiling or installation itself.

      Category: science
      Homepage: http://gnuradio.org/trac

      distfiles

      Platform: darwin macosx

      depends_lib port:gnuradio-audio-jack port:gnuradio-audio-osx port:gnuradio-audio-portaudio port:gnuradio-cvsd-vocoder port:gnuradio-gpio port:gnuradio-grc port:gnuradio-gsm-fr-vocoder port:gnuradio-pager port:gnuradio-radar-mono port:gnuradio-radio-astronomy port:gnuradio-sounder port:gnuradio-trellis port:gnuradio-usrp port:gnuradio-utils port:gnuradio-video-sdl

      use_configure no
      build {}
      destroot {
      xinstall -d ${destroot}${prefix}/share/doc/${name}-${version}
      system "echo ${long_description} > ${destroot}${prefix}/share/doc/${name}-${version}/README.MacPorts"
      }

      use_parallel_build yes

      Variant: docs description "build documentation for ${name}" {
      configure.args-append --enable-doxygen --enable-docs
      depends_lib-append port:doxygen
      }

      if { ![variant_isset docs] } {
      configure.args-append --disable-doxygen --disable-docs
      }

      Variant: python25 conflicts python26 description "Use Python 2.5" {
      configure.env PYTHON=${prefix}/bin/python2.5
      depends_lib-append port:python25
      }

      Variant: python26 conflicts python25 description "Use Python 2.6" {
      configure.env PYTHON=${prefix}/bin/python2.6
      depends_lib-append port:python26
      }

      if { ![variant_isset python25] && ![variant_isset python26] } {
      default_variants +python26
      }

      livecheck.type regex
      livecheck.url http://ftp.gnu.org/gnu/gnuradio/?C=M&O=D
      livecheck.regex gnuradio-(\[0-9\.\]+\[0-9\])\\.

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/gnuradio
      % sudo port install gnuradio
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching gnuradio
      ---> Verifying checksum for gnuradio
      ---> Extracting gnuradio
      ---> Configuring gnuradio
      ---> Building gnuradio with target all
      ---> Staging gnuradio into destroot
      ---> Installing gnuradio
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using gnuradio with these commands:
      %  man gnuradio
      % apropos gnuradio
      % which gnuradio
      % locate gnuradio

     Where to find more information:

    Darwin Ports



    Lightbox this page.