yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #00598
[svn] r1496 - trunk
Author: cosurgi
Date: 2008-08-28 23:01:20 +0200 (Thu, 28 Aug 2008)
New Revision: 1496
Modified:
trunk/SConstruct
Log:
update to use latest scons 1.0.0
Modified: trunk/SConstruct
===================================================================
--- trunk/SConstruct 2008-08-28 08:58:33 UTC (rev 1495)
+++ trunk/SConstruct 2008-08-28 21:01:20 UTC (rev 1496)
@@ -43,7 +43,7 @@
##########################################################################################
#print sconsVersion
if sconsVersion<9803.0 and not os.environ.has_key('NO_SCONS_GET_RECENT'):
- tgzParams=("http://kent.dl.sourceforge.net/sourceforge/scons/scons-local-0.98.3.tar.gz","/scons-local-0.98.3")
+ tgzParams=("http://heanet.dl.sourceforge.net/sourceforge/scons/scons-local-1.0.0.tar.gz","/scons-local-1.0.0")
newPrefix="./scons-local";
newUrl,newDir=tgzParams[0],newPrefix+"/"+tgzParams[1]
if not os.path.exists(newDir):