< Home - < Back

scons


Information about the package, scons, which is shipped with common Linux distributions. The scons package is designed for, An Open Source software construction tool.


Package Name:

scons

Summary:

An Open Source software construction tool

Description:

SCons is an Open Source software construction tool--that is, a build tool; an improved substitute for the classic Make utility; a better way to build software. SCons is based on the design which won the Software Carpentry build tool design competition in August 2000. SCons "configuration files" are Python scripts, eliminating the need to learn a new build tool syntax. SCons maintains a global view of all dependencies in a tree, and can scan source (or other) files for implicit dependencies, such as files specified on #include lines. SCons uses MD5 signatures to rebuild only when the contents of a file have really changed, not just when the timestamp has been touched. SCons supports side-by-side variant builds, and is easily extended with user- defined Builder and/or Scanner objects.

Architecture:

noarch

Version:

2.0.1

Release:

1.el6

Size:

909 k

Repository:

base

From Repository:

Licence:

MIT



Handy Yum Commands for scons


Control the scons package with the following handy commands outlined below.


Command

Description of Command

yum install scons

This command will install scons on the server.

yum remove scons

This command will un-install scons on the server. When you run this command, you will be asked if you are sure that you want to remove scons, so you have to manually confirm that you want to do this.

yum -y remove scons

This command will un-install scons on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove scons when using the -y flag.

yum update scons

This command will update scons to the latest version. When you run this command, you will be asked if you are sure that you want to remove scons, so you have to manually confirm that you want to do this.

yum -y update scons

This command will update scons to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove scons when using the -y flag.

yum info scons

This command will show you core information about the scons package.

yum deplist scons

This command will show you the dependencies for scons. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update scons

This command will check if there is an update waiting on scons. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.