Gabe Black has uploaded this change for review. ( 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
---
M site_scons/site_init.py
1 file changed, 3 insertions(+), 3 deletions(-)



diff --git a/site_scons/site_init.py b/site_scons/site_init.py
index 82e1c8a..4045e90 100644
--- a/site_scons/site_init.py
+++ b/site_scons/site_init.py
@@ -46,9 +46,9 @@
     # 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)
+    # 3.0, and the second will fail for 3.0.0
+    EnsureSConsVersion(3, 0)
+    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: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to