# -*- 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

PortSystem          1.0
PortGroup           github 1.0
PortGroup           cmake 1.1

platforms           darwin macosx
categories          science
license             Boost-1
maintainers         {ra1nb0w @ra1nb0w} {michaelld @michaelld} openmaintainer

description         Communications blocks and support libraries for Pothos
long_description    This communications toolkits provides DSP and higher \
    level communications blocks such as filters, basic arithmetic, \
    waveform generators, symbol manipulation, encoding/decoding, frame \
    synchronization, error correction, and MAC layer support.

github.setup        pothosware PothosComms 0.3.5 pothos-comms-
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
checksums           rmd160  5d96996d7eb3bc7b8b0c41087e98a114f7822637 \
                    sha256  a3fa641e52d370e8881e9bf2081b26325e3201dfe392d427b08ab2d690fb1d1a \
                    size    96634
revision            2

compiler.cxx_standard 2011

# Needed due to nlohmann-json:
#   error: field has incomplete type
compiler.blacklist-append \
    {clang < 900}

depends_lib-append \
    port:PothosCore \
    port:poco \
    port:nlohmann-json \
    port:spuce
