Site Tools


staff-wiki:modules:scons

Scons

☑ Centos 7.4
☑ Ubuntu 14.04
☑ Ubuntu 18.04

Sources

Sources obtained from

Package Local Copy
scons-3.0.1.tar.gz/sw/pkgs/scons-3.0.1.tar.gz

Requirements

  • None

Build Process

[ktm5j@ktm5j-vm cs-builds]$ tar -xf /sw/pkgs/scons-3.0.1.tar.gz
[ktm5j@ktm5j-vm cs-builds]$ cd scons-3.0.1
[ktm5j@ktm5j-vm scons-3.0.1]$ python setup.py install --prefix=/sw/linux-any/scons/3.0.1

Install

scons/
├── 3.0.1
│   ├── bin
│   ├── lib
│   └── man
└── current -> 3.0.1/

Module File

#%Module1.0#####################################################################
##
## modules scons current
##
## modulefiles/scons-current
##
proc ModulesHelp { } {
        global version modroot

        puts stderr "SCons is an Open Source software construction tool"
}

module-whatis   "SCons is an Open Source software construction tool"

# for Tcl script use only
set     topdir          /sw/linux-any/scons/current
set     version         current

prepend-path    PATH            $topdir/bin
prepend-path    MANPATH         $topdir/share/man
staff-wiki/modules/scons.txt · Last modified: 2023/08/29 19:56 by 127.0.0.1