lp://staging/~david-ar/numpy.scons.support/0.7.2
Created by
David Cournapeau
and last modified
- Get this branch:
- bzr branch lp://staging/~david-ar/numpy.scons.support/0.7.2
Only
David Cournapeau
can upload to this branch. If you are
David Cournapeau
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Branch information
Recent revisions
- 201. By David Cournapeau
-
Explicitly remove env['CXX'] when no c++ is found because it could have been initialized by 'accident' in scons.
- 200. By David Cournapeau
-
Do not initialize def cxx compiler anymore, since we explicitly initialize it before.
- 198. By David Cournapeau
-
Explicitly initialize DefaultEnvironment: by default, this uses the default tool list, and this takes time.
- 196. By david <david@opensolaris>
-
Backport my patch to sunc++, to avoid scons crahses on open solaris.