Difference between revisions of "Scons"

From UFRC
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...")
 
Line 25: Line 25:
 
==System Variables==
 
==System Variables==
 
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
 +
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Revision as of 15:57, 7 February 2018

Description

scons website  

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_{{#uppercase:scons}}_DIR - installation directory
  • HPC_{{#uppercase:scons}}_BIN - executable directory