quasardb 3.14.2.dev5__cp311-cp311-macosx_15_0_x86_64.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 +16 -0
- quasardb/CMakeFiles/progress.marks +1 -0
- quasardb/Makefile +189 -0
- quasardb/__init__.py +137 -0
- quasardb/cmake_install.cmake +53 -0
- quasardb/date/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- quasardb/date/CMakeFiles/Export/a52b05f964b070ee926bcad51d3288af/dateTargets.cmake +108 -0
- quasardb/date/CMakeFiles/progress.marks +1 -0
- quasardb/date/Makefile +189 -0
- quasardb/date/cmake_install.cmake +76 -0
- quasardb/date/dateConfigVersion.cmake +65 -0
- quasardb/date/dateTargets.cmake +63 -0
- quasardb/extensions/__init__.py +8 -0
- quasardb/extensions/writer.py +191 -0
- quasardb/firehose.py +103 -0
- quasardb/libqdb_api.dylib +0 -0
- quasardb/numpy/__init__.py +962 -0
- quasardb/pandas/__init__.py +498 -0
- quasardb/pool.py +305 -0
- quasardb/pybind11/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- quasardb/pybind11/CMakeFiles/progress.marks +1 -0
- quasardb/pybind11/Makefile +189 -0
- quasardb/pybind11/cmake_install.cmake +45 -0
- quasardb/quasardb.cpython-311-darwin.so +0 -0
- quasardb/range-v3/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- quasardb/range-v3/CMakeFiles/Export/d94ef200eca10a819b5858b33e808f5b/range-v3-targets.cmake +128 -0
- quasardb/range-v3/CMakeFiles/progress.marks +1 -0
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/DependInfo.cmake +22 -0
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build.make +86 -0
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/cmake_clean.cmake +5 -0
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/compiler_depend.make +2 -0
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/compiler_depend.ts +2 -0
- quasardb/range-v3/CMakeFiles/range.v3.headers.dir/progress.make +1 -0
- quasardb/range-v3/Makefile +204 -0
- quasardb/range-v3/cmake_install.cmake +88 -0
- quasardb/range-v3/include/range/v3/version.hpp +24 -0
- quasardb/range-v3/range-v3-config-version.cmake +83 -0
- quasardb/range-v3/range-v3-config.cmake +80 -0
- quasardb/stats.py +245 -0
- quasardb/table_cache.py +56 -0
- quasardb-3.14.2.dev5.dist-info/LICENSE.md +11 -0
- quasardb-3.14.2.dev5.dist-info/METADATA +40 -0
- quasardb-3.14.2.dev5.dist-info/RECORD +45 -0
- quasardb-3.14.2.dev5.dist-info/WHEEL +5 -0
- quasardb-3.14.2.dev5.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
# Generated by CMake
|
|
2
|
+
|
|
3
|
+
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
|
|
4
|
+
message(FATAL_ERROR "CMake >= 3.0.0 required")
|
|
5
|
+
endif()
|
|
6
|
+
if(CMAKE_VERSION VERSION_LESS "3.0.0")
|
|
7
|
+
message(FATAL_ERROR "CMake >= 3.0.0 required")
|
|
8
|
+
endif()
|
|
9
|
+
cmake_policy(PUSH)
|
|
10
|
+
cmake_policy(VERSION 3.0.0...3.29)
|
|
11
|
+
#----------------------------------------------------------------
|
|
12
|
+
# Generated CMake target import file.
|
|
13
|
+
#----------------------------------------------------------------
|
|
14
|
+
|
|
15
|
+
# Commands may need to know the format version.
|
|
16
|
+
set(CMAKE_IMPORT_FILE_VERSION 1)
|
|
17
|
+
|
|
18
|
+
# Protect against multiple inclusion, which would fail when already imported targets are added once more.
|
|
19
|
+
set(_cmake_targets_defined "")
|
|
20
|
+
set(_cmake_targets_not_defined "")
|
|
21
|
+
set(_cmake_expected_targets "")
|
|
22
|
+
foreach(_cmake_expected_target IN ITEMS range-v3-concepts range-v3-meta range-v3)
|
|
23
|
+
list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
|
|
24
|
+
if(TARGET "${_cmake_expected_target}")
|
|
25
|
+
list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
|
|
26
|
+
else()
|
|
27
|
+
list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
|
|
28
|
+
endif()
|
|
29
|
+
endforeach()
|
|
30
|
+
unset(_cmake_expected_target)
|
|
31
|
+
if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
|
|
32
|
+
unset(_cmake_targets_defined)
|
|
33
|
+
unset(_cmake_targets_not_defined)
|
|
34
|
+
unset(_cmake_expected_targets)
|
|
35
|
+
unset(CMAKE_IMPORT_FILE_VERSION)
|
|
36
|
+
cmake_policy(POP)
|
|
37
|
+
return()
|
|
38
|
+
endif()
|
|
39
|
+
if(NOT _cmake_targets_defined STREQUAL "")
|
|
40
|
+
string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
|
|
41
|
+
string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
|
|
42
|
+
message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
|
|
43
|
+
endif()
|
|
44
|
+
unset(_cmake_targets_defined)
|
|
45
|
+
unset(_cmake_targets_not_defined)
|
|
46
|
+
unset(_cmake_expected_targets)
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
# Compute the installation prefix relative to this file.
|
|
50
|
+
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
|
51
|
+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
|
52
|
+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
|
53
|
+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
|
|
54
|
+
if(_IMPORT_PREFIX STREQUAL "/")
|
|
55
|
+
set(_IMPORT_PREFIX "")
|
|
56
|
+
endif()
|
|
57
|
+
|
|
58
|
+
# Create imported target range-v3-concepts
|
|
59
|
+
add_library(range-v3-concepts INTERFACE IMPORTED)
|
|
60
|
+
|
|
61
|
+
set_target_properties(range-v3-concepts PROPERTIES
|
|
62
|
+
INTERFACE_COMPILE_OPTIONS "\$<\$<COMPILE_LANG_AND_ID:CXX,MSVC>:/permissive->;\$<\$<COMPILE_LANG_AND_ID:CUDA,MSVC>:-Xcompiler=/permissive->"
|
|
63
|
+
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
|
64
|
+
INTERFACE_LINK_LIBRARIES "range-v3-meta"
|
|
65
|
+
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
|
66
|
+
)
|
|
67
|
+
|
|
68
|
+
# Create imported target range-v3-meta
|
|
69
|
+
add_library(range-v3-meta INTERFACE IMPORTED)
|
|
70
|
+
|
|
71
|
+
set_target_properties(range-v3-meta PROPERTIES
|
|
72
|
+
INTERFACE_COMPILE_OPTIONS "\$<\$<COMPILE_LANG_AND_ID:CXX,MSVC>:/permissive->;\$<\$<COMPILE_LANG_AND_ID:CUDA,MSVC>:-Xcompiler=/permissive->"
|
|
73
|
+
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
|
74
|
+
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
|
75
|
+
)
|
|
76
|
+
|
|
77
|
+
# Create imported target range-v3
|
|
78
|
+
add_library(range-v3 INTERFACE IMPORTED)
|
|
79
|
+
|
|
80
|
+
set_target_properties(range-v3 PROPERTIES
|
|
81
|
+
INTERFACE_COMPILE_OPTIONS "\$<\$<COMPILE_LANG_AND_ID:CXX,MSVC>:/permissive->;\$<\$<COMPILE_LANG_AND_ID:CUDA,MSVC>:-Xcompiler=/permissive->"
|
|
82
|
+
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
|
83
|
+
INTERFACE_LINK_LIBRARIES "range-v3-concepts;range-v3-meta"
|
|
84
|
+
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
|
|
85
|
+
)
|
|
86
|
+
|
|
87
|
+
# Load information for each installed configuration.
|
|
88
|
+
file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/range-v3-targets-*.cmake")
|
|
89
|
+
foreach(_cmake_config_file IN LISTS _cmake_config_files)
|
|
90
|
+
include("${_cmake_config_file}")
|
|
91
|
+
endforeach()
|
|
92
|
+
unset(_cmake_config_file)
|
|
93
|
+
unset(_cmake_config_files)
|
|
94
|
+
|
|
95
|
+
# Cleanup temporary variables.
|
|
96
|
+
set(_IMPORT_PREFIX)
|
|
97
|
+
|
|
98
|
+
# Loop over all imported files and verify that they actually exist
|
|
99
|
+
foreach(_cmake_target IN LISTS _cmake_import_check_targets)
|
|
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
|
|
106
|
+
\"${_cmake_file}\"
|
|
107
|
+
but this file does not exist. Possible reasons include:
|
|
108
|
+
* The file was deleted, renamed, or moved to another location.
|
|
109
|
+
* An install or uninstall procedure did not complete successfully.
|
|
110
|
+
* The installation package was faulty and contained
|
|
111
|
+
\"${CMAKE_CURRENT_LIST_FILE}\"
|
|
112
|
+
but not all the files it references.
|
|
113
|
+
")
|
|
114
|
+
endif()
|
|
115
|
+
endforeach()
|
|
116
|
+
endif()
|
|
117
|
+
unset(_cmake_file)
|
|
118
|
+
unset("_cmake_import_check_files_for_${_cmake_target}")
|
|
119
|
+
endforeach()
|
|
120
|
+
unset(_cmake_target)
|
|
121
|
+
unset(_cmake_import_check_targets)
|
|
122
|
+
|
|
123
|
+
# This file does not depend on other imported targets which have
|
|
124
|
+
# been exported from the same project but in a separate export set.
|
|
125
|
+
|
|
126
|
+
# Commands beyond this point should not need to know the version.
|
|
127
|
+
set(CMAKE_IMPORT_FILE_VERSION)
|
|
128
|
+
cmake_policy(POP)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
|
|
2
|
+
# Consider dependencies only in project.
|
|
3
|
+
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
|
|
4
|
+
|
|
5
|
+
# The set of languages for which implicit dependencies are needed:
|
|
6
|
+
set(CMAKE_DEPENDS_LANGUAGES
|
|
7
|
+
)
|
|
8
|
+
|
|
9
|
+
# The set of dependency files which are needed:
|
|
10
|
+
set(CMAKE_DEPENDS_DEPENDENCY_FILES
|
|
11
|
+
)
|
|
12
|
+
|
|
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
|
|
19
|
+
)
|
|
20
|
+
|
|
21
|
+
# Fortran module output directory.
|
|
22
|
+
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
|
3
|
+
|
|
4
|
+
# Delete rule output on recipe failure.
|
|
5
|
+
.DELETE_ON_ERROR:
|
|
6
|
+
|
|
7
|
+
#=============================================================================
|
|
8
|
+
# Special targets provided by cmake.
|
|
9
|
+
|
|
10
|
+
# Disable implicit rules so canonical targets will work.
|
|
11
|
+
.SUFFIXES:
|
|
12
|
+
|
|
13
|
+
# Disable VCS-based implicit rules.
|
|
14
|
+
% : %,v
|
|
15
|
+
|
|
16
|
+
# Disable VCS-based implicit rules.
|
|
17
|
+
% : RCS/%
|
|
18
|
+
|
|
19
|
+
# Disable VCS-based implicit rules.
|
|
20
|
+
% : RCS/%,v
|
|
21
|
+
|
|
22
|
+
# Disable VCS-based implicit rules.
|
|
23
|
+
% : SCCS/s.%
|
|
24
|
+
|
|
25
|
+
# Disable VCS-based implicit rules.
|
|
26
|
+
% : s.%
|
|
27
|
+
|
|
28
|
+
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
29
|
+
|
|
30
|
+
# Command-line flag to silence nested $(MAKE).
|
|
31
|
+
$(VERBOSE)MAKESILENT = -s
|
|
32
|
+
|
|
33
|
+
#Suppress display of executed commands.
|
|
34
|
+
$(VERBOSE).SILENT:
|
|
35
|
+
|
|
36
|
+
# A target that is always out of date.
|
|
37
|
+
cmake_force:
|
|
38
|
+
.PHONY : cmake_force
|
|
39
|
+
|
|
40
|
+
#=============================================================================
|
|
41
|
+
# Set environment variables for the build.
|
|
42
|
+
|
|
43
|
+
# The shell in which to execute make rules.
|
|
44
|
+
SHELL = /bin/sh
|
|
45
|
+
|
|
46
|
+
# The CMake executable.
|
|
47
|
+
CMAKE_COMMAND = /Users/teamcity/buildAgent/temp/buildTmp/build-env-ued73dcx/lib/python3.11/site-packages/cmake/data/bin/cmake
|
|
48
|
+
|
|
49
|
+
# The command to remove a file.
|
|
50
|
+
RM = /Users/teamcity/buildAgent/temp/buildTmp/build-env-ued73dcx/lib/python3.11/site-packages/cmake/data/bin/cmake -E rm -f
|
|
51
|
+
|
|
52
|
+
# Escaping for special characters.
|
|
53
|
+
EQUALS = =
|
|
54
|
+
|
|
55
|
+
# The top-level source directory on which CMake was run.
|
|
56
|
+
CMAKE_SOURCE_DIR = /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/quasardb
|
|
57
|
+
|
|
58
|
+
# The top-level build directory on which CMake was run.
|
|
59
|
+
CMAKE_BINARY_DIR = /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-15.0-x86_64-cpython-311
|
|
60
|
+
|
|
61
|
+
# Utility rule file for range.v3.headers.
|
|
62
|
+
|
|
63
|
+
# Include any custom commands dependencies for this target.
|
|
64
|
+
include /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/compiler_depend.make
|
|
65
|
+
|
|
66
|
+
# Include the progress variables for this target.
|
|
67
|
+
include /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/progress.make
|
|
68
|
+
|
|
69
|
+
/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/codegen:
|
|
70
|
+
.PHONY : /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/codegen
|
|
71
|
+
|
|
72
|
+
range.v3.headers: /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build.make
|
|
73
|
+
.PHONY : range.v3.headers
|
|
74
|
+
|
|
75
|
+
# Rule to build all files generated by this target.
|
|
76
|
+
/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build: range.v3.headers
|
|
77
|
+
.PHONY : /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build
|
|
78
|
+
|
|
79
|
+
/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/clean:
|
|
80
|
+
cd /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3 && $(CMAKE_COMMAND) -P CMakeFiles/range.v3.headers.dir/cmake_clean.cmake
|
|
81
|
+
.PHONY : /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/clean
|
|
82
|
+
|
|
83
|
+
/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/depend:
|
|
84
|
+
cd /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-15.0-x86_64-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-15.0-x86_64-cpython-311 /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3 /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/DependInfo.cmake "--color=$(COLOR)"
|
|
85
|
+
.PHONY : /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/depend
|
|
86
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
|
|
3
|
+
|
|
4
|
+
# Default target executed when no arguments are given to make.
|
|
5
|
+
default_target: all
|
|
6
|
+
.PHONY : default_target
|
|
7
|
+
|
|
8
|
+
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
|
|
9
|
+
.NOTPARALLEL:
|
|
10
|
+
|
|
11
|
+
#=============================================================================
|
|
12
|
+
# Special targets provided by cmake.
|
|
13
|
+
|
|
14
|
+
# Disable implicit rules so canonical targets will work.
|
|
15
|
+
.SUFFIXES:
|
|
16
|
+
|
|
17
|
+
# Disable VCS-based implicit rules.
|
|
18
|
+
% : %,v
|
|
19
|
+
|
|
20
|
+
# Disable VCS-based implicit rules.
|
|
21
|
+
% : RCS/%
|
|
22
|
+
|
|
23
|
+
# Disable VCS-based implicit rules.
|
|
24
|
+
% : RCS/%,v
|
|
25
|
+
|
|
26
|
+
# Disable VCS-based implicit rules.
|
|
27
|
+
% : SCCS/s.%
|
|
28
|
+
|
|
29
|
+
# Disable VCS-based implicit rules.
|
|
30
|
+
% : s.%
|
|
31
|
+
|
|
32
|
+
.SUFFIXES: .hpux_make_needs_suffix_list
|
|
33
|
+
|
|
34
|
+
# Command-line flag to silence nested $(MAKE).
|
|
35
|
+
$(VERBOSE)MAKESILENT = -s
|
|
36
|
+
|
|
37
|
+
#Suppress display of executed commands.
|
|
38
|
+
$(VERBOSE).SILENT:
|
|
39
|
+
|
|
40
|
+
# A target that is always out of date.
|
|
41
|
+
cmake_force:
|
|
42
|
+
.PHONY : cmake_force
|
|
43
|
+
|
|
44
|
+
#=============================================================================
|
|
45
|
+
# Set environment variables for the build.
|
|
46
|
+
|
|
47
|
+
# The shell in which to execute make rules.
|
|
48
|
+
SHELL = /bin/sh
|
|
49
|
+
|
|
50
|
+
# The CMake executable.
|
|
51
|
+
CMAKE_COMMAND = /Users/teamcity/buildAgent/temp/buildTmp/build-env-ued73dcx/lib/python3.11/site-packages/cmake/data/bin/cmake
|
|
52
|
+
|
|
53
|
+
# The command to remove a file.
|
|
54
|
+
RM = /Users/teamcity/buildAgent/temp/buildTmp/build-env-ued73dcx/lib/python3.11/site-packages/cmake/data/bin/cmake -E rm -f
|
|
55
|
+
|
|
56
|
+
# Escaping for special characters.
|
|
57
|
+
EQUALS = =
|
|
58
|
+
|
|
59
|
+
# The top-level source directory on which CMake was run.
|
|
60
|
+
CMAKE_SOURCE_DIR = /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/quasardb
|
|
61
|
+
|
|
62
|
+
# The top-level build directory on which CMake was run.
|
|
63
|
+
CMAKE_BINARY_DIR = /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-15.0-x86_64-cpython-311
|
|
64
|
+
|
|
65
|
+
#=============================================================================
|
|
66
|
+
# Targets provided globally by CMake.
|
|
67
|
+
|
|
68
|
+
# Special rule for the target edit_cache
|
|
69
|
+
edit_cache:
|
|
70
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
|
|
71
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-ued73dcx/lib/python3.11/site-packages/cmake/data/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
72
|
+
.PHONY : edit_cache
|
|
73
|
+
|
|
74
|
+
# Special rule for the target edit_cache
|
|
75
|
+
edit_cache/fast: edit_cache
|
|
76
|
+
.PHONY : edit_cache/fast
|
|
77
|
+
|
|
78
|
+
# Special rule for the target rebuild_cache
|
|
79
|
+
rebuild_cache:
|
|
80
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
|
|
81
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-ued73dcx/lib/python3.11/site-packages/cmake/data/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
|
82
|
+
.PHONY : rebuild_cache
|
|
83
|
+
|
|
84
|
+
# Special rule for the target rebuild_cache
|
|
85
|
+
rebuild_cache/fast: rebuild_cache
|
|
86
|
+
.PHONY : rebuild_cache/fast
|
|
87
|
+
|
|
88
|
+
# Special rule for the target list_install_components
|
|
89
|
+
list_install_components:
|
|
90
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
|
|
91
|
+
.PHONY : list_install_components
|
|
92
|
+
|
|
93
|
+
# Special rule for the target list_install_components
|
|
94
|
+
list_install_components/fast: list_install_components
|
|
95
|
+
.PHONY : list_install_components/fast
|
|
96
|
+
|
|
97
|
+
# Special rule for the target install
|
|
98
|
+
install: preinstall
|
|
99
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
100
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-ued73dcx/lib/python3.11/site-packages/cmake/data/bin/cmake -P cmake_install.cmake
|
|
101
|
+
.PHONY : install
|
|
102
|
+
|
|
103
|
+
# Special rule for the target install
|
|
104
|
+
install/fast: preinstall/fast
|
|
105
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
|
|
106
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-ued73dcx/lib/python3.11/site-packages/cmake/data/bin/cmake -P cmake_install.cmake
|
|
107
|
+
.PHONY : install/fast
|
|
108
|
+
|
|
109
|
+
# Special rule for the target install/local
|
|
110
|
+
install/local: preinstall
|
|
111
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
112
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-ued73dcx/lib/python3.11/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
113
|
+
.PHONY : install/local
|
|
114
|
+
|
|
115
|
+
# Special rule for the target install/local
|
|
116
|
+
install/local/fast: preinstall/fast
|
|
117
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
|
|
118
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-ued73dcx/lib/python3.11/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
|
119
|
+
.PHONY : install/local/fast
|
|
120
|
+
|
|
121
|
+
# Special rule for the target install/strip
|
|
122
|
+
install/strip: preinstall
|
|
123
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
124
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-ued73dcx/lib/python3.11/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
125
|
+
.PHONY : install/strip
|
|
126
|
+
|
|
127
|
+
# Special rule for the target install/strip
|
|
128
|
+
install/strip/fast: preinstall/fast
|
|
129
|
+
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
|
|
130
|
+
/Users/teamcity/buildAgent/temp/buildTmp/build-env-ued73dcx/lib/python3.11/site-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
|
131
|
+
.PHONY : install/strip/fast
|
|
132
|
+
|
|
133
|
+
# The main all target
|
|
134
|
+
all: cmake_check_build_system
|
|
135
|
+
cd /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-15.0-x86_64-cpython-311 && $(CMAKE_COMMAND) -E cmake_progress_start /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-15.0-x86_64-cpython-311/CMakeFiles /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3//CMakeFiles/progress.marks
|
|
136
|
+
cd /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-15.0-x86_64-cpython-311 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/all
|
|
137
|
+
$(CMAKE_COMMAND) -E cmake_progress_start /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-15.0-x86_64-cpython-311/CMakeFiles 0
|
|
138
|
+
.PHONY : all
|
|
139
|
+
|
|
140
|
+
# The main clean target
|
|
141
|
+
clean:
|
|
142
|
+
cd /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-15.0-x86_64-cpython-311 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/clean
|
|
143
|
+
.PHONY : clean
|
|
144
|
+
|
|
145
|
+
# The main clean target
|
|
146
|
+
clean/fast: clean
|
|
147
|
+
.PHONY : clean/fast
|
|
148
|
+
|
|
149
|
+
# Prepare targets for installation.
|
|
150
|
+
preinstall: all
|
|
151
|
+
cd /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-15.0-x86_64-cpython-311 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/preinstall
|
|
152
|
+
.PHONY : preinstall
|
|
153
|
+
|
|
154
|
+
# Prepare targets for installation.
|
|
155
|
+
preinstall/fast:
|
|
156
|
+
cd /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-15.0-x86_64-cpython-311 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/preinstall
|
|
157
|
+
.PHONY : preinstall/fast
|
|
158
|
+
|
|
159
|
+
# clear depends
|
|
160
|
+
depend:
|
|
161
|
+
cd /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-15.0-x86_64-cpython-311 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
|
162
|
+
.PHONY : depend
|
|
163
|
+
|
|
164
|
+
# Convenience name for target.
|
|
165
|
+
/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/rule:
|
|
166
|
+
cd /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-15.0-x86_64-cpython-311 && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/rule
|
|
167
|
+
.PHONY : /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/rule
|
|
168
|
+
|
|
169
|
+
# Convenience name for target.
|
|
170
|
+
range.v3.headers: /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/rule
|
|
171
|
+
.PHONY : range.v3.headers
|
|
172
|
+
|
|
173
|
+
# fast build rule for target.
|
|
174
|
+
range.v3.headers/fast:
|
|
175
|
+
cd /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-15.0-x86_64-cpython-311 && $(MAKE) $(MAKESILENT) -f /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build.make /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range.v3.headers.dir/build
|
|
176
|
+
.PHONY : range.v3.headers/fast
|
|
177
|
+
|
|
178
|
+
# Help Target
|
|
179
|
+
help:
|
|
180
|
+
@echo "The following are some of the valid targets for this Makefile:"
|
|
181
|
+
@echo "... all (the default if no target is provided)"
|
|
182
|
+
@echo "... clean"
|
|
183
|
+
@echo "... depend"
|
|
184
|
+
@echo "... edit_cache"
|
|
185
|
+
@echo "... install"
|
|
186
|
+
@echo "... install/local"
|
|
187
|
+
@echo "... install/strip"
|
|
188
|
+
@echo "... list_install_components"
|
|
189
|
+
@echo "... rebuild_cache"
|
|
190
|
+
@echo "... range.v3.headers"
|
|
191
|
+
.PHONY : help
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
#=============================================================================
|
|
196
|
+
# Special targets to cleanup operation of make.
|
|
197
|
+
|
|
198
|
+
# Special rule to run CMake to check the build system integrity.
|
|
199
|
+
# No rule that depends on this can have commands that come from listfiles
|
|
200
|
+
# because they might be regenerated.
|
|
201
|
+
cmake_check_build_system:
|
|
202
|
+
cd /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/temp.macosx-15.0-x86_64-cpython-311 && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
|
203
|
+
.PHONY : cmake_check_build_system
|
|
204
|
+
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# Install script for directory: /Users/teamcity/buildAgent/work/938b0bdf6727d1ad/thirdparty/range-v3
|
|
2
|
+
|
|
3
|
+
# Set the install prefix
|
|
4
|
+
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
|
5
|
+
set(CMAKE_INSTALL_PREFIX "/usr/local")
|
|
6
|
+
endif()
|
|
7
|
+
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
|
8
|
+
|
|
9
|
+
# Set the install configuration name.
|
|
10
|
+
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
|
11
|
+
if(BUILD_TYPE)
|
|
12
|
+
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
|
13
|
+
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
|
14
|
+
else()
|
|
15
|
+
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
|
16
|
+
endif()
|
|
17
|
+
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
|
18
|
+
endif()
|
|
19
|
+
|
|
20
|
+
# Set the component getting installed.
|
|
21
|
+
if(NOT CMAKE_INSTALL_COMPONENT)
|
|
22
|
+
if(COMPONENT)
|
|
23
|
+
message(STATUS "Install component: \"${COMPONENT}\"")
|
|
24
|
+
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
|
25
|
+
else()
|
|
26
|
+
set(CMAKE_INSTALL_COMPONENT)
|
|
27
|
+
endif()
|
|
28
|
+
endif()
|
|
29
|
+
|
|
30
|
+
# Is this installation the result of a crosscompile?
|
|
31
|
+
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
|
32
|
+
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
33
|
+
endif()
|
|
34
|
+
|
|
35
|
+
# Set path to fallback-tool for dependency-resolution.
|
|
36
|
+
if(NOT DEFINED CMAKE_OBJDUMP)
|
|
37
|
+
set(CMAKE_OBJDUMP "/usr/local/clang16/bin/llvm-objdump")
|
|
38
|
+
endif()
|
|
39
|
+
|
|
40
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
41
|
+
include("/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-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-15.0-x86_64-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-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/range-v3.dir/install-cxx-module-bmi-Release.cmake" OPTIONAL)
|
|
50
|
+
endif()
|
|
51
|
+
|
|
52
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
53
|
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/range-v3/range-v3-targets.cmake")
|
|
54
|
+
file(DIFFERENT _cmake_export_file_changed FILES
|
|
55
|
+
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/range-v3/range-v3-targets.cmake"
|
|
56
|
+
"/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/Export/d94ef200eca10a819b5858b33e808f5b/range-v3-targets.cmake")
|
|
57
|
+
if(_cmake_export_file_changed)
|
|
58
|
+
file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/range-v3/range-v3-targets-*.cmake")
|
|
59
|
+
if(_cmake_old_config_files)
|
|
60
|
+
string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}")
|
|
61
|
+
message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/range-v3/range-v3-targets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].")
|
|
62
|
+
unset(_cmake_old_config_files_text)
|
|
63
|
+
file(REMOVE ${_cmake_old_config_files})
|
|
64
|
+
endif()
|
|
65
|
+
unset(_cmake_old_config_files)
|
|
66
|
+
endif()
|
|
67
|
+
unset(_cmake_export_file_changed)
|
|
68
|
+
endif()
|
|
69
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/range-v3" TYPE FILE FILES "/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/CMakeFiles/Export/d94ef200eca10a819b5858b33e808f5b/range-v3-targets.cmake")
|
|
70
|
+
endif()
|
|
71
|
+
|
|
72
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
73
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/range-v3" TYPE FILE FILES
|
|
74
|
+
"/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/build/lib.macosx-15.0-x86_64-cpython-311/quasardb/range-v3/range-v3-config-version.cmake"
|
|
75
|
+
"/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/thirdparty/range-v3/cmake/range-v3-config.cmake"
|
|
76
|
+
)
|
|
77
|
+
endif()
|
|
78
|
+
|
|
79
|
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
80
|
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/Users/teamcity/buildAgent/work/938b0bdf6727d1ad/thirdparty/range-v3/include/" FILES_MATCHING REGEX "/[^/]*$")
|
|
81
|
+
endif()
|
|
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-15.0-x86_64-cpython-311/quasardb/range-v3/install_local_manifest.txt"
|
|
87
|
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
88
|
+
endif()
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/// \file
|
|
2
|
+
// Range v3 library
|
|
3
|
+
//
|
|
4
|
+
// Copyright Eric Niebler 2017-present
|
|
5
|
+
//
|
|
6
|
+
// Use, modification and distribution is subject to the
|
|
7
|
+
// Boost Software License, Version 1.0. (See accompanying
|
|
8
|
+
// file LICENSE_1_0.txt or copy at
|
|
9
|
+
// http://www.boost.org/LICENSE_1_0.txt)
|
|
10
|
+
//
|
|
11
|
+
// Project home: https://github.com/ericniebler/range-v3
|
|
12
|
+
//
|
|
13
|
+
|
|
14
|
+
#ifndef RANGES_V3_VERSION_HPP
|
|
15
|
+
#define RANGES_V3_VERSION_HPP
|
|
16
|
+
|
|
17
|
+
#define RANGE_V3_MAJOR 0
|
|
18
|
+
#define RANGE_V3_MINOR 11
|
|
19
|
+
#define RANGE_V3_PATCHLEVEL 0
|
|
20
|
+
|
|
21
|
+
#define RANGE_V3_VERSION \
|
|
22
|
+
(RANGE_V3_MAJOR * 10000 + RANGE_V3_MINOR * 100 + RANGE_V3_PATCHLEVEL)
|
|
23
|
+
|
|
24
|
+
#endif
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
# This is a basic version file for the Config-mode of find_package().
|
|
2
|
+
# It is used by write_basic_package_version_file() as input file for configure_file()
|
|
3
|
+
# to create a version-file which can be installed along a config.cmake file.
|
|
4
|
+
#
|
|
5
|
+
# The created file sets PACKAGE_VERSION_EXACT if the current version string and
|
|
6
|
+
# the requested version string are exactly the same and it sets
|
|
7
|
+
# PACKAGE_VERSION_COMPATIBLE if the current version is equal to the requested version.
|
|
8
|
+
# The tweak version component is ignored.
|
|
9
|
+
# The variable CVF_VERSION must be set before calling configure_file().
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
if (PACKAGE_FIND_VERSION_RANGE)
|
|
13
|
+
message(AUTHOR_WARNING
|
|
14
|
+
"`find_package()` specify a version range but the version strategy "
|
|
15
|
+
"(ExactVersion) of the module `${PACKAGE_FIND_NAME}` is incompatible "
|
|
16
|
+
"with this request. Only the lower endpoint of the range will be used.")
|
|
17
|
+
endif()
|
|
18
|
+
|
|
19
|
+
set(PACKAGE_VERSION "0.11.0")
|
|
20
|
+
|
|
21
|
+
if("0.11.0" MATCHES "^([0-9]+)\\.([0-9]+)\\.([0-9]+)") # strip the tweak version
|
|
22
|
+
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
|
|
23
|
+
set(CVF_VERSION_MINOR "${CMAKE_MATCH_2}")
|
|
24
|
+
set(CVF_VERSION_PATCH "${CMAKE_MATCH_3}")
|
|
25
|
+
|
|
26
|
+
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
|
|
27
|
+
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
|
|
28
|
+
endif()
|
|
29
|
+
if(NOT CVF_VERSION_MINOR VERSION_EQUAL 0)
|
|
30
|
+
string(REGEX REPLACE "^0+" "" CVF_VERSION_MINOR "${CVF_VERSION_MINOR}")
|
|
31
|
+
endif()
|
|
32
|
+
if(NOT CVF_VERSION_PATCH VERSION_EQUAL 0)
|
|
33
|
+
string(REGEX REPLACE "^0+" "" CVF_VERSION_PATCH "${CVF_VERSION_PATCH}")
|
|
34
|
+
endif()
|
|
35
|
+
|
|
36
|
+
set(CVF_VERSION_NO_TWEAK "${CVF_VERSION_MAJOR}.${CVF_VERSION_MINOR}.${CVF_VERSION_PATCH}")
|
|
37
|
+
else()
|
|
38
|
+
set(CVF_VERSION_NO_TWEAK "0.11.0")
|
|
39
|
+
endif()
|
|
40
|
+
|
|
41
|
+
if(PACKAGE_FIND_VERSION MATCHES "^([0-9]+)\\.([0-9]+)\\.([0-9]+)") # strip the tweak version
|
|
42
|
+
set(REQUESTED_VERSION_MAJOR "${CMAKE_MATCH_1}")
|
|
43
|
+
set(REQUESTED_VERSION_MINOR "${CMAKE_MATCH_2}")
|
|
44
|
+
set(REQUESTED_VERSION_PATCH "${CMAKE_MATCH_3}")
|
|
45
|
+
|
|
46
|
+
if(NOT REQUESTED_VERSION_MAJOR VERSION_EQUAL 0)
|
|
47
|
+
string(REGEX REPLACE "^0+" "" REQUESTED_VERSION_MAJOR "${REQUESTED_VERSION_MAJOR}")
|
|
48
|
+
endif()
|
|
49
|
+
if(NOT REQUESTED_VERSION_MINOR VERSION_EQUAL 0)
|
|
50
|
+
string(REGEX REPLACE "^0+" "" REQUESTED_VERSION_MINOR "${REQUESTED_VERSION_MINOR}")
|
|
51
|
+
endif()
|
|
52
|
+
if(NOT REQUESTED_VERSION_PATCH VERSION_EQUAL 0)
|
|
53
|
+
string(REGEX REPLACE "^0+" "" REQUESTED_VERSION_PATCH "${REQUESTED_VERSION_PATCH}")
|
|
54
|
+
endif()
|
|
55
|
+
|
|
56
|
+
set(REQUESTED_VERSION_NO_TWEAK
|
|
57
|
+
"${REQUESTED_VERSION_MAJOR}.${REQUESTED_VERSION_MINOR}.${REQUESTED_VERSION_PATCH}")
|
|
58
|
+
else()
|
|
59
|
+
set(REQUESTED_VERSION_NO_TWEAK "${PACKAGE_FIND_VERSION}")
|
|
60
|
+
endif()
|
|
61
|
+
|
|
62
|
+
if(REQUESTED_VERSION_NO_TWEAK STREQUAL CVF_VERSION_NO_TWEAK)
|
|
63
|
+
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|
|
64
|
+
else()
|
|
65
|
+
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
|
66
|
+
endif()
|
|
67
|
+
|
|
68
|
+
if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
|
|
69
|
+
set(PACKAGE_VERSION_EXACT TRUE)
|
|
70
|
+
endif()
|
|
71
|
+
|
|
72
|
+
|
|
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
|
+
return()
|
|
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()
|