wgtmac commented on PR #39729:
URL: https://github.com/apache/arrow/pull/39729#issuecomment-1905373653

   > It seems that `self.options.with_XXX` are resolved by 
https://github.com/conan-io/conan-center-index/pull/19380/files#diff-8bccf85b8738fe9963099a68c25d98d0160fb1ed06657221ea2daebea2c685f0R160-R174
 with `self._with_xxx()`. They aren't used?
   
   https://docs.conan.io/2.0/reference/conanfile/methods/config_options.html
   
   The config_options() method is used to configure or constrain the available 
options in a package **before** assigning them a value. The config_options() 
method executes: * Before calling the configure() method. * Before assigning 
the options values. * After settings are already defined. 
   
   So I think the current behavior ignores all user-provided options. @kou 
   
   


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