Review Board 2.0.15


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
Review request changed
Updated (Oct. 16, 2014, 3:38 a.m.)

Status: Closed (submitted)