
June 28, 2006
9:44 a.m.
Hello, I wrapped MUSL from www.netlib.org/ode/mus.doc using f2py. It works fine, but I do not know how to contribute my code to SciPy. I read the DEVELOPERS.txt but I still have questions. The structure is as follows: - musl.f, musl.pyf generate _musl.pyd - mus.py imports _musl.pyd and provides a wrapper consisting of a single function. How do I have to setup setup.py ? Greetings, Uwe