Updated packaging docs.

This commit is contained in:
Todd Gamblin 2014-10-27 00:55:38 -07:00
parent 525344aa85
commit d41d6ed863
2 changed files with 1218 additions and 626 deletions

File diff suppressed because it is too large Load Diff

View File

@ -115,13 +115,13 @@ def install(self, spec, prefix):
2. The class name, "Cmake". This is formed by converting `-` or
``_`` in the module name to camel case. If the name starts with
a number, we prefix the class name with ``Num_``. Examples:
a number, we prefix the class name with ``_``. Examples:
Module Name Class Name
foo_bar FooBar
docbook-xml DocbookXml
FooBar Foobar
3proxy Num_3proxy
3proxy _3proxy
The class name is what spack looks for when it loads a package module.