# -*- 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
github.setup osmocom libosmo-dsp 6561cfa8da6ddba35294ede452c1e5771b56e806
checksums rmd160 46c7be94a9cc7a68a35bd05135af360961105603 \
sha256 03f9218a4f2f02481163bdc807b56693e03f72ff1b429e059a4d69175ce35dad \
description A library with SDR DSP primitives
long_description ${description}
maintainers {michaelld @michaelld} openmaintainer
homepage http://sdr.osmocom.org/
depends_build-append port:pkgconfig
depends_lib-append port:fftw-3-single \
# <complex.h> -> "/usr/include/complex.h" to be compatible with C++
# legacy headers if these are used by a C++-based project
patchfiles-append patch-complex.h.diff
# remove top-level include path, such that internal headers are used
# instead of any already-installed ones.
configure.cppflags-delete -I${prefix}/include
# remove top-level library path, such that internal libraries are used
# instead of any already-installed ones.
configure.ldflags-delete -L${prefix}/lib
build.post_args-append AM_DEFAULT_VERBOSITY=1