Site Tools


linux_modules:scons

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux_modules:scons [2018/11/07 18:05] – created ktm5jlinux_modules:scons [2023/08/29 19:56] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scons ======
 +
 +Project website: https://scons.org/
 +
 +===== Using scons =====
 +
 +//Coming soon//
 +
 +Documentation is available here: https://scons.org/documentation.html
 +
 +Manpages are also available after loading the module.
 +
 +==== Loading the Module ====
 +
 +**Example: **
 +<code>
 +[ktm5j@portal01] ~$ module whatis scons
 +---------------------- /sw/linux-any/Modules/modulefiles -----------------------
 +               scons: SCons is an Open Source software construction tool
 +[ktm5j@portal01] ~$ module load scons
 +[ktm5j@portal01] ~$ which scons
 +/sw/linux-any/scons/current/bin/scons
 +</code>
 +
 +==== Environment Variables ====
 +
 +^ Variable ^ Join Type ^ String Added ^
 +| PATH | prepend | /sw/linux-any/scons/3.0.1/bin |
 +| MANPATH | prepend | /sw/linux-any/scons/3.0.1/man |
 +
 +