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

   ### Describe the enhancement requested
   
   I am building Arrow with ```-DARROW_COMPUTE:BOOL=false``` and 
```-DARROW_FLIGHT:BOOL=true```.
   cmake prints:
   ```
   --   ARROW_COMPUTE=false [default=OFF]
   --       Build all Arrow Compute kernels
   ```
   and
   ```
   --   ARROW_FLIGHT=true [default=OFF]
   --       Build the Arrow Flight RPC System (requires GRPC, Protocol Buffers)
   ```
   
   However, after build and install are done all headers or ARROW_COMPUTE 
option are installed in ```include/arrow/compute/*```. 
libdata/pkgconfig/arrow-compute.pc, also specific for ARROW_COMPUTE, aren't 
installed.
   
   Problems:
   1) cmake should either not allow the combination 
```-DARROW_COMPUTE:BOOL=false -DARROW_FLIGHT:BOOL=true```, or should warn that 
ARROW_COMPUTE is changed to "ON".
   2) It appears that the build with the above flags turns ARROW_COMPUTE to ON, 
but libdata/pkgconfig/arrow-compute.pc doesn't get installed.
   
   Version: 15.0.2
   FreeBSD 14.0
   
   ### Component(s)
   
   C++


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