[SciPy-user] Using VariantDir

Matthieu Brucher matthieu.brucher at gmail.com
Thu Jun 5 12:39:01 EDT 2008


Hi,

I'm trying to build some files out of place, in a subfolder named "build".
The sources are in the root folder.

I've tried the obvious :
env.VariantDir("build", ".", duplicate=0)

but the files are built in the current folder instead of the "build" one. If
I build some files in a subfolder with :
env.SConscript('folder/SConstruct', variant_dir='build/folder', duplicate=0)

the files are built in "build/folder", as expected. But I do not understand
why it is not the same as using VariantDir.

If someone has a clue, I'm all ears ;)

Matthieu
-- 
French PhD student
Website : http://matthieu-brucher.developpez.com/
Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn : http://www.linkedin.com/in/matthieubrucher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20080605/40ae0858/attachment.html>


More information about the SciPy-User mailing list