scons: bump required python version to 2.7 to support pybind11
authorPaul Rosenfeld <prosenfeld@micron.com>
Sat, 5 Aug 2017 19:02:52 +0000 (13:02 -0600)
committerPaul Rosenfeld <prosenfeld@micron.com>
Thu, 31 Aug 2017 12:04:25 +0000 (12:04 +0000)
Change-Id: Ic3652f975477f2e5d144e054489ab73ed9f82b55
Reviewed-on: https://gem5-review.googlesource.com/4440
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Gabe Black <gabeblack@google.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed-by: Joe Gross <joe.gross@amd.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>

SConstruct

index e4880e180011105e22d6a9eca847c764e4669c23..b5e3805a6dbdc1ed0d6806fe68f3e6bb04330af9 100755 (executable)
@@ -93,10 +93,9 @@ For more details, see:
 """
     raise
 
-# We ensure the python version early because because python-config
-# requires python 2.5
+# pybind11 requires python 2.7
 try:
-    EnsurePythonVersion(2, 5)
+    EnsurePythonVersion(2, 7)
 except SystemExit, e:
     print """
 You can use a non-default installation of the Python interpreter by