Updated packaging docs.
This commit is contained in:
parent
525344aa85
commit
d41d6ed863
File diff suppressed because it is too large
Load Diff
@ -115,13 +115,13 @@ def install(self, spec, prefix):
|
|||||||
|
|
||||||
2. The class name, "Cmake". This is formed by converting `-` or
|
2. The class name, "Cmake". This is formed by converting `-` or
|
||||||
``_`` in the module name to camel case. If the name starts with
|
``_`` 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
|
Module Name Class Name
|
||||||
foo_bar FooBar
|
foo_bar FooBar
|
||||||
docbook-xml DocbookXml
|
docbook-xml DocbookXml
|
||||||
FooBar Foobar
|
FooBar Foobar
|
||||||
3proxy Num_3proxy
|
3proxy _3proxy
|
||||||
|
|
||||||
The class name is what spack looks for when it loads a package module.
|
The class name is what spack looks for when it loads a package module.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user