Gabe Black has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/58629 )
Change subject: scons: Increase the minimum version of SCons to 3.0.2.
......................................................................
scons: Increase the minimum version of SCons to 3.0.2.
This includes a fix for hashing the Literal type, which causes issues
on python 3 within the fast model SConscript. The old requirement was
3.0.0. It looks like there are bug fix versions up to 3.0.5, although
we don't yet have a specific reason to require those since we haven't
run into the bugs fixed in those versions (yet).
Change-Id: I429ed889791fa581693ad2dc5b597ba27b7690fc
---
M site_scons/site_init.py
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/site_scons/site_init.py b/site_scons/site_init.py
index 5eeb290..7b96fb1 100644
--- a/site_scons/site_init.py
+++ b/site_scons/site_init.py
@@ -42,7 +42,7 @@
# Check for recent-enough Python and SCons versions.
try:
- EnsureSConsVersion(3, 0, 0)
+ EnsureSConsVersion(3, 0, 2)
except SystemExit as e:
print("""
For more details, see:
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/58629
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I429ed889791fa581693ad2dc5b597ba27b7690fc
Gerrit-Change-Number: 58629
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <gabe.bl...@gmail.com>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s