Paul Rosenfeld has uploaded this change for review. (
https://gem5-review.googlesource.com/4440
Change subject: scons: bump required python version to 2.7 to support
pybind11
......................................................................
scons: bump required python version to 2.7 to support pybind11
Change-Id: Ic3652f975477f2e5d144e054489ab73ed9f82b55
---
M SConstruct
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/SConstruct b/SConstruct
index e4880e1..b5e3805 100755
--- a/SConstruct
+++ b/SConstruct
@@ -93,10 +93,9 @@
"""
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
--
To view, visit https://gem5-review.googlesource.com/4440
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic3652f975477f2e5d144e054489ab73ed9f82b55
Gerrit-Change-Number: 4440
Gerrit-PatchSet: 1
Gerrit-Owner: Paul Rosenfeld <[email protected]>
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev