Add fftwFloat => fftw composition with floating point

Needed for Gnuradio (coming in next commit).
This commit is contained in:
Bjørn Forsman 2013-05-02 12:04:17 +02:00
parent e0b7eeb0ad
commit 57071b2213

View file

@ -4075,6 +4075,10 @@ let
singlePrecision = false;
};
fftwFloat = callPackage ../development/libraries/fftw {
float = true;
};
fftwSinglePrec = callPackage ../development/libraries/fftw {
singlePrecision = true;
};