Differences between revisions 2 and 3
Revision 2 as of 2008-11-14 13:41:57
Size: 1032
Editor: anonymous
Comment: converted to 1.6 markup
Revision 3 as of 2022-04-05 00:57:19
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= SCons =

== Description ==

SCons is an Open Source software construction tool—that is, a next-generation build tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software.

Website: http://www.scons.org/

== License ==

X/MIT

== SPKG Maintainers ==
 * Michael Abshoff
 * Joel B. Mohler

== Upstream Contact ==
 * SCons mailing lists - see http://www.scons.org/lists.php

== Dependencies ==
 * Python

== Special Update/Build Instructions ==

If Intel's ifort is installed a broken linker flag is added. Hence we copy over an ifort.py with that flag removed.

== Changelog ==

=== scons-0.97.0d20071212 (Michael Abshoff, March 24th, 2008) ===
 * update to latest 0.97 snapshot release
 * remove "-no_archive" from ifort.py (#1618)

=== scons-0.97 (Joel B. Mohler) ===
 * initial version