-
Notifications
You must be signed in to change notification settings - Fork 5
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
Try a cython approach #3
Comments
And make sure we can run it on windows. I've been following http://wiki.cython.org/64BitCythonExtensionsOnWindows, and the last road block to having lsb_init() working is that the compiler is still looking for "unistd.h" header. I can share my experiment if you like. |
That would be great indeed! I've been looking into it a bit a while ago but stopped for a sec - because I had so many commands with some problems. So any tipps & tricks are welcome! Cheer! |
Look at this:
:-) I'll package what I have done and send it. |
Awesome! Cool stuff! |
You've got mail. And there is much more than just lsb_init() now :-) This is way easier than SWIG in my opinion. |
you had time to look at the code yet? I added openjobinfo()/readjobinfo()/closejobinfo(), this is pretty easy stuff |
Awesome! Not yet - but it sounds great! Will definetly look into it - btw: got the request to try this stuff with openlava too. Will maybe move to cython and test it with openlava. |
Check if cython can be used...
The text was updated successfully, but these errors were encountered: