Sat Jun 12 07:30:47 2021 UTC ()
fftw: bump for default options change


(nia)
diff -r1.75 -r1.76 pkgsrc/math/fftw/Makefile

cvs diff -r1.75 -r1.76 pkgsrc/math/fftw/Makefile (expand / switch to unified diff)

--- pkgsrc/math/fftw/Makefile 2021/05/24 19:52:55 1.75
+++ pkgsrc/math/fftw/Makefile 2021/06/12 07:30:47 1.76
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.75 2021/05/24 19:52:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.76 2021/06/12 07:30:47 nia Exp $
2 2
3PKGREVISION= 7 3PKGREVISION= 8
4 4
5COMMENT= Fast C routines to compute DFTs (single and double precision) 5COMMENT= Fast C routines to compute DFTs (single and double precision)
6 6
7SUPERSEDES= fftwf-[0-9]* 7SUPERSEDES= fftwf-[0-9]*
8CONFLICTS+= fftwf-[0-9]* 8CONFLICTS+= fftwf-[0-9]*
9 9
10# The standard precision is double. We always build at least 10# The standard precision is double. We always build at least
11# single in addition. 11# single in addition.
12FFTW_PRECISION= double float 12FFTW_PRECISION= double float
13 13
14.include "Makefile.common" 14.include "Makefile.common"
15 15
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"