balbasty / nitorch

Neuroimaging in PyTorch
Other
83 stars 14 forks source link

Fix(setup): handle dependencies between extensions (ref: #1) #9

Closed balbasty closed 4 years ago

balbasty commented 4 years ago

I have extended our tailored build system so that dependencies between Extensions (which can be either Python extensions or shared dynamic libraries) are handled.

This pull request also closes: #1