Home > Repository > base > scons

scons: An Open Source software construction tool

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.
Nome:scons
Versione: 4.11.1-1mamba
Gruppo:Development/Tools
Manutentore:silvan
Licenza:MIT
Dimensione:3.11 MB
URL di origine:https://www.scons.org/
Data di compilazione:2026-08-27 09:28:39
File sorgenti
SCons-4.11.1.tar.gz
scons.spec
Pacchetti binari e dipendenze
x86_64aarch64i586
RPM creatiscons
scons
scons
Dipendenze di compilazionelibpython314-devel [1]
libpython314-devel [1]
libpython314-devel [1]
Cronologia delle modifiche
DataPackagerVersioneDescrizione
2026-08-27autodist4.11.1-1mamba- automatic version update by autodist
2026-08-11autodist4.11.0-1mamba- automatic version update by autodist
2026-07-11claude4.10.1-2mamba- rebuilt for python3 3.14
2025-11-17autodist4.10.1-1mamba- automatic version update by autodist
2025-10-02autodist4.10.0-1mamba- automatic version update by autodist
2025-03-28autodist4.9.1-1mamba- automatic version update by autodist
2025-03-03autodist4.9.0-1mamba- automatic version update by autodist
2024-09-04autodist4.8.1-1mamba- automatic version update by autodist
2024-07-31autodist4.8.0-1mamba- automatic version update by autodist
2024-03-18autodist4.7.0-1mamba- automatic version update by autodist
Richiesto in compilazione da