{"id":20393329,"url":"https://github.com/pothosware/gr-runtime","last_synced_at":"2026-04-20T04:37:19.484Z","repository":{"id":141498900,"uuid":"46646283","full_name":"pothosware/gr-runtime","owner":"pothosware","description":"GNU Radio runtime library + Pothos support","archived":false,"fork":false,"pushed_at":"2017-01-19T00:03:23.000Z","size":599,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-09T17:29:34.084Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pothosware.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-22T04:27:45.000Z","updated_at":"2018-10-06T07:32:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"14a07da8-ecb0-4fe9-b3be-004f8d1f9868","html_url":"https://github.com/pothosware/gr-runtime","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/pothosware/gr-runtime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pothosware%2Fgr-runtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pothosware%2Fgr-runtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pothosware%2Fgr-runtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pothosware%2Fgr-runtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pothosware","download_url":"https://codeload.github.com/pothosware/gr-runtime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pothosware%2Fgr-runtime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32032864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T03:48:16.944Z","updated_at":"2026-04-20T04:37:19.449Z","avatar_url":"https://github.com/pothosware.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"#\n# Copyright 2001-2007,2009,2012 Free Software Foundation, Inc.\n#\n# This file is part of GNU Radio\n#\n# GNU Radio is free software; you can redistribute it and/or modify\n# it under the terms of the GNU General Public License as published by\n# the Free Software Foundation; either version 3, or (at your option)\n# any later version.\n#\n# GNU Radio is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with GNU Radio; see the file COPYING.  If not, write to\n# the Free Software Foundation, Inc., 51 Franklin Street,\n# Boston, MA 02110-1301, USA.\n#\n\nWelcome to GNU Radio!\n\n\nPlease see http://gnuradio.org for the wiki, bug tracking,\nand source code viewer.\n\nIf you've got questions about GNU Radio, please subscribe to the\ndiscuss-gnuradio mailing list and post your questions there.\nhttp://gnuradio.org/redmine/projects/gnuradio/wiki/MailingLists\n\nThere is also a \"Build Guide\" in the wiki that contains OS specific\nrecommendations:\nhttp://gnuradio.org/redmine/projects/gnuradio/wiki/BuildGuide\n\n\nThe bleeding edge code can be found in our git repository at\nhttp://gnuradio.org/git/gnuradio.git/. To checkout the latest, use\nthis command:\n\n  $ git clone git://git.gnuradio.org/gnuradio\n\nFor information about using Git, please see:\nhttp://gnuradio.org/redmine/projects/gnuradio/wiki/DevelopingWithGit\n\n\nHow to Build GNU Radio:\n\nFor more complete instructions, see the \"Building GNU Radio\" page in\nthe GNU Radio manual (can be built or found online at\nhttp://gnuradio.org/doc/doxygen/build_guide.html).\n\nSee these steps for a quick build guide.\n\n  (1) Ensure that you've satisfied the external dependencies. These\n      dependencies are listed in the manual's build page and are not\n      presented here to reduce duplication errors.\n\n      See the wiki at http://gnuradio.org for details.\n\n\n  (2) Building from cmake:\n\n      $ mkdir $(builddir)\n      $ cd $(builddir)\n      $ cmake [OPTIONS] $(srcdir)\n      $ make\n      $ make test\n      $ sudo make install\n\n\nThat's it!\n\nOptions:\nUseful options include setting the install prefix and the build type:\n\n  -DCMAKE_INSTALL_PREFIX=\u003cdirectory to install to\u003e\n  -DCMAKE_BUILD_TYPE=\"\u003ctype\u003e\"\n\nCurrently, GNU Radio has a \"Debug\" type that builds with '-g -O2'\nuseful for debugging the software and a \"Release\" type that builds\nwith '-O3', which is the default.\n\n\n-------------------------------------------------------------------------------\n\n\t\t       KNOWN INCOMPATIBILITIES\n\n\n  GNU Radio triggers bugs in g++ 3.3 for X86.  DO NOT USE GCC 3.3 on\n  the X86 platform.  g++ 3.2, 3.4, and the 4.* series are known to work well.\n\n-------------------------------------------------------------------------------\n\n-------------------------------------------------------------------------------\n\n\t\t\t  NOTES\n\n-------------------------------------------------------------------------------\n\nTo run the examples you may need to set PYTHONPATH.  Note that the\nprefix and python version number in the path needs to match your\ninstalled version of python.\n\n  $ export PYTHONPATH=/usr/local/lib/python2.7/dist-packages\n\nYou may want to add this to your shell init file (~/.bash_profile if\nyou use bash).\n\n\nAnother handy trick if for example your fftw includes and libs are\ninstalled in, say ~/local/include and ~/local/lib, instead of\n/usr/local is this:\n\n    $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/local/lib\n    $ make CPPFLAGS=\"-I$HOME/local/include\"\n\n\nSometimes the prerequisites are installed in a location which is not\nincluded in the default compiler and linker search paths.  This\nhappens with pkgsrc and NetBSD.  To build, tell configure to use these\nlocations:\n\n\tLDFLAGS=\"-L/usr/pkg/lib -R/usr/pkg/lib\" CPPFLAGS=\"-I/usr/pkg/include\" ./configure --prefix=/usr/gnuradio\n\n\n-------------------------------------------------------------------------------\n\n\t\t\t  Legal Matters\n\n-------------------------------------------------------------------------------\n\nSome files have been changed many times throughout the\nyears. Copyright notices at the tops of these files list which years\nchanges have been made. For some files, changes have occurred in many\nconsecutive years. These files may often have the format of a year\nrange (e.g., \"2006 - 2011\"), which indicates that these files have had\ncopyrightable changes made during each year in the range, inclusive.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpothosware%2Fgr-runtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpothosware%2Fgr-runtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpothosware%2Fgr-runtime/lists"}