-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support other build systems #1
Comments
From playing around with this a little bit it seems like waf is nontrivial. But it might be possible to have it create a makefile or something and still get python 3 support. |
Just watched your Scipy talk on Youtube. Great stuff! Have you looked at Luigi? It is used a lot for building pipelines in the data science community. |
I haven't looked at Luigi before -- thanks for the tip! |
I thought a bit about this during the weekend. I don't think it's as easy as I first thought to adapt nbflow to Luigi. The problem is that in Luigi you have to specify the depencies as tasks rather than targets. |
I haven't had a chance to look in detail at it yet, but skimming through On Wed, Nov 23, 2016 at 4:14 AM, Daniel Eriksson notifications@github.com
|
Note that scons (>=3.0) already supports python3. Therefore, the README should be updated |
Currently, nbflow only supports scons, but there's not really any reason why it can't in principle support other build systems. For example, I could support waf and then there would be python 3 support! 🎉
The text was updated successfully, but these errors were encountered: