kou commented on PR #46737:
URL: https://github.com/apache/arrow/pull/46737#issuecomment-2954988035

   > Does `conan-maximum`(not minimum) use `bundled RapidJSON`?
   
   I haven't checked build log but it must not use bundled RapidJSON.
   
   > > Does it mean "we use bundled RapidJSON in apache/arrow"?
   > 
   > I meant `conan-minimul` currently, try to use the RapidJSON provided by 
Ubuntu, (`SYSTEM`) Neither not `bundled RapidJSON` or the original source. My 
point was `conan-minimum` must build RapidJSON from source.
   
   You must not use "build RapidJSON from source". I think that you use it as 
"we use bundled RapidJSON" or "we use RapidJSON in Conan". But we can build 
RapidJSON from source OR use pre-built RapidJSON with Conan.
    
   > I understand the follwoing
   > 
   > The goal,
   > group      RapidJSON       RapidJSON type
   > conan-minimum      Build from source       RapidJson using Conan's 
RapidJSON
   > conam-maximum      Build from source       Bundled RapidJSON??
   
   We must always use RapidJSON in Conan when RapidJSON is needed. We can build 
RapidJSON or pre-built RapidJSON in Conan.
   
   > But I don't know what configuration file should we change for use Conan's 
RapidJSON in the `conan-manimum` yet. Do we need to modify upstream side? (not 
in the arrow project)
   
   We need check full CMake log to consider how to fix this problem. If our 
CMake configuration couldn't find RapidJSON provided by Conan, we must fix our 
CMake configuration.


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