You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be more convenient if you used scikit-build for an easier install. The benefit is that the MultiNest library could just be built and contained within PyMultiNest package.
Interesting. scikit-build says it is about CPython extensions, so I guess we would have to modify quite a bit? I'd rather keep MultiNest (which is not my code) identical to upstream, because otherwise I become in charge of maintaining it and resolving bugs ...
I am not sure whether there would be a potential licensing issue with redistributing MultiNest, since it is not FOSS.
Would be more convenient if you used scikit-build for an easier install. The benefit is that the MultiNest library could just be built and contained within PyMultiNest package.
I've used it before for Fortran. For example: https://github.com/Nicholaswogan/NumbaMinpack
We can use CMake Package Manager to make MultiNest a dependency.
Anyway, if you are interested, I can put together a pull request. Let me know!
The text was updated successfully, but these errors were encountered: