[MacPorts] #46551: New port submission: gnss-sdr
#46551: New port submission: gnss-sdr --------------------------------+-------------------------------- Reporter: carles.fernandez@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Keywords: | Port: gnss-sdr --------------------------------+-------------------------------- GNSS-SDR [http://gnss-sdr.org] is an open source Global Navigation Satellite Systems software defined receiver. It implements all the processing chain from raw samples of GPS or Galileo signals to the computation of position and time, and can work either with raw samples stored in a file or in real-time with suitable radio frequency front-ends. This port comes in three flavors: port gnss-sdr -> This port is kept up with the GNSS-SDR release, currently 0.0.5, which is typically updated every few months. This version compiles against the gnuradio port, which represents the current GNU Radio release. port gnss-sdr-devel -> This port is kept up with the GNSS-SDR GIT ’next’ branch, which is typically updated daily to weekly. This version of GNSS- SDR generally contains fixes and new features that will be incorporated in an upcoming release, and compiles against the gnuradio-devel port, which represents GNU Radio GIT 'master' branch. This port may or not compile or function correctly, as it represents a work in progress. If it does not work, check back in a few days. Or try deactivating the currently active gnss-sdr and gnuradio ports, cleaning any current builds, and trying again. port gnss-sdr-next -> This port is kept up with the GNSS-SDR GIT ’next’ branch, which is typically updated daily to weekly. This version of GNSS- SDR generally contains fixes and new features that will be incorporated in an upcoming release, and compiles against the gnuradio-next port, which represents GNU Radio GIT ’next’ branch. This port may or not compile or function correctly, as it represents a work in progress. If it does not work, check back in a few days. Or try deactivating the currently active gnss-sdr and gnuradio ports, cleaning any current builds, and trying again. Tested on OS X 10.9, Macports 2.3.3, Xcode 6.1.1. -- Ticket URL: <https://trac.macports.org/ticket/46551> MacPorts <https://www.macports.org/> Ports system for OS X
#46551: New port submission: gnss-sdr ---------------------------------+------------------------- Reporter: carles.fernandez@… | Owner: michaelld@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: gnss-sdr | ---------------------------------+------------------------- Changes (by michaelld@…): * cc: michaelld@… (removed) * owner: macports-tickets@… => michaelld@… -- Ticket URL: <https://trac.macports.org/ticket/46551#comment:1> MacPorts <https://www.macports.org/> Ports system for OS X
#46551: New port submission: gnss-sdr ---------------------------------+------------------------- Reporter: carles.fernandez@… | Owner: michaelld@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: gnss-sdr | ---------------------------------+------------------------- Comment (by carles.fernandez@…): Hi, I'm attaching a new version of the Portfile. All the subports but next work fine for me, tested on 10.9.5, Macports, Xcode 6.2 -- Ticket URL: <https://trac.macports.org/ticket/46551#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X
#46551: New port submission: gnss-sdr ---------------------------------+------------------------- Reporter: carles.fernandez@… | Owner: michaelld@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: gnss-sdr | ---------------------------------+------------------------- Comment (by carles.fernandez@…): Dear all, I attach a new version of the Portfile that updates release version to 0.0.6 -- Ticket URL: <https://trac.macports.org/ticket/46551#comment:3> MacPorts <https://www.macports.org/> Ports system for OS X
#46551: New port submission: gnss-sdr ---------------------------------+------------------------- Reporter: carles.fernandez@… | Owner: michaelld@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: gnss-sdr | ---------------------------------+------------------------- Comment (by michaelld@…): Here's my version that seems to work. Could you please review it to make sure it does what is needed? I don't think this will work with 10.8 or prior using libstdc++ (i.e., older gcc). It works for me on 10.9 using Clang and libc++. -- Ticket URL: <https://trac.macports.org/ticket/46551#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X
#46551: New port submission: gnss-sdr ---------------------------------+------------------------- Reporter: carles.fernandez@… | Owner: michaelld@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: gnss-sdr | ---------------------------------+------------------------- Comment (by carles.fernandez@…): Hi Michael, thanks for your amazing job in the Portfile. I've found an error when testing it in my machine, though: {{{ Error: org.macports.configure for port gnss-sdr-devel returned: doxygen must be installed with +latex. }}} It happens that other ports such as gnuradio and uhd depends on doxygen, so it forces to deactivate them, install `doxygen +latex`, and activate those ports again. After that, everything works well. I would suggest to keep the variant docs not enabled by default, since the line {{{ require_active_variants port:doxygen latex }}} could be an inconvenience to most users. The software requires gcc >= 4.7. I haven't tested it on 10.8, it could not work with libstdc++. -- Ticket URL: <https://trac.macports.org/ticket/46551#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X
#46551: New port submission: gnss-sdr ---------------------------------+------------------------- Reporter: carles.fernandez@… | Owner: michaelld@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: gnss-sdr | ---------------------------------+------------------------- Comment (by michaelld@…): Good idea. I changed that part & then committed in r140337. Thanks! -- Ticket URL: <https://trac.macports.org/ticket/46551#comment:6> MacPorts <https://www.macports.org/> Ports system for OS X
#46551: New port submission: gnss-sdr ---------------------------------+------------------------- Reporter: carles.fernandez@… | Owner: michaelld@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: fixed | Keywords: Port: gnss-sdr | ---------------------------------+------------------------- Changes (by michaelld@…): * status: new => closed * resolution: => fixed -- Ticket URL: <https://trac.macports.org/ticket/46551#comment:7> MacPorts <https://www.macports.org/> Ports system for OS X
#46551: New port submission: gnss-sdr ---------------------------------+------------------------- Reporter: carles.fernandez@… | Owner: michaelld@… Type: submission | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: fixed | Keywords: Port: gnss-sdr | ---------------------------------+------------------------- Comment (by carles.fernandez@…): Thanks Michael for committing the package! It works fine even with 10.11 Beta :-) -- Ticket URL: <https://trac.macports.org/ticket/46551#comment:8> MacPorts <https://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts