Add fftwFloat => fftw composition with floating point
Needed for Gnuradio (coming in next commit).
This commit is contained in:
@@ -4075,6 +4075,10 @@ let
|
||||
singlePrecision = false;
|
||||
};
|
||||
|
||||
fftwFloat = callPackage ../development/libraries/fftw {
|
||||
float = true;
|
||||
};
|
||||
|
||||
fftwSinglePrec = callPackage ../development/libraries/fftw {
|
||||
singlePrecision = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user