Gabe Black has submitted this change. (
https://gem5-review.googlesource.com/c/public/gem5/+/33675 )
Change subject: scons: Set the minimum scons version to 3.0.
......................................................................
scons: Set the minimum scons version to 3.0.
Change-Id: Id57a93e819588d2231d2d2d8b28cd62b05fbbe9b
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33675
Reviewed-by: Steve Reinhardt <[email protected]>
Maintainer: Gabe Black <[email protected]>
Tested-by: kokoro <[email protected]>
---
M site_scons/site_init.py
1 file changed, 1 insertion(+), 6 deletions(-)
Approvals:
Steve Reinhardt: Looks good to me, approved
Gabe Black: Looks good to me, approved
kokoro: Regressions pass
diff --git a/site_scons/site_init.py b/site_scons/site_init.py
index 82e1c8a..28a9d0c 100644
--- a/site_scons/site_init.py
+++ b/site_scons/site_init.py
@@ -43,12 +43,7 @@
# Check for recent-enough Python and SCons versions.
try:
- # Really old versions of scons only take two options for the
- # function, so check once without the revision and once with the
- # revision, the first instance will fail for stuff other than
- # 0.98, and the second will fail for 0.98.0
- EnsureSConsVersion(0, 98)
- EnsureSConsVersion(0, 98, 1)
+ EnsureSConsVersion(3, 0, 0)
except SystemExit as e:
print("""
For more details, see:
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/33675
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: Id57a93e819588d2231d2d2d8b28cd62b05fbbe9b
Gerrit-Change-Number: 33675
Gerrit-PatchSet: 3
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Brandon Potter <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Steve Reinhardt <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s