Subject: CVS commit: pkgsrc/math
From: Nia Alarie
Date: 2021-05-16 12:14:09
Message id: 20210516101409.8FC12FA95@cvs.NetBSD.org

Log Message:
split fftw package into -long and -quad precision variants

the package previously used PKG_OPTIONS for this, but PKG_OPTIONS
are harmful in the case that they effect the resulting ABI of
library packages. this way, things that actually need fftwl and fftwq
can depend on these sub-packages.

this also fixes fftwq on NetBSD by making it pull in libquadmath.
another thing about PKG_OPTIONS for library components is that
they mean certain components don't get tested...

Files:
RevisionActionfile
1.3modifypkgsrc/math/fftw/DESCR
1.74modifypkgsrc/math/fftw/Makefile
1.16modifypkgsrc/math/fftw/PLIST
1.10modifypkgsrc/math/fftw/options.mk
1.4addpkgsrc/math/fftw/Makefile.common