ui_msg "\nError: ${name} requires the gnuradio or gnuradio-devel port, and will not work with the gnuradio-next port. deactivate gnuradio-next, and then install or activate gnuradio or gnuradio-devel.\n"
# -*- 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
PortGroup active_variants 1.1
# require C++11 for cppunit 1.14.0 as of April 13, 2017.
github.setup osmocom gr-fosphor 7b6b9961bc2d9b84daeb42a5c8f8aeba293d207c
checksums rmd160 b58669d4caa99a724eaa8ea44848bbea07715d96 \
sha256 57b8e59b6861a867f4cb938ef654c7f753b53720d3b4b249dd8f398ba9c2998b \
# stealth update equivalent when moving to GitHub
dist_subdir ${name}/${version}_1
maintainers {michaelld @michaelld} openmaintainer
homepage http://sdr.osmocom.org/trac/wiki/fosphor
description gr-fosphor provides a GNU Radio block for RTSA-like spectrum visualization using GPU acceleration.
long_description ${description} \
This port is kept up with the gr-fosphor GIT 'master' branch, which is typically updated weekly to monthly, providing compatibility with GNU Radio release 3.7 API: the gnuradio and gnuradio-devel ports.
# still require cppunit for testing; NOTE: cppunit is checked for
# during configure, so we need it to be in depends_lib or
# depends_build to be used correctly. Choose the latter since it's
# not required for runtime; just for build/test.
# do VPATH (out of source tree) build
# temporary patch to fix using gr_log
patchfiles-append patch-add_gr_log.diff
# remove top-level library path, such that internal libraries are used
# instead of any already-installed ones.
configure.ldflags-delete -L${prefix}/lib
# specify the Python dependencies