homebrew-core/Formula/gnuradio.rb

265 lines
9.6 KiB
Ruby

class Gnuradio < Formula
include Language::Python::Virtualenv
desc "SDK for signal processing blocks to implement software radios"
homepage "https://gnuradio.org/"
url "https://github.com/gnuradio/gnuradio/archive/refs/tags/v3.10.4.0.tar.gz"
sha256 "c6b9f59447a842559b00b3a67b4ca1186e9adb8db742b25400507fedc747f2bd"
license "GPL-3.0-or-later"
head "https://github.com/gnuradio/gnuradio.git", branch: "main"
livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
end
bottle do
rebuild 1
sha256 cellar: :any, arm64_ventura: "ec5d90883dee4f1d31063b90fc7769ff65a94c3c5304ec5d2f56029c0ddf71f6"
sha256 cellar: :any, arm64_monterey: "0bc9350ab51e22ad0c5f30d413096f7117173c6e5a22a994d9bf808cb92531d5"
sha256 cellar: :any, arm64_big_sur: "ccecb331580d979ae8024ebbf21c7643ee54360097bbd8bda582c602443194c7"
sha256 cellar: :any, monterey: "4f55b26953a6ea857807ac9962ed7b489c101f79515b31c90d75908ce6278982"
sha256 cellar: :any, big_sur: "343f0149cdb56c69082019b83fde5e06fcce8f5b6a452d578986ea0209890af9"
sha256 cellar: :any, catalina: "36704bf45d8a8f99141dbe2ecd1eba2ce3591ce72b7092e1614a3a631cb27a32"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c2de2555ee93ec15080be20d176d1c6ebc85c8afb55a8168733f39fa8c09a11d"
end
depends_on "cmake" => :build
depends_on "doxygen" => :build
depends_on "pkg-config" => :build
depends_on "pybind11" => :build
depends_on "adwaita-icon-theme"
depends_on "boost"
depends_on "cppzmq"
depends_on "fftw"
depends_on "gmp"
depends_on "gsl"
depends_on "gtk+3"
depends_on "jack"
depends_on "libyaml"
depends_on "log4cpp"
depends_on "numpy"
depends_on "portaudio"
depends_on "pygments"
depends_on "pygobject3"
depends_on "pyqt@5"
depends_on "python@3.10"
depends_on "pyyaml"
depends_on "qt@5"
depends_on "qwt-qt5"
depends_on "six"
depends_on "soapyrtlsdr"
depends_on "spdlog"
depends_on "uhd"
depends_on "volk"
depends_on "zeromq"
fails_with gcc: "5"
resource "Cheetah3" do
url "https://files.pythonhosted.org/packages/ee/6f/29c6d74d8536dede06815eeaebfad53699e3f3df0fb22b7a9801a893b426/Cheetah3-3.2.6.tar.gz"
sha256 "f1c2b693cdcac2ded2823d363f8459ae785261e61c128d68464c8781dba0466b"
end
resource "click" do
url "https://files.pythonhosted.org/packages/59/87/84326af34517fca8c58418d148f2403df25303e02736832403587318e9e8/click-8.1.3.tar.gz"
sha256 "7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"
end
resource "click-plugins" do
url "https://files.pythonhosted.org/packages/5f/1d/45434f64ed749540af821fd7e42b8e4d23ac04b1eda7c26613288d6cd8a8/click-plugins-1.1.1.tar.gz"
sha256 "46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b"
end
resource "Mako" do
url "https://files.pythonhosted.org/packages/6d/f2/8ad2ec3d531c97c4071572a4104e00095300e278a7449511bee197ca22c9/Mako-1.2.2.tar.gz"
sha256 "3724869b363ba630a272a5f89f68c070352137b8fd1757650017b7e06fda163f"
end
resource "packaging" do
url "https://files.pythonhosted.org/packages/df/9e/d1a7217f69310c1db8fdf8ab396229f55a699ce34a203691794c5d1cad0c/packaging-21.3.tar.gz"
sha256 "dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"
end
resource "markupsafe" do
url "https://files.pythonhosted.org/packages/1d/97/2288fe498044284f39ab8950703e88abbac2abbdf65524d576157af70556/MarkupSafe-2.1.1.tar.gz"
sha256 "7f91197cc9e48f989d12e4e6fbc46495c446636dfc81b9ccf50bb0ec74b91d4b"
end
# pygccxml only published a .whl file on PyPi
resource "pygccxml" do
url "https://github.com/CastXML/pygccxml/archive/refs/tags/v2.2.1.tar.gz"
sha256 "9815a12e3bf6b83b2e9d8c88335fb3fa0e2b4067d7fbaaed09c3bf26c6206cc7"
end
# Fix build with fmt 9+
# https://github.com/gnuradio/gnuradio/pull/6053
patch do
url "https://github.com/gnuradio/gnuradio/commit/e63ee41fd455cdd39ae983c258d8632c3ea57fc6.patch?full_index=1"
sha256 "be4373f13ffe8ae8ddc7216eb2b7ddb436b7be345cc0e108ae60b5010935a859"
end
# Fix missing includes. Fixed upstream by:
# https://github.com/gnuradio/gnuradio/pull/6188
# https://github.com/gnuradio/gnuradio/commit/463c3477549b26b32d9b73eef30044e97c4eee64
# Remove with next release.
patch :DATA
def install
python = "python3.10"
ENV.cxx11
ENV["XML_CATALOG_FILES"] = etc/"xml/catalog"
venv_root = libexec/"venv"
site_packages = Language::Python.site_packages(python)
ENV.prepend_create_path "PYTHONPATH", venv_root/site_packages
venv = virtualenv_create(venv_root, python)
venv.pip_install resources
# Avoid references to the Homebrew shims directory
inreplace "CMakeLists.txt" do |s|
s.gsub! "${CMAKE_C_COMPILER}", ENV.cc
s.gsub! "${CMAKE_CXX_COMPILER}", ENV.cxx
end
qwt = Formula["qwt-qt5"].opt_lib
qwt_lib = OS.mac? ? qwt/"qwt.framework/qwt" : qwt/"libqwt.so"
qwt_include = OS.mac? ? qwt/"qwt.framework/Headers" : Formula["qwt-qt5"].opt_include
args = %W[
-DGR_PKG_CONF_DIR=#{etc}/gnuradio/conf.d
-DGR_PREFSDIR=#{etc}/gnuradio/conf.d
-DGR_PYTHON_DIR=#{prefix/site_packages}
-DENABLE_DEFAULT=OFF
-DPYTHON_EXECUTABLE=#{venv_root}/bin/python
-DPYTHON_VERSION_MAJOR=3
-DQWT_LIBRARIES=#{qwt_lib}
-DQWT_INCLUDE_DIRS=#{qwt_include}
-DCMAKE_PREFIX_PATH=#{Formula["qt@5"].opt_lib}
-DQT_BINARY_DIR=#{Formula["qt@5"].opt_bin}
-DENABLE_TESTING=OFF
-DENABLE_INTERNAL_VOLK=OFF
]
enabled = %w[GNURADIO_RUNTIME GRC PYTHON VOLK]
enabled_modules = %w[GR_ANALOG GR_AUDIO GR_BLOCKS GR_BLOCKTOOL
GR_CHANNELS GR_DIGITAL GR_DTV GR_FEC GR_FFT GR_FILTER
GR_MODTOOL GR_NETWORK GR_QTGUI GR_SOAPY GR_TRELLIS
GR_UHD GR_UTILS GR_VOCODER GR_WAVELET GR_ZEROMQ GR_PDU]
(enabled + enabled_modules).each do |c|
args << "-DENABLE_#{c}=ON"
end
system "cmake", "-S", ".", "-B", "build", *args, *std_cmake_args
system "cmake", "--build", "build"
system "cmake", "--install", "build"
# Create a directory for Homebrew to put .pth files pointing to GNU Radio
# plugins installed by other packages. An automatically-loaded module adds
# this directory to the package search path.
plugin_pth_dir = etc/"gnuradio/plugins.d"
mkdir plugin_pth_dir
venv_site_packages = venv_root/site_packages
(venv_site_packages/"homebrew_gr_plugins.py").write <<~EOS
import site
site.addsitedir("#{plugin_pth_dir}")
EOS
pth_contents = "#{prefix/site_packages}\nimport homebrew_gr_plugins\n"
(venv_site_packages/"homebrew-gnuradio.pth").write pth_contents
# Patch the grc config to change the search directory for blocks
inreplace etc/"gnuradio/conf.d/grc.conf" do |s|
s.gsub! share.to_s, "#{HOMEBREW_PREFIX}/share"
end
rm bin.children.reject(&:executable?)
end
test do
assert_match version.to_s, shell_output("#{bin}/gnuradio-config-info -v")
(testpath/"test.c++").write <<~EOS
#include <gnuradio/top_block.h>
#include <gnuradio/blocks/null_source.h>
#include <gnuradio/blocks/null_sink.h>
#include <gnuradio/blocks/head.h>
#include <gnuradio/gr_complex.h>
class top_block : public gr::top_block {
public:
top_block();
private:
gr::blocks::null_source::sptr null_source;
gr::blocks::null_sink::sptr null_sink;
gr::blocks::head::sptr head;
};
top_block::top_block() : gr::top_block("Top block") {
long s = sizeof(gr_complex);
null_source = gr::blocks::null_source::make(s);
null_sink = gr::blocks::null_sink::make(s);
head = gr::blocks::head::make(s, 1024);
connect(null_source, 0, head, 0);
connect(head, 0, null_sink, 0);
}
int main(int argc, char **argv) {
top_block top;
top.run();
}
EOS
system ENV.cxx, testpath/"test.c++", "-std=c++11", "-L#{lib}",
"-lgnuradio-blocks", "-lgnuradio-runtime", "-lgnuradio-pmt",
"-L#{Formula["boost"].opt_lib}", "-lboost_system",
"-L#{Formula["log4cpp"].opt_lib}", "-llog4cpp",
"-L#{Formula["fmt"].opt_lib}", "-lfmt",
"-o", testpath/"test"
system "./test"
(testpath/"test.py").write <<~EOS
from gnuradio import blocks
from gnuradio import gr
class top_block(gr.top_block):
def __init__(self):
gr.top_block.__init__(self, "Top Block")
self.samp_rate = 32000
s = gr.sizeof_gr_complex
self.blocks_null_source_0 = blocks.null_source(s)
self.blocks_null_sink_0 = blocks.null_sink(s)
self.blocks_head_0 = blocks.head(s, 1024)
self.connect((self.blocks_head_0, 0),
(self.blocks_null_sink_0, 0))
self.connect((self.blocks_null_source_0, 0),
(self.blocks_head_0, 0))
def main(top_block_cls=top_block, options=None):
tb = top_block_cls()
tb.start()
tb.wait()
main()
EOS
system Formula["python@3.10"].opt_bin/"python3.10", testpath/"test.py"
end
end
__END__
diff --git a/gr-blocks/include/gnuradio/blocks/blockinterleaving.h b/gr-blocks/include/gnuradio/blocks/blockinterleaving.h
index 9d4e0f2..f6b8bc6 100644
--- a/gr-blocks/include/gnuradio/blocks/blockinterleaving.h
+++ b/gr-blocks/include/gnuradio/blocks/blockinterleaving.h
@@ -12,7 +12,8 @@
#define INCLUDED_GR_BLOCKS_BLOCKINTERLEAVING_H
#include <gnuradio/blocks/api.h>
-
+#include <cstddef>
+#include <vector>
namespace gr {
namespace blocks {