Differences between revisions 1 and 2
Revision 1 as of 2008-03-24 16:28:07
Size: 1032
Comment:
Revision 2 as of 2008-11-14 13:41:57
Size: 1032
Editor: anonymous
Comment: converted to 1.6 markup
No differences found!

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

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