mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
treewide: Make explicit that 'dev' output of fftw is used
This commit is contained in:
parent
bb5a922c78
commit
5aa08403e6
1 changed files with 1 additions and 1 deletions
|
@ -17407,7 +17407,7 @@ in modules // {
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export LDFLAGS="-L${pkgs.fftw.out}/lib -L${pkgs.fftwFloat.out}/lib -L${pkgs.fftwLongDouble.out}/lib"
|
export LDFLAGS="-L${pkgs.fftw.out}/lib -L${pkgs.fftwFloat.out}/lib -L${pkgs.fftwLongDouble.out}/lib"
|
||||||
export CFLAGS="-I${pkgs.fftw}/include -I${pkgs.fftwFloat}/include -I${pkgs.fftwLongDouble}/include"
|
export CFLAGS="-I${pkgs.fftw.dev}/include -I${pkgs.fftwFloat}/include -I${pkgs.fftwLongDouble}/include"
|
||||||
'';
|
'';
|
||||||
#+ optionalString isDarwin ''
|
#+ optionalString isDarwin ''
|
||||||
# export DYLD_LIBRARY_PATH="${pkgs.fftw.out}/lib"
|
# export DYLD_LIBRARY_PATH="${pkgs.fftw.out}/lib"
|
||||||
|
|
Loading…
Reference in a new issue