This yields one common package to provide libfftw3 (double) and libfftw3f (single) by default and optionally the Fortran bindings as well as OpenMP and MPI variants, and those with long double or quad precision. This changes all packages depending on fftwf in the same commit to minimize the time of inconsistency. Soon, math/fftwf will disappear.
16 lines
441 B
Makefile
16 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.26 2021/04/29 23:30:13 thor Exp $
|
|
|
|
PKGNAME= gnuradio-channels-${VERSION}
|
|
PKGREVISION= 3
|
|
COMMENT= Signal processing blocks to simulate channel models of GNU Radio
|
|
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
|
|
CMAKE_ARGS+= -DENABLE_GR_CHANNELS=ON
|
|
CMAKE_ARGS+= -DENABLE_GRC=ON
|
|
|
|
PLIST_MINUS+= companion
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|