quasardb 3.14.2.dev1__cp311-cp311-macosx_11_0_arm64.whl → 3.14.2.dev4__cp311-cp311-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of quasardb might be problematic. Click here for more details.
- quasardb/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
- quasardb/Makefile +20 -20
- quasardb/__init__.py +33 -4
- quasardb/cmake_install.cmake +7 -1
- quasardb/date/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
- quasardb/date/CMakeFiles/Export/a52b05f964b070ee926bcad51d3288af/dateTargets.cmake +13 -13
- quasardb/date/Makefile +20 -20
- quasardb/date/cmake_install.cmake +7 -1
- quasardb/date/dateConfigVersion.cmake +9 -2
- quasardb/date/dateTargets.cmake +4 -8
- quasardb/libqdb_api.dylib +0 -0
- quasardb/numpy/__init__.py +58 -10
- quasardb/pandas/__init__.py +58 -102
- quasardb/pybind11/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
- quasardb/pybind11/Makefile +20 -20
- quasardb/pybind11/cmake_install.cmake +7 -1
- quasardb/quasardb.cpython-311-darwin.so +0 -0
- quasardb/range-v3/CMakeFiles/CMakeDirectoryInformation.cmake +1 -1
- quasardb/range-v3/CMakeFiles/Export/d94ef200eca10a819b5858b33e808f5b/range-v3-targets.cmake +13 -13
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/DependInfo.cmake +6 -2
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build.make +7 -4
- quasardb/range-v3/Makefile +20 -20
- quasardb/range-v3/cmake_install.cmake +19 -1
- quasardb/range-v3/range-v3-config-version.cmake +9 -2
- quasardb/range-v3/range-v3-config.cmake +4 -8
- {quasardb-3.14.2.dev1.dist-info → quasardb-3.14.2.dev4.dist-info}/METADATA +15 -10
- quasardb-3.14.2.dev4.dist-info/RECORD +45 -0
- {quasardb-3.14.2.dev1.dist-info → quasardb-3.14.2.dev4.dist-info}/WHEEL +1 -1
- quasardb/CMakeLists.txt +0 -510
- quasardb/batch_column.hpp +0 -80
- quasardb/batch_inserter.hpp +0 -248
- quasardb/blob.hpp +0 -150
- quasardb/cluster.cpp +0 -89
- quasardb/cluster.hpp +0 -551
- quasardb/concepts.hpp +0 -278
- quasardb/continuous.cpp +0 -149
- quasardb/continuous.hpp +0 -106
- quasardb/convert/array.hpp +0 -282
- quasardb/convert/point.hpp +0 -330
- quasardb/convert/range.hpp +0 -282
- quasardb/convert/unicode.hpp +0 -598
- quasardb/convert/util.hpp +0 -22
- quasardb/convert/value.hpp +0 -711
- quasardb/convert.hpp +0 -38
- quasardb/detail/qdb_resource.hpp +0 -129
- quasardb/detail/ts_column.hpp +0 -224
- quasardb/direct_blob.hpp +0 -108
- quasardb/direct_handle.hpp +0 -83
- quasardb/direct_integer.hpp +0 -94
- quasardb/dispatch.hpp +0 -157
- quasardb/double.hpp +0 -87
- quasardb/entry.hpp +0 -273
- quasardb/error.hpp +0 -318
- quasardb/handle.cpp +0 -29
- quasardb/handle.hpp +0 -98
- quasardb/integer.hpp +0 -88
- quasardb/logger.cpp +0 -106
- quasardb/logger.hpp +0 -228
- quasardb/masked_array.hpp +0 -651
- quasardb/metrics.cpp +0 -103
- quasardb/metrics.hpp +0 -112
- quasardb/module.cpp +0 -76
- quasardb/module.hpp +0 -24
- quasardb/node.hpp +0 -123
- quasardb/numpy.cpp +0 -6
- quasardb/numpy.hpp +0 -489
- quasardb/object_tracker.hpp +0 -283
- quasardb/options.hpp +0 -244
- quasardb/perf.hpp +0 -336
- quasardb/pytypes.hpp +0 -221
- quasardb/query.cpp +0 -420
- quasardb/query.hpp +0 -92
- quasardb/reader/ts_row.hpp +0 -281
- quasardb/reader/ts_value.hpp +0 -245
- quasardb/remove_cvref.hpp +0 -31
- quasardb/string.hpp +0 -160
- quasardb/table.cpp +0 -289
- quasardb/table.hpp +0 -325
- quasardb/table_reader.hpp +0 -220
- quasardb/tag.hpp +0 -77
- quasardb/timestamp.hpp +0 -97
- quasardb/traits.hpp +0 -619
- quasardb/ts_iterator.hpp +0 -193
- quasardb/utils/blob_deque.hpp +0 -96
- quasardb/utils/ostream.hpp +0 -17
- quasardb/utils/permutation.hpp +0 -50
- quasardb/utils/stable_sort.hpp +0 -25
- quasardb/utils/unzip_view.hpp +0 -89
- quasardb/utils.cpp +0 -28
- quasardb/utils.hpp +0 -174
- quasardb/writer.cpp +0 -534
- quasardb/writer.hpp +0 -396
- quasardb-3.14.2.dev1.dist-info/RECORD +0 -109
- {quasardb-3.14.2.dev1.dist-info → quasardb-3.14.2.dev4.dist-info}/LICENSE.md +0 -0
- {quasardb-3.14.2.dev1.dist-info → quasardb-3.14.2.dev4.dist-info}/top_level.txt +0 -0
quasardb/pandas/__init__.py
CHANGED
|
@@ -205,9 +205,10 @@ def query(cluster: quasardb.Cluster,
|
|
|
205
205
|
df.set_index(index, inplace=True)
|
|
206
206
|
return df
|
|
207
207
|
|
|
208
|
-
def
|
|
208
|
+
def stream_dataframe(table : quasardb.Table, *, batch_size : int = 2**16, column_names : list = None, ranges : list = None):
|
|
209
209
|
"""
|
|
210
|
-
Read a Pandas Dataframe from a QuasarDB Timeseries table.
|
|
210
|
+
Read a Pandas Dataframe from a QuasarDB Timeseries table. Returns a generator with dataframes of size `batch_size`, which is useful
|
|
211
|
+
when traversing a large dataset which does not fit into memory.
|
|
211
212
|
|
|
212
213
|
Parameters:
|
|
213
214
|
-----------
|
|
@@ -215,52 +216,64 @@ def read_dataframe(table, row_index=False, columns=None, ranges=None):
|
|
|
215
216
|
table : quasardb.Timeseries
|
|
216
217
|
QuasarDB Timeseries table object, e.g. qdb_cluster.table('my_table')
|
|
217
218
|
|
|
218
|
-
|
|
219
|
+
batch_size : int
|
|
220
|
+
The amount of rows to fetch in a single read operation. If unset, uses 2^16 (65536) rows
|
|
221
|
+
as batch size by default.
|
|
222
|
+
|
|
223
|
+
column_names : optional list
|
|
219
224
|
List of columns to read in dataframe. The timestamp column '$timestamp' is
|
|
220
225
|
always read.
|
|
221
226
|
|
|
222
227
|
Defaults to all columns.
|
|
223
228
|
|
|
224
|
-
row_index: boolean
|
|
225
|
-
Whether or not to index by rows rather than timestamps. Set to true if your
|
|
226
|
-
dataset may contains null values and multiple rows may use the same timestamps.
|
|
227
|
-
Note: using row_index is significantly slower.
|
|
228
|
-
Defaults to false.
|
|
229
|
-
|
|
230
229
|
ranges: optional list
|
|
231
230
|
A list of time ranges to read, represented as tuples of Numpy datetime64[ns] objects.
|
|
232
231
|
Defaults to the entire table.
|
|
233
232
|
|
|
234
233
|
"""
|
|
234
|
+
# Sanitize batch_size
|
|
235
|
+
if batch_size == None:
|
|
236
|
+
batch_size = 2**16
|
|
237
|
+
elif not isinstance(batch_size, int):
|
|
238
|
+
raise TypeError("batch_size should be an integer, but got: {} with value {}".format(type(batch_size), str(batch_size)))
|
|
235
239
|
|
|
236
|
-
|
|
237
|
-
columns = list(c.name for c in table.list_columns())
|
|
240
|
+
kwargs = {}
|
|
238
241
|
|
|
239
|
-
if
|
|
240
|
-
|
|
241
|
-
return DataFrame(data=xs)
|
|
242
|
+
if column_names:
|
|
243
|
+
kwargs['column_names'] = column_names
|
|
242
244
|
|
|
243
|
-
kwargs = {
|
|
244
|
-
'columns': columns
|
|
245
|
-
}
|
|
246
245
|
if ranges:
|
|
247
246
|
kwargs['ranges'] = ranges
|
|
248
247
|
|
|
249
|
-
|
|
248
|
+
with table.reader(**kwargs) as reader:
|
|
249
|
+
for batch in reader:
|
|
250
|
+
# We always expect the timestamp column, and set this as the index
|
|
251
|
+
assert '$timestamp' in batch
|
|
252
|
+
|
|
253
|
+
idx = pd.Index(batch.pop('$timestamp'), copy=False, name='$timestamp')
|
|
254
|
+
df = pd.DataFrame(batch, index=idx)
|
|
255
|
+
|
|
256
|
+
yield df
|
|
257
|
+
|
|
250
258
|
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
259
|
+
def read_dataframe(table, **kwargs):
|
|
260
|
+
"""
|
|
261
|
+
Read a Pandas Dataframe from a QuasarDB Timeseries table. Wraps around stream_dataframe(), and
|
|
262
|
+
returns everything as a single dataframe. batch_size is always explicitly set to 0.
|
|
263
|
+
"""
|
|
255
264
|
|
|
256
|
-
|
|
265
|
+
if 'batch_size' in kwargs and kwargs['batch_size'] != 0 and kwargs['batch_size'] != None:
|
|
266
|
+
logger.warn("Providing a batch size with read_dataframe is unsupported, overriding batch_size to 65536.")
|
|
267
|
+
logger.warn("If you wish to traverse the data in smaller batches, please use: stream_dataframe().")
|
|
268
|
+
kwargs['batch_size'] = 2**16
|
|
257
269
|
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
270
|
+
# Note that this is *lazy*, dfs is a generator, not a list -- as such, dataframes will be
|
|
271
|
+
# fetched on-demand, which means that an error could occur in the middle of processing
|
|
272
|
+
# dataframes.
|
|
273
|
+
dfs = stream_dataframe(table, **kwargs)
|
|
274
|
+
|
|
275
|
+
return pd.concat(dfs)
|
|
262
276
|
|
|
263
|
-
return DataFrame(data=xs, columns=columns)
|
|
264
277
|
|
|
265
278
|
def _extract_columns(df, cinfos):
|
|
266
279
|
"""
|
|
@@ -288,88 +301,39 @@ def _extract_columns(df, cinfos):
|
|
|
288
301
|
def write_dataframes(
|
|
289
302
|
dfs,
|
|
290
303
|
cluster,
|
|
291
|
-
|
|
292
|
-
create=False,
|
|
293
|
-
shard_size=None,
|
|
294
|
-
|
|
295
|
-
fast=False,
|
|
296
|
-
truncate=False,
|
|
297
|
-
deduplicate=False,
|
|
298
|
-
deduplication_mode='drop',
|
|
299
|
-
infer_types=True,
|
|
300
|
-
writer=None):
|
|
304
|
+
*,
|
|
305
|
+
create = False,
|
|
306
|
+
shard_size = None,
|
|
307
|
+
**kwargs):
|
|
301
308
|
"""
|
|
302
|
-
Store
|
|
309
|
+
Store dataframes into a table. Any additional parameters not documented here
|
|
310
|
+
are passed to numpy.write_arrays(). Please consult the pydoc of that function
|
|
311
|
+
for additional accepted parameters.
|
|
303
312
|
|
|
304
313
|
Parameters:
|
|
305
314
|
-----------
|
|
306
315
|
|
|
307
|
-
|
|
308
|
-
|
|
316
|
+
dfs: dict[str | quasardb.Table, pd.DataFrame] | list[tuple[str | quasardb.Table, pd.DataFrame]]
|
|
317
|
+
This can be either a dict that maps table (either objects or names) to a dataframe, or a list
|
|
318
|
+
of table<>dataframe tuples.
|
|
309
319
|
|
|
310
320
|
cluster: quasardb.Cluster
|
|
311
321
|
Active connection to the QuasarDB cluster
|
|
312
322
|
|
|
313
|
-
table: quasardb.Timeseries or str
|
|
314
|
-
Either a string or a reference to a QuasarDB Timeseries table object.
|
|
315
|
-
For example, 'my_table' or cluster.table('my_table') are both valid values.
|
|
316
|
-
|
|
317
|
-
dtype: optional dtype, list of dtype, or dict of dtype
|
|
318
|
-
Optional data type to force. If a single dtype, will force that dtype to all
|
|
319
|
-
columns. If list-like, will map dtypes to dataframe columns by their offset.
|
|
320
|
-
If dict-like, will map dtypes to dataframe columns by their label.
|
|
321
|
-
|
|
322
|
-
If a dtype for a column is provided in this argument, and infer_types is also
|
|
323
|
-
True, this argument takes precedence.
|
|
324
|
-
|
|
325
323
|
create: optional bool
|
|
326
|
-
Whether to create the table. Defaults to
|
|
324
|
+
Whether to create the table. Defaults to False.
|
|
327
325
|
|
|
328
326
|
shard_size: optional datetime.timedelta
|
|
329
|
-
The shard size of the timeseries you wish to create.
|
|
330
|
-
|
|
331
|
-
deduplicate: bool or list[str]
|
|
332
|
-
Enables server-side deduplication of data when it is written into the table.
|
|
333
|
-
When True, automatically deduplicates rows when all values of a row are identical.
|
|
334
|
-
When a list of strings is provided, deduplicates only based on the values of
|
|
335
|
-
these columns.
|
|
336
|
-
|
|
337
|
-
Defaults to False.
|
|
338
|
-
|
|
339
|
-
infer_types: optional bool
|
|
340
|
-
If true, will attemp to convert types from Python to QuasarDB natives types if
|
|
341
|
-
the provided dataframe has incompatible types. For example, a dataframe with integers
|
|
342
|
-
will automatically convert these to doubles if the QuasarDB table expects it.
|
|
343
|
-
|
|
344
|
-
**Important**: as conversions are expensive and often the majority of time spent
|
|
345
|
-
when inserting data into QuasarDB, we strongly recommend setting this to ``False``
|
|
346
|
-
for performance-sensitive code.
|
|
347
|
-
|
|
348
|
-
truncate: optional bool
|
|
349
|
-
Truncate (also referred to as upsert) the data in-place. Will detect time range to truncate
|
|
350
|
-
from the time range inside the dataframe.
|
|
351
|
-
|
|
352
|
-
Defaults to False.
|
|
353
|
-
|
|
354
|
-
_async: optional bool
|
|
355
|
-
If true, uses asynchronous insertion API where commits are buffered server-side and
|
|
356
|
-
acknowledged before they are written to disk. If you insert to the same table from
|
|
357
|
-
multiple processes, setting this to True may improve performance.
|
|
358
|
-
|
|
359
|
-
Defaults to False.
|
|
360
|
-
|
|
361
|
-
fast: optional bool
|
|
362
|
-
Whether to use 'fast push'. If you incrementally add small batches of data to table,
|
|
363
|
-
you may see better performance if you set this to True.
|
|
364
|
-
|
|
365
|
-
Defaults to False.
|
|
366
|
-
|
|
327
|
+
The shard size of the timeseries you wish to create when `create` is True.
|
|
367
328
|
"""
|
|
368
329
|
|
|
369
330
|
# If dfs is a dict, we convert it to a list of tuples.
|
|
370
331
|
if isinstance(dfs, dict):
|
|
371
332
|
dfs = dfs.items()
|
|
372
333
|
|
|
334
|
+
if shard_size is not None and create == False:
|
|
335
|
+
raise ValueError("Invalid argument: shard size provided while create is False")
|
|
336
|
+
|
|
373
337
|
# If the tables are provided as strings, we look them up.
|
|
374
338
|
dfs_ = []
|
|
375
339
|
for (table, df) in dfs:
|
|
@@ -378,11 +342,10 @@ def write_dataframes(
|
|
|
378
342
|
|
|
379
343
|
dfs_.append((table, df))
|
|
380
344
|
|
|
381
|
-
|
|
382
345
|
data_by_table = []
|
|
383
346
|
|
|
384
347
|
for table, df in dfs_:
|
|
385
|
-
logger.
|
|
348
|
+
logger.debug("quasardb.pandas.write_dataframe, create = %s", create)
|
|
386
349
|
assert isinstance(df, pd.DataFrame)
|
|
387
350
|
|
|
388
351
|
# Create table if requested
|
|
@@ -409,14 +372,7 @@ def write_dataframes(
|
|
|
409
372
|
return qdbnp.write_arrays(data_by_table, cluster,
|
|
410
373
|
table=None,
|
|
411
374
|
index=None,
|
|
412
|
-
|
|
413
|
-
_async=_async,
|
|
414
|
-
fast=fast,
|
|
415
|
-
truncate=truncate,
|
|
416
|
-
deduplicate=deduplicate,
|
|
417
|
-
deduplication_mode=deduplication_mode,
|
|
418
|
-
infer_types=infer_types,
|
|
419
|
-
writer=writer)
|
|
375
|
+
**kwargs)
|
|
420
376
|
|
|
421
377
|
def write_dataframe(
|
|
422
378
|
df,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
|
3
3
|
|
|
4
4
|
# Relative path conversion top directories.
|
|
5
5
|
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/thirdparty")
|
quasardb/pybind11/Makefile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
|
3
3
|
|
|
4
4
|
# Default target executed when no arguments are given to make.
|
|
5
5
|
default_target: all
|
|
@@ -48,10 +48,10 @@ cmake_force:
|
|
|
48
48
|
SHELL = /bin/sh
|
|
49
49
|
|
|
50
50
|
# The CMake executable.
|
|
51
|
-
CMAKE_COMMAND = /
|
|
51
|
+
CMAKE_COMMAND = /Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake
|
|
52
52
|
|
|
53
53
|
# The command to remove a file.
|
|
54
|
-
RM = /
|
|
54
|
+
RM = /Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake -E rm -f
|
|
55
55
|
|
|
56
56
|
# Escaping for special characters.
|
|
57
57
|
EQUALS = =
|
|
@@ -67,8 +67,8 @@ CMAKE_BINARY_DIR = /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.m
|
|
|
67
67
|
|
|
68
68
|
# Special rule for the target edit_cache
|
|
69
69
|
edit_cache:
|
|
70
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
|
71
|
-
/
|
|
70
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
|
|
71
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
72
72
|
.PHONY : edit_cache
|
|
73
73
|
|
|
74
74
|
# Special rule for the target edit_cache
|
|
@@ -77,8 +77,8 @@ edit_cache/fast: edit_cache
|
|
|
77
77
|
|
|
78
78
|
# Special rule for the target rebuild_cache
|
|
79
79
|
rebuild_cache:
|
|
80
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
|
81
|
-
/
|
|
80
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
|
81
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
82
82
|
.PHONY : rebuild_cache
|
|
83
83
|
|
|
84
84
|
# Special rule for the target rebuild_cache
|
|
@@ -87,7 +87,7 @@ rebuild_cache/fast: rebuild_cache
|
|
|
87
87
|
|
|
88
88
|
# Special rule for the target list_install_components
|
|
89
89
|
list_install_components:
|
|
90
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
|
90
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
|
|
91
91
|
.PHONY : list_install_components
|
|
92
92
|
|
|
93
93
|
# Special rule for the target list_install_components
|
|
@@ -96,38 +96,38 @@ list_install_components/fast: list_install_components
|
|
|
96
96
|
|
|
97
97
|
# Special rule for the target install
|
|
98
98
|
install: preinstall
|
|
99
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
100
|
-
/
|
|
99
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
100
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake -P cmake_install.cmake
|
|
101
101
|
.PHONY : install
|
|
102
102
|
|
|
103
103
|
# Special rule for the target install
|
|
104
104
|
install/fast: preinstall/fast
|
|
105
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
106
|
-
/
|
|
105
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
106
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake -P cmake_install.cmake
|
|
107
107
|
.PHONY : install/fast
|
|
108
108
|
|
|
109
109
|
# Special rule for the target install/local
|
|
110
110
|
install/local: preinstall
|
|
111
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
112
|
-
/
|
|
111
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
112
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
113
113
|
.PHONY : install/local
|
|
114
114
|
|
|
115
115
|
# Special rule for the target install/local
|
|
116
116
|
install/local/fast: preinstall/fast
|
|
117
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
118
|
-
/
|
|
117
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
118
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
119
119
|
.PHONY : install/local/fast
|
|
120
120
|
|
|
121
121
|
# Special rule for the target install/strip
|
|
122
122
|
install/strip: preinstall
|
|
123
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
124
|
-
/
|
|
123
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
124
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
125
125
|
.PHONY : install/strip
|
|
126
126
|
|
|
127
127
|
# Special rule for the target install/strip
|
|
128
128
|
install/strip/fast: preinstall/fast
|
|
129
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
130
|
-
/
|
|
129
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
130
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
131
131
|
.PHONY : install/strip/fast
|
|
132
132
|
|
|
133
133
|
# The main all target
|
|
@@ -32,8 +32,14 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
|
|
32
32
|
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
33
33
|
endif()
|
|
34
34
|
|
|
35
|
-
# Set
|
|
35
|
+
# Set path to fallback-tool for dependency-resolution.
|
|
36
36
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
|
37
37
|
set(CMAKE_OBJDUMP "/usr/local/clang16/bin/llvm-objdump")
|
|
38
38
|
endif()
|
|
39
39
|
|
|
40
|
+
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
|
41
|
+
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
|
42
|
+
if(CMAKE_INSTALL_LOCAL_ONLY)
|
|
43
|
+
file(WRITE "/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-arm64-cpython-311/quasardb/pybind11/install_local_manifest.txt"
|
|
44
|
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
45
|
+
endif()
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
|
3
3
|
|
|
4
4
|
# Relative path conversion top directories.
|
|
5
5
|
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/thirdparty")
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Generated by CMake
|
|
2
2
|
|
|
3
3
|
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
|
|
4
|
-
message(FATAL_ERROR "CMake >=
|
|
4
|
+
message(FATAL_ERROR "CMake >= 3.0.0 required")
|
|
5
5
|
endif()
|
|
6
|
-
if(CMAKE_VERSION VERSION_LESS "
|
|
7
|
-
message(FATAL_ERROR "CMake >=
|
|
6
|
+
if(CMAKE_VERSION VERSION_LESS "3.0.0")
|
|
7
|
+
message(FATAL_ERROR "CMake >= 3.0.0 required")
|
|
8
8
|
endif()
|
|
9
9
|
cmake_policy(PUSH)
|
|
10
|
-
cmake_policy(VERSION
|
|
10
|
+
cmake_policy(VERSION 3.0.0...3.29)
|
|
11
11
|
#----------------------------------------------------------------
|
|
12
12
|
# Generated CMake target import file.
|
|
13
13
|
#----------------------------------------------------------------
|
|
@@ -84,10 +84,6 @@ set_target_properties(range-v3 PROPERTIES
|
|
|
84
84
|
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
|
85
85
|
)
|
|
86
86
|
|
|
87
|
-
if(CMAKE_VERSION VERSION_LESS 3.0.0)
|
|
88
|
-
message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.")
|
|
89
|
-
endif()
|
|
90
|
-
|
|
91
87
|
# Load information for each installed configuration.
|
|
92
88
|
file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/range-v3-targets-*.cmake")
|
|
93
89
|
foreach(_cmake_config_file IN LISTS _cmake_config_files)
|
|
@@ -101,9 +97,12 @@ set(_IMPORT_PREFIX)
|
|
|
101
97
|
|
|
102
98
|
# Loop over all imported files and verify that they actually exist
|
|
103
99
|
foreach(_cmake_target IN LISTS _cmake_import_check_targets)
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
100
|
+
if(CMAKE_VERSION VERSION_LESS "3.28"
|
|
101
|
+
OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target}
|
|
102
|
+
OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}")
|
|
103
|
+
foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
|
|
104
|
+
if(NOT EXISTS "${_cmake_file}")
|
|
105
|
+
message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
|
|
107
106
|
\"${_cmake_file}\"
|
|
108
107
|
but this file does not exist. Possible reasons include:
|
|
109
108
|
* The file was deleted, renamed, or moved to another location.
|
|
@@ -112,8 +111,9 @@ but this file does not exist. Possible reasons include:
|
|
|
112
111
|
\"${CMAKE_CURRENT_LIST_FILE}\"
|
|
113
112
|
but not all the files it references.
|
|
114
113
|
")
|
|
115
|
-
|
|
116
|
-
|
|
114
|
+
endif()
|
|
115
|
+
endforeach()
|
|
116
|
+
endif()
|
|
117
117
|
unset(_cmake_file)
|
|
118
118
|
unset("_cmake_import_check_files_for_${_cmake_target}")
|
|
119
119
|
endforeach()
|
|
@@ -10,8 +10,12 @@ set(CMAKE_DEPENDS_LANGUAGES
|
|
|
10
10
|
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
|
11
11
|
)
|
|
12
12
|
|
|
13
|
-
# Targets to which this target links.
|
|
14
|
-
set(
|
|
13
|
+
# Targets to which this target links which contain Fortran sources.
|
|
14
|
+
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
# Targets to which this target links which contain Fortran sources.
|
|
18
|
+
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
|
|
15
19
|
)
|
|
16
20
|
|
|
17
21
|
# Fortran module output directory.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
|
3
3
|
|
|
4
4
|
# Delete rule output on recipe failure.
|
|
5
5
|
.DELETE_ON_ERROR:
|
|
@@ -44,10 +44,10 @@ cmake_force:
|
|
|
44
44
|
SHELL = /bin/sh
|
|
45
45
|
|
|
46
46
|
# The CMake executable.
|
|
47
|
-
CMAKE_COMMAND = /
|
|
47
|
+
CMAKE_COMMAND = /Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake
|
|
48
48
|
|
|
49
49
|
# The command to remove a file.
|
|
50
|
-
RM = /
|
|
50
|
+
RM = /Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake -E rm -f
|
|
51
51
|
|
|
52
52
|
# Escaping for special characters.
|
|
53
53
|
EQUALS = =
|
|
@@ -66,6 +66,9 @@ include /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-a
|
|
|
66
66
|
# Include the progress variables for this target.
|
|
67
67
|
include /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-arm64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/progress.make
|
|
68
68
|
|
|
69
|
+
/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-arm64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/codegen:
|
|
70
|
+
.PHONY : /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-arm64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/codegen
|
|
71
|
+
|
|
69
72
|
range.v3.headers: /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-arm64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build.make
|
|
70
73
|
.PHONY : range.v3.headers
|
|
71
74
|
|
|
@@ -78,6 +81,6 @@ range.v3.headers: /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.mac
|
|
|
78
81
|
.PHONY : /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-arm64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/clean
|
|
79
82
|
|
|
80
83
|
/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-arm64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/depend:
|
|
81
|
-
cd /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-14.0-arm64-cpython-311 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/quasardb /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/thirdparty/range-v3 /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-14.0-arm64-cpython-311 /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-arm64-cpython-311/quasardb/range-v3 /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-arm64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/DependInfo.cmake --color=$(COLOR)
|
|
84
|
+
cd /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-14.0-arm64-cpython-311 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/quasardb /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/thirdparty/range-v3 /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-14.0-arm64-cpython-311 /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-arm64-cpython-311/quasardb/range-v3 /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-arm64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/DependInfo.cmake "--color=$(COLOR)"
|
|
82
85
|
.PHONY : /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-arm64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/depend
|
|
83
86
|
|
quasardb/range-v3/Makefile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
|
3
3
|
|
|
4
4
|
# Default target executed when no arguments are given to make.
|
|
5
5
|
default_target: all
|
|
@@ -48,10 +48,10 @@ cmake_force:
|
|
|
48
48
|
SHELL = /bin/sh
|
|
49
49
|
|
|
50
50
|
# The CMake executable.
|
|
51
|
-
CMAKE_COMMAND = /
|
|
51
|
+
CMAKE_COMMAND = /Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake
|
|
52
52
|
|
|
53
53
|
# The command to remove a file.
|
|
54
|
-
RM = /
|
|
54
|
+
RM = /Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake -E rm -f
|
|
55
55
|
|
|
56
56
|
# Escaping for special characters.
|
|
57
57
|
EQUALS = =
|
|
@@ -67,8 +67,8 @@ CMAKE_BINARY_DIR = /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.m
|
|
|
67
67
|
|
|
68
68
|
# Special rule for the target edit_cache
|
|
69
69
|
edit_cache:
|
|
70
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..."
|
|
71
|
-
/
|
|
70
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
|
|
71
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
72
72
|
.PHONY : edit_cache
|
|
73
73
|
|
|
74
74
|
# Special rule for the target edit_cache
|
|
@@ -77,8 +77,8 @@ edit_cache/fast: edit_cache
|
|
|
77
77
|
|
|
78
78
|
# Special rule for the target rebuild_cache
|
|
79
79
|
rebuild_cache:
|
|
80
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
|
81
|
-
/
|
|
80
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
|
81
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
82
82
|
.PHONY : rebuild_cache
|
|
83
83
|
|
|
84
84
|
# Special rule for the target rebuild_cache
|
|
@@ -87,7 +87,7 @@ rebuild_cache/fast: rebuild_cache
|
|
|
87
87
|
|
|
88
88
|
# Special rule for the target list_install_components
|
|
89
89
|
list_install_components:
|
|
90
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
|
90
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
|
|
91
91
|
.PHONY : list_install_components
|
|
92
92
|
|
|
93
93
|
# Special rule for the target list_install_components
|
|
@@ -96,38 +96,38 @@ list_install_components/fast: list_install_components
|
|
|
96
96
|
|
|
97
97
|
# Special rule for the target install
|
|
98
98
|
install: preinstall
|
|
99
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
100
|
-
/
|
|
99
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
100
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake -P cmake_install.cmake
|
|
101
101
|
.PHONY : install
|
|
102
102
|
|
|
103
103
|
# Special rule for the target install
|
|
104
104
|
install/fast: preinstall/fast
|
|
105
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
|
106
|
-
/
|
|
105
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
106
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake -P cmake_install.cmake
|
|
107
107
|
.PHONY : install/fast
|
|
108
108
|
|
|
109
109
|
# Special rule for the target install/local
|
|
110
110
|
install/local: preinstall
|
|
111
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
112
|
-
/
|
|
111
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
112
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
113
113
|
.PHONY : install/local
|
|
114
114
|
|
|
115
115
|
# Special rule for the target install/local
|
|
116
116
|
install/local/fast: preinstall/fast
|
|
117
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
|
118
|
-
/
|
|
117
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
118
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
119
119
|
.PHONY : install/local/fast
|
|
120
120
|
|
|
121
121
|
# Special rule for the target install/strip
|
|
122
122
|
install/strip: preinstall
|
|
123
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
124
|
-
/
|
|
123
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
124
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
125
125
|
.PHONY : install/strip
|
|
126
126
|
|
|
127
127
|
# Special rule for the target install/strip
|
|
128
128
|
install/strip/fast: preinstall/fast
|
|
129
|
-
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
|
130
|
-
/
|
|
129
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
130
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-mlvllvqz/lib/python3.11/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
131
131
|
.PHONY : install/strip/fast
|
|
132
132
|
|
|
133
133
|
# The main all target
|
|
@@ -32,11 +32,23 @@ if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
|
|
32
32
|
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
33
33
|
endif()
|
|
34
34
|
|
|
35
|
-
# Set
|
|
35
|
+
# Set path to fallback-tool for dependency-resolution.
|
|
36
36
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
|
37
37
|
set(CMAKE_OBJDUMP "/usr/local/clang16/bin/llvm-objdump")
|
|
38
38
|
endif()
|
|
39
39
|
|
|
40
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
41
|
+
include("/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-arm64-cpython-311/quasardb/range-v3/CMakeFiles/range-v3-concepts.dir/install-cxx-module-bmi-Release.cmake" OPTIONAL)
|
|
42
|
+
endif()
|
|
43
|
+
|
|
44
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
45
|
+
include("/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-arm64-cpython-311/quasardb/range-v3/CMakeFiles/range-v3-meta.dir/install-cxx-module-bmi-Release.cmake" OPTIONAL)
|
|
46
|
+
endif()
|
|
47
|
+
|
|
48
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
49
|
+
include("/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-arm64-cpython-311/quasardb/range-v3/CMakeFiles/range-v3.dir/install-cxx-module-bmi-Release.cmake" OPTIONAL)
|
|
50
|
+
endif()
|
|
51
|
+
|
|
40
52
|
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
41
53
|
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/range-v3/range-v3-targets.cmake")
|
|
42
54
|
file(DIFFERENT _cmake_export_file_changed FILES
|
|
@@ -68,3 +80,9 @@ if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT
|
|
|
68
80
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/thirdparty/range-v3/include/" FILES_MATCHING REGEX "/[^/]*$")
|
|
69
81
|
endif()
|
|
70
82
|
|
|
83
|
+
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
|
84
|
+
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
|
85
|
+
if(CMAKE_INSTALL_LOCAL_ONLY)
|
|
86
|
+
file(WRITE "/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-14.0-arm64-cpython-311/quasardb/range-v3/install_local_manifest.txt"
|
|
87
|
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
88
|
+
endif()
|
|
@@ -70,7 +70,14 @@ if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
|
|
|
70
70
|
endif()
|
|
71
71
|
|
|
72
72
|
|
|
73
|
-
# if the installed
|
|
74
|
-
if("
|
|
73
|
+
# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
|
|
74
|
+
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "" STREQUAL "")
|
|
75
75
|
return()
|
|
76
76
|
endif()
|
|
77
|
+
|
|
78
|
+
# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
|
|
79
|
+
if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "")
|
|
80
|
+
math(EXPR installedBits " * 8")
|
|
81
|
+
set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
|
|
82
|
+
set(PACKAGE_VERSION_UNSUITABLE TRUE)
|
|
83
|
+
endif()
|