[gem5-dev] Change in public/gem5[master]: scons: bump required python version to 2.7 to support pybind11

2017-08-31 Thread Paul Rosenfeld (Gerrit)
Paul Rosenfeld has submitted this change and it was merged. (  
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
Reviewed-on: https://gem5-review.googlesource.com/4440
Reviewed-by: Andreas Sandberg 
Reviewed-by: Gabe Black 
Reviewed-by: Jason Lowe-Power 
Reviewed-by: Joe Gross 
Maintainer: Andreas Sandberg 
---
M SConstruct
1 file changed, 2 insertions(+), 3 deletions(-)

Approvals:
  Jason Lowe-Power: Looks good to me, but someone else must approve
  Andreas Sandberg: Looks good to me, approved; Looks good to me, approved
  Gabe Black: Looks good to me, approved
  Joe Gross: Looks good to me, but someone else must approve



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: merged
Gerrit-Change-Id: Ic3652f975477f2e5d144e054489ab73ed9f82b55
Gerrit-Change-Number: 4440
Gerrit-PatchSet: 3
Gerrit-Owner: Paul Rosenfeld 
Gerrit-Reviewer: Andreas Sandberg 
Gerrit-Reviewer: Anthony Gutierrez 
Gerrit-Reviewer: Bradford Beckmann 
Gerrit-Reviewer: Gabe Black 
Gerrit-Reviewer: Jason Lowe-Power 
Gerrit-Reviewer: Joe Gross 
Gerrit-Reviewer: Paul Rosenfeld 
___
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev

[gem5-dev] Change in public/gem5[master]: scons: bump required python version to 2.7 to support pybind11

2017-08-05 Thread Paul Rosenfeld (Gerrit)
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 
___
gem5-dev mailing list
gem5-dev@gem5.org
http://m5sim.org/mailman/listinfo/gem5-dev