Author: ludo
Date: Wed Nov 17 10:42:53 2010
New Revision: 24723
URL: https://svn.nixos.org/websvn/nix/?rev=24723&sc=1

Log:
qtpfsgui: Use fftw3 single-precision.

Thanks to Lluís Batlle!

Modified:
   
nixpkgs/branches/stdenv-updates/pkgs/applications/graphics/qtpfsgui/default.nix

Modified: 
nixpkgs/branches/stdenv-updates/pkgs/applications/graphics/qtpfsgui/default.nix
==============================================================================
--- 
nixpkgs/branches/stdenv-updates/pkgs/applications/graphics/qtpfsgui/default.nix 
    Wed Nov 17 10:05:46 2010        (r24722)
+++ 
nixpkgs/branches/stdenv-updates/pkgs/applications/graphics/qtpfsgui/default.nix 
    Wed Nov 17 10:42:53 2010        (r24723)
@@ -1,4 +1,4 @@
-{stdenv, fetchurl, qt4, exiv2, openexr, fftw, libtiff, ilmbase }:
+{stdenv, fetchurl, qt4, exiv2, openexr, fftwSinglePrec, libtiff, ilmbase }:
 
 stdenv.mkDerivation rec {
   name = "qtpfsgui-1.9.3";
@@ -8,13 +8,13 @@
     sha256 = "1mlg9dry4mfnnjlnwsw375hzsiagssdhccfmapx5nh6ykqrslsh1";
   };
 
-  buildInputs = [ qt4 exiv2 openexr fftw libtiff ];
+  buildInputs = [ qt4 exiv2 openexr fftwSinglePrec libtiff ];
 
   configurePhase = ''
     export CPATH="${ilmbase}/include/OpenEXR:$CPATH"
     qmake PREFIX=$out EXIV2PATH=${exiv2}/include/exiv2  \
       OPENEXRDIR=${openexr}/include/OpenEXR             \
-      FFTW3DIR=${fftw}/include                          \
+      FFTW3DIR=${fftwSinglePrec}/include                \
       LIBTIFFDIR=${libtiff}/include
   '';
 
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to