Difference between revisions of "Scons"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:Programming {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|scons}} |{{#vardefine:url|https://sourceforge.net/projects/scons/}} <!--CONFIG...") |
Moskalenko (talk | contribs) m (Text replacement - "#uppercase" to "uc") |
||
(One intermediate revision by one other user not shown) | |||
Line 24: | Line 24: | ||
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | ||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
+ | * HPC_{{uc:{{#var:app}}}}_BIN - executable directory | ||
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Latest revision as of 21:24, 6 December 2019
Description
SCons is a software construction tool that is a superior alternative to the classic "Make" build tool that we all know and love. SCons is implemented as a Python script and set of modules, and SCons "configuration files" are actually executed as Python scripts. This gives SCons many powerful capabilities not found in other software build tools.
Environment Modules
Run module spider scons
to find out what environment modules are available for this application.
System Variables
- HPC_SCONS_DIR - installation directory
- HPC_SCONS_BIN - executable directory