pitrou opened a new issue, #41652:
URL: https://github.com/apache/arrow/issues/41652

   ### Describe the enhancement requested
   
   I might be misinterpreting this, but it 
[seems](https://github.com/ursacomputing/crossbow/actions/runs/9076259014/job/24938574537#step:7:787)
 that Windows wheel builds currently build both static and shared libraries of 
Arrow C++, therefore compiling everything twice:
   ```
   [...]
     unity_1_cxx.cxx
     unity_0_cxx.cxx
     key_hash_internal_avx2.cc
     key_map_internal_avx2.cc
     compare_internal_avx2.cc
     encode_internal_avx2.cc
     util_avx2.cc
     aggregate_basic_avx2.cc
     aggregate_basic_avx512.cc
     arrow_compute_shared.vcxproj -> 
C:\arrow-build\src\arrow\arrow_compute_shared.dir\Release\arrow_compute_shared.lib
   [...]
     unity_1_cxx.cxx
     unity_0_cxx.cxx
     key_hash_internal_avx2.cc
     key_map_internal_avx2.cc
     compare_internal_avx2.cc
     encode_internal_avx2.cc
     util_avx2.cc
     aggregate_basic_avx2.cc
     aggregate_basic_avx512.cc
     arrow_compute_static.vcxproj -> 
C:\arrow-build\src\arrow\arrow_compute_static.dir\Release\arrow_compute_static.lib
   ```
   
   This is despite `ARROW_BUILD_STATIC` being disabled:
   ```
   --   ARROW_BUILD_STATIC=OFF [default=ON]
   --       Build static libraries
   --   ARROW_BUILD_SHARED=ON [default=ON]
   --       Build shared libraries
   ```
   
   
   ### Component(s)
   
   Continuous Integration, Packaging, Python


-- 
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