config: Add a --without-python option to build process
Review Request #2425 - Created Sept. 29, 2014 and submitted
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10435:e2dcb73290fc --------------------------- config: Add a --without-python option to build process Add the ability to build libgem5 without embedded Python or the ability to configure with Python. This is a prelude to a patch to allow config.ini files to be loaded into libgem5 using only C++ which would make embedding gem5 within other simulation systems easier. This adds a few registration interfaces to things which cross between Python and C++. Namely: stats dumping and SimObject resolving
Issue Summary
2
2
0
0
| Description | From | Last Updated | Status |
|---|---|---|---|
| Why not just have one flag called skip_no_python? | Nathan Binkert | Sept. 29, 2014, 6:08 a.m. | Open |
| Shouldn't you just make it so that SwigSource automatically has the guard? | Nathan Binkert | Sept. 29, 2014, 6:08 a.m. | Open |
Posted (Sept. 29, 2014, 6:08 a.m.)
-
src/SConscript (Diff revision 1) -
Why not just have one flag called skip_no_python?
-
src/SConscript (Diff revision 1) -
Shouldn't you just make it so that SwigSource automatically has the guard?
Posted (Sept. 29, 2014, 12:21 p.m.)
-
SConstruct (Diff revision 1) -
can we indent the second line to align with the open paren, as with the already wrapped readCommand() lines below?
Review request changed
Updated (Oct. 9, 2014, 7:27 a.m.)
Description: |
|
||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+547 -189) |
