[Scipy-svn] r3615 - branches/scipy.scons/scipy/fftpack

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Dec 4 03:15:46 EST 2007


Author: cdavid
Date: 2007-12-04 02:15:37 -0600 (Tue, 04 Dec 2007)
New Revision: 3615

Modified:
   branches/scipy.scons/scipy/fftpack/SConstruct
Log:
Update config info for fftpack with scons build


Modified: branches/scipy.scons/scipy/fftpack/SConstruct
===================================================================
--- branches/scipy.scons/scipy/fftpack/SConstruct	2007-12-04 06:51:50 UTC (rev 3614)
+++ branches/scipy.scons/scipy/fftpack/SConstruct	2007-12-04 08:15:37 UTC (rev 3615)
@@ -1,4 +1,4 @@
-# Last Change: Tue Dec 04 03:00 PM 2007 J
+# Last Change: Tue Dec 04 04:00 PM 2007 J
 # vim:syntax=python
 from os.path import join as pjoin
 
@@ -6,6 +6,7 @@
 from numpy.distutils.misc_util import get_numpy_include_dirs
 from numpy.distutils.scons import GetNumpyEnvironment
 from numpy.distutils.scons import IsMKL, IsFFTW3, IsFFTW2, CheckFFT
+from numpy.distutils.scons.configuration import write_info
 
 env = GetNumpyEnvironment(ARGUMENTS)
 
@@ -16,7 +17,9 @@
 config = env.NumpyConfigure(custom_tests = {'CheckFFT': CheckFFT})
 st = config.CheckFFT()
 config.Finish()
+write_info(env)
 
+# Tweak defineds depending on the fft used
 if st:
     if IsMKL(env, 'fft'):
         env.Append(CPPDEFINES = "SCIPY_MKL_H")




More information about the Scipy-svn mailing list