Closed justinfx closed 3 years ago
I'm assuming you and @sbinet have all this under control -- I'll check everything out once the dust settles. Let me know if any specific input or testing is needed. Thanks for all the contributions! :)
@rcoreilly Yes this has been going well so far. I've been applying all this work out of a need for my current integration goals in my project. Please do check out #249 and the PR I just submitted. I think if that look ok, it might end up cancelling this one.
I do have one more feature I am working on, beyond these.
superseded by https://github.com/go-python/gopy/pull/251
This commit adds a linker flags to the python extension to set the RPATH=$ORIGIN. Doing so removes the need to set LD_LIBRARY_PATH in both the runtime environment, and in the tests environment, in order for the python extension to find the neighboring Go shared library.
Replaces #243