libdynd / dynd-python

Python exposure of dynd
http://libdynd.org
Other
119 stars 23 forks source link

Setup target arg #712

Closed skrah closed 8 years ago

skrah commented 8 years ago

This adds a --target argument to setup.py. It would be great to have this in because it avoids some ugly hacks in the conda build that I'm working on.

The --target argument is pre-parsed and removed from sys.argv. The rest of the args is passed on to build_ext/install/build as usual.

The diff also contains all changes from https://github.com/libdynd/dynd-python/pull/710 , which should go in first.

insertinterestingnamehere commented 8 years ago

This one looks great to me as well.

skrah commented 8 years ago

Thanks!