[Scipy-svn] r4819 - trunk/tools/win32/build_scripts

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Oct 21 05:55:58 EDT 2008


Author: cdavid
Date: 2008-10-21 04:55:54 -0500 (Tue, 21 Oct 2008)
New Revision: 4819

Modified:
   trunk/tools/win32/build_scripts/pavement.py
Log:
Fix wrong order of dependencies for build_nsis task.

Modified: trunk/tools/win32/build_scripts/pavement.py
===================================================================
--- trunk/tools/win32/build_scripts/pavement.py	2008-10-21 09:39:47 UTC (rev 4818)
+++ trunk/tools/win32/build_scripts/pavement.py	2008-10-21 09:55:54 UTC (rev 4819)
@@ -96,8 +96,8 @@
     raw_build_arch(pyver, arch, options.src_root)
 
 @task
+ at needs('bootstrap')
 @needs('clean')
- at needs('bootstrap')
 def build_nsis():
     scipy_verstr = get_scipy_version(options.src_root)
     bdir = bootstrap_dir(options.pyver)




More information about the Scipy-svn mailing list