raulcd opened a new pull request, #44702:
URL: https://github.com/apache/arrow/pull/44702

   ### Rationale for this change
   
   We are currently not setting library version suffixes for arrow python C++ 
libraries but we do so for libarrow C++.
   
   ### What changes are included in this PR?
   
   Add the same logic that we use for libarrow.
   
   ### Are these changes tested?
   
   I've validated manually that the suffixes are generated.
   
   ```
   tree | grep libarrow_python
   │       │   ├── libarrow_python.so -> libarrow_python.so.1900
   │       │   ├── libarrow_python.so.1900 -> libarrow_python.so.1900.0.0
   │       │   ├── libarrow_python.so.1900.0.0
   │   │   ├── libarrow_python.pxd
   │   ├── libarrow_python.so -> libarrow_python.so.1900
   │   ├── libarrow_python.so.1900 -> libarrow_python.so.1900.0.0
   │   ├── libarrow_python.so.1900.0.0
   ```
   
   ### Are there any user-facing changes?
   
   We will generate so libraries with version suffixes.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to