libdynd / dynd-python

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

Build namespace packages #714

Closed skrah closed 8 years ago

skrah commented 8 years ago

First attempt at building conda dynd.nd and dynd.ndt packages.

skrah commented 8 years ago

Travis CI is apparently okay with utilizing two cores. The build could be sped up further by changing the cmake files, but that should be another PR.

insertinterestingnamehere commented 8 years ago

Aside from the few comments here, this looks great.

skrah commented 8 years ago

I've moved the dynd.ndt requirement to setup.py, which in turn requires a conda workaround (https://github.com/conda/conda/issues/508).

This isn't relevant for this issue, but perhaps not all dev-requirements should go into install_requires in setup.py. I just took over the existing code.

insertinterestingnamehere commented 8 years ago

This looks great to me now. I'll merge later today unless anyone objects.