Expand description
Python environment detection utilities for Intel® Simics® Simulator
This crate provides unified Python detection functionality that works with both:
- Traditional Simics base package (1000) that includes Python
- Separate Simics Python package (1033) for Simics 7.28.0+
Structs§
- Python
Environment - Complete Python environment information for Simics
- Python
Version - Python version information parsed from include directory
Enums§
- Package
Source - Source of the Python environment
Constants§
- HOST_
DIRNAME - The name of the binary/library/object subdirectory on Windows systems
- PYTHO
N3_ INCLUDE_ ENV - Environment variable name for Python include path override
- PYTHO
N3_ LDFLAGS_ ENV - Environment variable name for Python library path override
Functions§
- discover_
python_ environment - Auto-discover Python environment from SIMICS_BASE environment variable
- discover_
python_ environment_ from_ base - Discover Python environment from a specific Simics base path