237 lines
8.6 KiB
Ruby
237 lines
8.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.5.0.tar.gz"
|
|
sha256 "04aae0c45e55c8fcaf99829d92db102395c7e10a7ad9910533694806d5ae121a"
|
|
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: "2f540a7bc8971b8dce9d98e443503f4814084a4c7b022100ea232d8dbe90381f"
|
|
sha256 cellar: :any, arm64_monterey: "5856c310c7994184c6e6109c5e3c5b8c44bd1e89394f113b60191ba52ebedb61"
|
|
sha256 cellar: :any, arm64_big_sur: "10d730b3cdc60105a0afa23dd8d1ea9d1e38eaac36d85844c3c34e4a3040d5bd"
|
|
sha256 cellar: :any, ventura: "4d4c847a7110c5ef7a22d054ba7b00801615d1bb0d46d99829df4fc115672400"
|
|
sha256 cellar: :any, monterey: "33505038905d41694fcb6de4a386729a7a11c95195bb0bfcc06b26e94455442f"
|
|
sha256 cellar: :any, big_sur: "f27ed4aa584c18e42975eca7e51f78cb341de08d8ca6659145746fb83721ddc4"
|
|
sha256 cellar: :any_skip_relocation, x86_64_linux: "0d78432fe9d281aa3a84e97d254d3df9c01a50837b55cb23bfc2101f3175961c"
|
|
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.11"
|
|
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/05/5f/2ba6e026d33a0e6ddc1dddf9958677f76f5f80c236bd65309d280b166d3e/Mako-1.2.4.tar.gz"
|
|
sha256 "d60a3903dc3bb01a18ad6a89cdbe2e4eadc69c0bc8ef1e3773ba53d44c3f7a34"
|
|
end
|
|
|
|
resource "packaging" do
|
|
url "https://files.pythonhosted.org/packages/6b/f7/c240d7654ddd2d2f3f328d8468d4f1f876865f6b9038b146bec0a6737c65/packaging-22.0.tar.gz"
|
|
sha256 "2198ec20bd4c017b8f9717e00f0c8714076fc2fd93816750ab48e2c41de2cfd3"
|
|
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
|
|
|
|
def install
|
|
python = "python3.11"
|
|
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.11"].opt_bin/"python3.11", testpath/"test.py"
|
|
end
|
|
end
|