You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cpp/meson.options
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -90,18 +90,6 @@ option(
90
90
description: 'Arbitrary string that identifies the kind of package (for informational purposes)',
91
91
)
92
92
option('parquet', type: 'feature', description: 'Build the Parquet libraries')
93
-
option(
94
-
'parquet_build_dbps_libs',
95
-
type: 'feature',
96
-
value: 'enabled',
97
-
description: 'Build DBPS external libraries',
98
-
)
99
-
option(
100
-
'parquet_dbps_interface_include_dir',
101
-
type: 'string',
102
-
value: '',
103
-
description: 'Path to DBPS interface headers directory (must contain dbpa_interface.h and enums.h, typically .../DataBatchProtectionService/src/common). Used by Parquet external DBPA encryption when building with Meson.',
'Meson does not build DBPS shared libraries. Provide your own agent shared library and set configuration_properties["agent_library_path"], or build DBPS via its CMake build separately.',
165
-
)
166
-
endif
167
-
168
151
# Build the in-tree DBPA test agent shared library used by external encryption tests.
169
152
# CMake builds this as `DBPATestAgent` when ARROW_TESTING is enabled; Meson needs an
170
153
# equivalent target so tests can dlopen() `libDBPATestAgent.so`.
171
-
#
172
-
# Keep it Meson-native (no CMake), and place the output next to parquet test
173
-
# executables so `TestUtils::GetTestLibraryPath()` can find it via the executable dir.
0 commit comments