Module Management
How to manage EPICS modules in this environment:
- Add a Module — the operator procedure for adding a module to the build system.
- Module Management Conventions — naming, dependency declaration, configure types, and validation rules.
- Worked Example: Add pmac — a complete example of adding a module with a custom configuration rule.
- Use a Different Module Version — install another version of a module beside the existing one.
- Change a Module Repository URL — switch a module between a fork and the community repository.
- Remove a Module — retire a module from the environment.
- Module Dependency Audit — the design of
make check.module-depsand the dependency evidence model.