libpy icon indicating copy to clipboard operation
libpy copied to clipboard

put python abi string in libpy soname

Open llllllllll opened this issue 9 years ago • 1 comments

libpy itself is linked against python so we need to make it easy for users to tell their exension to link against the version of libpy that was built for their version of python.

llllllllll avatar Mar 14 '16 08:03 llllllllll

New thought after sleeping on this: if we distribute with conda then we only have one version in the conda environment at a time. I am not sure how to deal with upgrading python inside the env though, I will see if that is even possible

llllllllll avatar Mar 14 '16 15:03 llllllllll