treewide: Make explicit that 'dev' output of fftwFloat is used

This commit is contained in:
Tuomas Tynkkynen 2016-04-16 19:50:52 +03:00 committed by Vladimír Čunát
parent 5aa08403e6
commit 73c8575122

@ -17407,7 +17407,7 @@ in modules // {
preConfigure = ''
export LDFLAGS="-L${pkgs.fftw.out}/lib -L${pkgs.fftwFloat.out}/lib -L${pkgs.fftwLongDouble.out}/lib"
export CFLAGS="-I${pkgs.fftw.dev}/include -I${pkgs.fftwFloat}/include -I${pkgs.fftwLongDouble}/include"
export CFLAGS="-I${pkgs.fftw.dev}/include -I${pkgs.fftwFloat.dev}/include -I${pkgs.fftwLongDouble}/include"
'';
#+ optionalString isDarwin ''
# export DYLD_LIBRARY_PATH="${pkgs.fftw.out}/lib"