[Scons-users] Debian/Gentoo SCons 'recommendation'

Paweł Tomulik ptomulik at meil.pw.edu.pl
Wed Jan 13 04:24:50 EST 2016


W dniu 12.01.2016 o 09:25, Dirk Bächle pisze:
> Hi,
> 
> On 12.01.2016 00:24, William Blevins wrote:
>> Yeah. This was discuss end of last year I think, but didn't gain
>> traction. Maybe we want to add this to the roadmap, but priorities
>> aren't my area of expertise?
>>
> 
> I've started to write a simple "autotools" compat wrapper (supporting
> the standard variables like "DESTDIR" out-of-the-box) and Pawel Tomulik
> has something similar developed already.
> It would really make sense to add an item like "Improve autotools
> support (provide compat tool/layer for support of most important
> command-line variables)" or similar to the roadmap.
> 
> Best regards,
> 
> Dirk
> 
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users


Hi,

right, I had actually quite stable implementation of such stuff (and
more), and some time ago I started to split it into smaller pieces to
give it better reusability.

I have two projects ATM that may interest you:

	https://github.com/ptomulik/scons-arguments

which is a "generic" implementation of CLI arguments (variables and
options, which are treated seamlesly). The clue is that these
commandline options/variables support substitutions, such than a CLI
variable may refer another one. There also few other features. All the
stuff is based on existing SCons functionality.

	https://github.com/ptomulik/scons-gnu-arguments

which contains predefined GNU variables. This package should be used
together with scons-arguments.

ARAIR, last time I was working on unit tests, but they look pretty
complete (at least looking at coverage). I planned to discuss here a
possibility of inclusion of one or both packages to scons core, but for
some reason didn't do this yet. Perhaps, because I didn't put effort
into converting my current documentation (in docbook) to be usable in
SCons (a help would be appreciated here).

Best Regards!

-- 
Paweł Tomulik, tel. (22) 234 7925
Instytut Techniki Lotniczej i Mechaniki Stosowanej
Politechnika Warszawska


More information about the Scons-users mailing list