SEP: Using AutoTools as Build system for Sage

This SEP proposes to switch the Sage build system to the standard autotools (automake, autoconf, etc.).

Requirements

The top level build process needs to

Proposal

In keeping with Sage's philosophy of not reinventing the wheel, Sage should use a well established build system. Sage should follow the standard procedure of

./configure && make && sudo make install

in order to install itself system wide and

./configure --prefix=$HOME/sage && make && make install

to install into directory sage.

Advantages

Disadvantages

AutoToolsSEP (last edited 2010-06-02 18:48:55 by robertwb)