Uh oh!
There was an error while loading. Please reload this page.
enable source distribution packaging - #12
Conversation
* Run `python setup.py sdist` to generate a source distribution package * Omits the newline at the end of the version number generated by `genversion.sh`
esindril
commented
Jul 22, 2015
Hi @otron, Thanks for your pull request. The XRootD Python bindings are now distributed with the main XRootD (https://github.com/xrootd/xrootd) and the code has been moved to /xrootd/bindings/python. Therefore, could you make another pull request against the main xrootd project and I will merge it. Thanks, |
otron
commented
Jul 23, 2015
Hello @esindril, thanks for replying. It seems like the python bindings are installed along with XrootD itself when building & installing from source. Is this correct? |
esindril
commented
Jul 23, 2015
Yes, indeed we use cmake to generate the setup.py file and the python bindings are installed along with XRootD itself. To get the the sdist pkg to work one can go to the build directory and after compiling XRootD do: |
otron
commented
Jul 23, 2015
But the |
esindril
commented
Jul 23, 2015
Closing this one, moved the discussion to the main xrootd project list. |
python setup.py sdistto generate a source distribution packagegenversion.sh