summaryrefslogtreecommitdiff
path: root/ham/gnuradio-utils
diff options
context:
space:
mode:
authorthor <thor@pkgsrc.org>2021-04-29 23:30:12 +0000
committerthor <thor@pkgsrc.org>2021-04-29 23:30:12 +0000
commitb05bd3cb55eb033b2548e905e76d8dde7196c46e (patch)
tree55a3ff50b479bb900021a35dbaa4a52ae8685d26 /ham/gnuradio-utils
parent02f87302fcb9ace533d2c7d5b3cbc29b86b30781 (diff)
downloadpkgsrc-b05bd3cb55eb033b2548e905e76d8dde7196c46e.tar.gz
math/fftw and dependents: merge math/fftwf backin and add MPI and OpenMP
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.
Diffstat (limited to 'ham/gnuradio-utils')
-rw-r--r--ham/gnuradio-utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/gnuradio-utils/Makefile b/ham/gnuradio-utils/Makefile
index 8097be16d2f..3c8d486117d 100644
--- a/ham/gnuradio-utils/Makefile
+++ b/ham/gnuradio-utils/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2021/04/21 13:24:52 adam Exp $
+# $NetBSD: Makefile,v 1.29 2021/04/29 23:30:15 thor Exp $
PKGNAME= gnuradio-utils-${VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= Utilities in GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"