changeset e7adb2ea547e in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=e7adb2ea547e
description:
scons: update minimum SWIG version to 1.3.34
We should try to keep this synced with the wiki
(which I also just updated, but which was
previously inconsistent).
diffstat:
SConstruct | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 24b06cbf2d67 -r e7adb2ea547e SConstruct
--- a/SConstruct Sun Apr 22 05:20:44 2012 -0700
+++ b/SConstruct Mon Apr 23 09:25:16 2012 -0700
@@ -572,7 +572,7 @@
print 'Error determining SWIG version.'
Exit(1)
-min_swig_version = '1.3.28'
+min_swig_version = '1.3.34'
if compareVersions(swig_version[2], min_swig_version) < 0:
print 'Error: SWIG version', min_swig_version, 'or newer required.'
print ' Installed version:', swig_version[2]
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev