clearlinux/clr-bundles

Name: clr-bundles

Owner: Clear Linux* Project for Intel Architecture

Description: null

Created: 2016-03-10 00:44:13.0

Updated: 2018-05-24 15:43:29.0

Pushed: 2018-05-24 15:43:27.0

Homepage: null

Size: 1075

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Bundle Definition Files

This repository contains bundle definition files for the Clear Linux Operating System for Intel Architecture.

The files under bundles/ in this directory are processed via m4 macros and disregard lines start with '#' as comments. Please be careful when editing. The end result is a list of the packages that comprise a bundle.

All bundle files must include a filled-out bundle-header.txt at the top of the file. These are used to generate documentation, so be descriptive and precise.

To automatically create a “-dev” variant of a bundle, such that bundle “foo-dev” has what is required to build bundle “foo”, simply add the bundle name “foo” in to the auto.devbundles file.

For debugging and visualization purposes, a small python program called make-dot.py is included. If run, the output will be suitable to create a dependency graph of the bundles. Run it as so:

make-dot.py | dot -Tsvg > dot.svg

This will output a “dot.svg” file that can be opened with a web browser.

Currently maintained by: Robert Nesius robert.a.nesius@intel.com William Douglas william.douglas@intel.com


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.