- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3.9k
GH-47919: [C++] Update Meson config for C Data Interface changes #47920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|  | 
| This is a follow on to #47888 to fix the Meson configuration. I don't believe its possible to actually test this with our current CI setup | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No objection from me :)
| arrow_c_data_integration_lib = library( | ||
| 'arrow_c_data_integration', | ||
| sources: ['c_data_integration_internal.cc'], | ||
| dependencies: [arrow_test_dep], | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use arrow_test_dep_no_main?
See also: #47888 (comment)
2746ccf    to
    afde612      
    Compare
  
    | Let's merge in separately. | 
afde612    to
    24443b4      
    Compare
  
    | Alrighty - looks like there was another PR that needed addressing as well. I've added as a second commit here to get us green - if you need me to split off into another PR let me know | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Rationale for this change
This retains parity with the CMake configuration
What changes are included in this PR?
C Data Interface library is created as a standalone
Are these changes tested?
No (not possible with current CI)
Are there any user-facing changes?
No