Hi,

I'm sure you're all aware of this, but I wonder if there's any progress
for me to be aware of. I've got an extension that I build with
distutils. It requires numpy both to build and to run, so I have numpy
in both setup_requires and install_requires. Yet setup.py builds numpy
twice -- once for the build stage, and then again on installation. This
seems inefficient to me -- why not just build it once? Is this by
design?

Best regards,


-- 
Toby St Clere Smithe
http://tsmithe.net

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to