ceres-solver-v2
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +1 -0
- ceres/CMakeCache.txt +1054 -0
- ceres/CMakeFiles/3.25.2/CMakeCCompiler.cmake +72 -0
- ceres/CMakeFiles/3.25.2/CMakeCXXCompiler.cmake +83 -0
- ceres/CMakeFiles/3.25.2/CMakeDetermineCompilerABI_C.bin +3 -0
- ceres/CMakeFiles/3.25.2/CMakeDetermineCompilerABI_CXX.bin +3 -0
- ceres/CMakeFiles/3.25.2/CMakeSystem.cmake +15 -0
- ceres/CMakeFiles/3.25.2/CompilerIdC/CMakeCCompilerId.c +868 -0
- ceres/CMakeFiles/3.25.2/CompilerIdC/a.out +0 -0
- ceres/CMakeFiles/3.25.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +857 -0
- ceres/CMakeFiles/3.25.2/CompilerIdCXX/a.out +0 -0
- ceres/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- ceres/CMakeFiles/CMakeError.log +96 -0
- ceres/CMakeFiles/CMakeOutput.log +0 -0
- ceres/CMakeFiles/CMakeRuleHashes.txt +2 -0
- ceres/CMakeFiles/Export/9a3bb6344a10c987f9c537d2a0e39364/CeresTargets-release.cmake +19 -0
- ceres/CMakeFiles/Export/9a3bb6344a10c987f9c537d2a0e39364/CeresTargets.cmake +108 -0
- ceres/CMakeFiles/FindOpenMP/ompver_C.bin +3 -0
- ceres/CMakeFiles/FindOpenMP/ompver_CXX.bin +3 -0
- ceres/CMakeFiles/Makefile.cmake +188 -0
- ceres/CMakeFiles/Makefile2 +182 -0
- ceres/CMakeFiles/TargetDirectories.txt +17 -0
- ceres/CMakeFiles/cmake.check_cache +1 -0
- ceres/CMakeFiles/progress.marks +1 -0
- ceres/CMakeFiles/uninstall.dir/DependInfo.cmake +18 -0
- ceres/CMakeFiles/uninstall.dir/build.make +87 -0
- ceres/CMakeFiles/uninstall.dir/cmake_clean.cmake +8 -0
- ceres/CMakeFiles/uninstall.dir/compiler_depend.make +2 -0
- ceres/CMakeFiles/uninstall.dir/compiler_depend.ts +2 -0
- ceres/CMakeFiles/uninstall.dir/progress.make +1 -0
- ceres/CTestTestfile.cmake +7 -0
- ceres/CeresConfig-install.cmake +340 -0
- ceres/CeresConfig.cmake +340 -0
- ceres/CeresConfigVersion.cmake +70 -0
- ceres/CeresTargets.cmake +70 -0
- ceres/Makefile +242 -0
- ceres/cmake/uninstall.cmake +92 -0
- ceres/cmake_install.cmake +182 -0
- ceres/include/ceres/internal/config.h +123 -0
- ceres/include/ceres/internal/export.h +42 -0
- ceres/install_manifest.txt +73 -0
- ceres/internal/ceres/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
- ceres/internal/ceres/CMakeFiles/ceres.dir/DependInfo.cmake +28 -0
- ceres/internal/ceres/CMakeFiles/ceres.dir/build.make +539 -0
- ceres/internal/ceres/CMakeFiles/ceres.dir/c_api.cc.o +0 -0
- ceres/internal/ceres/CMakeFiles/ceres.dir/c_api.cc.o.d +213 -0
- ceres/internal/ceres/CMakeFiles/ceres.dir/cmake_clean.cmake +29 -0
- ceres/internal/ceres/CMakeFiles/ceres.dir/cmake_clean_target.cmake +3 -0
- ceres/internal/ceres/CMakeFiles/ceres.dir/compiler_depend.internal +0 -0
- ceres/internal/ceres/CMakeFiles/ceres.dir/compiler_depend.make +0 -0
.gitattributes
CHANGED
|
@@ -49,3 +49,4 @@ colmap/lib/libcolmap_cuda.a filter=lfs diff=lfs merge=lfs -text
|
|
| 49 |
colmap/lib/libpba.a filter=lfs diff=lfs merge=lfs -text
|
| 50 |
colmap/lib/libpoisson_recon.a filter=lfs diff=lfs merge=lfs -text
|
| 51 |
colmap/lib/libsift_gpu.a filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 49 |
colmap/lib/libpba.a filter=lfs diff=lfs merge=lfs -text
|
| 50 |
colmap/lib/libpoisson_recon.a filter=lfs diff=lfs merge=lfs -text
|
| 51 |
colmap/lib/libsift_gpu.a filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
ceres/lib/libceres.a filter=lfs diff=lfs merge=lfs -text
|
ceres/CMakeCache.txt
ADDED
|
@@ -0,0 +1,1054 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This is the CMakeCache file.
|
| 2 |
+
# For build in directory: /content/ceres-bin
|
| 3 |
+
# It was generated by CMake: /usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake
|
| 4 |
+
# You can edit this file to change values found and used by cmake.
|
| 5 |
+
# If you do not want to change any of the values, simply exit the editor.
|
| 6 |
+
# If you do want to change a value, simply edit, save, and exit the editor.
|
| 7 |
+
# The syntax for the file is as follows:
|
| 8 |
+
# KEY:TYPE=VALUE
|
| 9 |
+
# KEY is the name of a variable in the cache.
|
| 10 |
+
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
|
| 11 |
+
# VALUE is the current value for the KEY.
|
| 12 |
+
|
| 13 |
+
########################
|
| 14 |
+
# EXTERNAL cache entries
|
| 15 |
+
########################
|
| 16 |
+
|
| 17 |
+
//Path to a library.
|
| 18 |
+
BLAS_guide_LIBRARY:FILEPATH=BLAS_guide_LIBRARY-NOTFOUND
|
| 19 |
+
|
| 20 |
+
//Path to a library.
|
| 21 |
+
BLAS_iomp5_LIBRARY:FILEPATH=/usr/local/lib/libiomp5.so
|
| 22 |
+
|
| 23 |
+
//Path to a library.
|
| 24 |
+
BLAS_mkl_core_LIBRARY:FILEPATH=/usr/local/lib/libmkl_core.so
|
| 25 |
+
|
| 26 |
+
//Path to a library.
|
| 27 |
+
BLAS_mkl_intel_LIBRARY:FILEPATH=BLAS_mkl_intel_LIBRARY-NOTFOUND
|
| 28 |
+
|
| 29 |
+
//Path to a library.
|
| 30 |
+
BLAS_mkl_intel_lp64_LIBRARY:FILEPATH=/usr/local/lib/libmkl_intel_lp64.so
|
| 31 |
+
|
| 32 |
+
//Path to a library.
|
| 33 |
+
BLAS_mkl_intel_thread_LIBRARY:FILEPATH=/usr/local/lib/libmkl_intel_thread.so
|
| 34 |
+
|
| 35 |
+
//Build Ceres benchmarking suite
|
| 36 |
+
BUILD_BENCHMARKS:BOOL=OFF
|
| 37 |
+
|
| 38 |
+
//Build User's Guide (html)
|
| 39 |
+
BUILD_DOCUMENTATION:BOOL=OFF
|
| 40 |
+
|
| 41 |
+
//Build examples
|
| 42 |
+
BUILD_EXAMPLES:BOOL=OFF
|
| 43 |
+
|
| 44 |
+
//Build Ceres as a shared library.
|
| 45 |
+
BUILD_SHARED_LIBS:BOOL=OFF
|
| 46 |
+
|
| 47 |
+
//Enable tests
|
| 48 |
+
BUILD_TESTING:BOOL=OFF
|
| 49 |
+
|
| 50 |
+
//Ceres threading back-end
|
| 51 |
+
CERES_THREADING_MODEL:STRING=CXX_THREADS
|
| 52 |
+
|
| 53 |
+
//Path to a program.
|
| 54 |
+
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
|
| 55 |
+
|
| 56 |
+
//Path to a program.
|
| 57 |
+
CMAKE_AR:FILEPATH=/usr/bin/ar
|
| 58 |
+
|
| 59 |
+
//Choose the type of build, options are: None Debug Release RelWithDebInfo
|
| 60 |
+
// MinSizeRel.
|
| 61 |
+
CMAKE_BUILD_TYPE:STRING=Release
|
| 62 |
+
|
| 63 |
+
//Enable/Disable color output during build.
|
| 64 |
+
CMAKE_COLOR_MAKEFILE:BOOL=ON
|
| 65 |
+
|
| 66 |
+
//CXX compiler
|
| 67 |
+
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
|
| 68 |
+
|
| 69 |
+
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
| 70 |
+
// for the GCC compiler
|
| 71 |
+
CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-9
|
| 72 |
+
|
| 73 |
+
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
| 74 |
+
// for the GCC compiler
|
| 75 |
+
CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-9
|
| 76 |
+
|
| 77 |
+
//Flags used by the CXX compiler during all build types.
|
| 78 |
+
CMAKE_CXX_FLAGS:STRING=
|
| 79 |
+
|
| 80 |
+
//Flags used by the CXX compiler during DEBUG builds.
|
| 81 |
+
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
| 82 |
+
|
| 83 |
+
//Flags used by the CXX compiler during MINSIZEREL builds.
|
| 84 |
+
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
| 85 |
+
|
| 86 |
+
//Flags used by the CXX compiler during RELEASE builds.
|
| 87 |
+
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
| 88 |
+
|
| 89 |
+
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
|
| 90 |
+
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
| 91 |
+
|
| 92 |
+
//C compiler
|
| 93 |
+
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
|
| 94 |
+
|
| 95 |
+
//A wrapper around 'ar' adding the appropriate '--plugin' option
|
| 96 |
+
// for the GCC compiler
|
| 97 |
+
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-9
|
| 98 |
+
|
| 99 |
+
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
|
| 100 |
+
// for the GCC compiler
|
| 101 |
+
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-9
|
| 102 |
+
|
| 103 |
+
//Flags used by the C compiler during all build types.
|
| 104 |
+
CMAKE_C_FLAGS:STRING=
|
| 105 |
+
|
| 106 |
+
//Flags used by the C compiler during DEBUG builds.
|
| 107 |
+
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
| 108 |
+
|
| 109 |
+
//Flags used by the C compiler during MINSIZEREL builds.
|
| 110 |
+
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
| 111 |
+
|
| 112 |
+
//Flags used by the C compiler during RELEASE builds.
|
| 113 |
+
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
| 114 |
+
|
| 115 |
+
//Flags used by the C compiler during RELWITHDEBINFO builds.
|
| 116 |
+
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
| 117 |
+
|
| 118 |
+
//Path to a program.
|
| 119 |
+
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
|
| 120 |
+
|
| 121 |
+
//Flags used by the linker during all build types.
|
| 122 |
+
CMAKE_EXE_LINKER_FLAGS:STRING=
|
| 123 |
+
|
| 124 |
+
//Flags used by the linker during DEBUG builds.
|
| 125 |
+
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
| 126 |
+
|
| 127 |
+
//Flags used by the linker during MINSIZEREL builds.
|
| 128 |
+
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
|
| 129 |
+
|
| 130 |
+
//Flags used by the linker during RELEASE builds.
|
| 131 |
+
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
| 132 |
+
|
| 133 |
+
//Flags used by the linker during RELWITHDEBINFO builds.
|
| 134 |
+
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
| 135 |
+
|
| 136 |
+
//Enable/Disable output of compile commands during generation.
|
| 137 |
+
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
|
| 138 |
+
|
| 139 |
+
//Value Computed by CMake.
|
| 140 |
+
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/content/ceres-bin/CMakeFiles/pkgRedirects
|
| 141 |
+
|
| 142 |
+
//User executables (bin)
|
| 143 |
+
CMAKE_INSTALL_BINDIR:PATH=bin
|
| 144 |
+
|
| 145 |
+
//Read-only architecture-independent data (DATAROOTDIR)
|
| 146 |
+
CMAKE_INSTALL_DATADIR:PATH=
|
| 147 |
+
|
| 148 |
+
//Read-only architecture-independent data root (share)
|
| 149 |
+
CMAKE_INSTALL_DATAROOTDIR:PATH=share
|
| 150 |
+
|
| 151 |
+
//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
|
| 152 |
+
CMAKE_INSTALL_DOCDIR:PATH=
|
| 153 |
+
|
| 154 |
+
//C header files (include)
|
| 155 |
+
CMAKE_INSTALL_INCLUDEDIR:PATH=include
|
| 156 |
+
|
| 157 |
+
//Info documentation (DATAROOTDIR/info)
|
| 158 |
+
CMAKE_INSTALL_INFODIR:PATH=
|
| 159 |
+
|
| 160 |
+
//Object code libraries (lib)
|
| 161 |
+
CMAKE_INSTALL_LIBDIR:PATH=lib
|
| 162 |
+
|
| 163 |
+
//Program executables (libexec)
|
| 164 |
+
CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
|
| 165 |
+
|
| 166 |
+
//Locale-dependent data (DATAROOTDIR/locale)
|
| 167 |
+
CMAKE_INSTALL_LOCALEDIR:PATH=
|
| 168 |
+
|
| 169 |
+
//Modifiable single-machine data (var)
|
| 170 |
+
CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
|
| 171 |
+
|
| 172 |
+
//Man documentation (DATAROOTDIR/man)
|
| 173 |
+
CMAKE_INSTALL_MANDIR:PATH=
|
| 174 |
+
|
| 175 |
+
//C header files for non-gcc (/usr/include)
|
| 176 |
+
CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
|
| 177 |
+
|
| 178 |
+
//Install path prefix, prepended onto install directories.
|
| 179 |
+
CMAKE_INSTALL_PREFIX:PATH=/usr/local
|
| 180 |
+
|
| 181 |
+
//Run-time variable data (LOCALSTATEDIR/run)
|
| 182 |
+
CMAKE_INSTALL_RUNSTATEDIR:PATH=
|
| 183 |
+
|
| 184 |
+
//System admin executables (sbin)
|
| 185 |
+
CMAKE_INSTALL_SBINDIR:PATH=sbin
|
| 186 |
+
|
| 187 |
+
//Modifiable architecture-independent data (com)
|
| 188 |
+
CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
|
| 189 |
+
|
| 190 |
+
//Read-only single-machine data (etc)
|
| 191 |
+
CMAKE_INSTALL_SYSCONFDIR:PATH=etc
|
| 192 |
+
|
| 193 |
+
//Path to a program.
|
| 194 |
+
CMAKE_LINKER:FILEPATH=/usr/bin/ld
|
| 195 |
+
|
| 196 |
+
//Path to a program.
|
| 197 |
+
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
|
| 198 |
+
|
| 199 |
+
//Flags used by the linker during the creation of modules during
|
| 200 |
+
// all build types.
|
| 201 |
+
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
| 202 |
+
|
| 203 |
+
//Flags used by the linker during the creation of modules during
|
| 204 |
+
// DEBUG builds.
|
| 205 |
+
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
|
| 206 |
+
|
| 207 |
+
//Flags used by the linker during the creation of modules during
|
| 208 |
+
// MINSIZEREL builds.
|
| 209 |
+
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
|
| 210 |
+
|
| 211 |
+
//Flags used by the linker during the creation of modules during
|
| 212 |
+
// RELEASE builds.
|
| 213 |
+
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
|
| 214 |
+
|
| 215 |
+
//Flags used by the linker during the creation of modules during
|
| 216 |
+
// RELWITHDEBINFO builds.
|
| 217 |
+
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
| 218 |
+
|
| 219 |
+
//Path to a program.
|
| 220 |
+
CMAKE_NM:FILEPATH=/usr/bin/nm
|
| 221 |
+
|
| 222 |
+
//Path to a program.
|
| 223 |
+
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
|
| 224 |
+
|
| 225 |
+
//Path to a program.
|
| 226 |
+
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
|
| 227 |
+
|
| 228 |
+
//Value Computed by CMake
|
| 229 |
+
CMAKE_PROJECT_DESCRIPTION:STATIC=
|
| 230 |
+
|
| 231 |
+
//Value Computed by CMake
|
| 232 |
+
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
|
| 233 |
+
|
| 234 |
+
//Value Computed by CMake
|
| 235 |
+
CMAKE_PROJECT_NAME:STATIC=Ceres
|
| 236 |
+
|
| 237 |
+
//Path to a program.
|
| 238 |
+
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
|
| 239 |
+
|
| 240 |
+
//Path to a program.
|
| 241 |
+
CMAKE_READELF:FILEPATH=/usr/bin/readelf
|
| 242 |
+
|
| 243 |
+
//Flags used by the linker during the creation of shared libraries
|
| 244 |
+
// during all build types.
|
| 245 |
+
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
| 246 |
+
|
| 247 |
+
//Flags used by the linker during the creation of shared libraries
|
| 248 |
+
// during DEBUG builds.
|
| 249 |
+
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
|
| 250 |
+
|
| 251 |
+
//Flags used by the linker during the creation of shared libraries
|
| 252 |
+
// during MINSIZEREL builds.
|
| 253 |
+
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
|
| 254 |
+
|
| 255 |
+
//Flags used by the linker during the creation of shared libraries
|
| 256 |
+
// during RELEASE builds.
|
| 257 |
+
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
|
| 258 |
+
|
| 259 |
+
//Flags used by the linker during the creation of shared libraries
|
| 260 |
+
// during RELWITHDEBINFO builds.
|
| 261 |
+
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
| 262 |
+
|
| 263 |
+
//If set, runtime paths are not added when installing shared libraries,
|
| 264 |
+
// but are added when building.
|
| 265 |
+
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
| 266 |
+
|
| 267 |
+
//If set, runtime paths are not added when using shared libraries.
|
| 268 |
+
CMAKE_SKIP_RPATH:BOOL=NO
|
| 269 |
+
|
| 270 |
+
//Flags used by the linker during the creation of static libraries
|
| 271 |
+
// during all build types.
|
| 272 |
+
CMAKE_STATIC_LINKER_FLAGS:STRING=
|
| 273 |
+
|
| 274 |
+
//Flags used by the linker during the creation of static libraries
|
| 275 |
+
// during DEBUG builds.
|
| 276 |
+
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
|
| 277 |
+
|
| 278 |
+
//Flags used by the linker during the creation of static libraries
|
| 279 |
+
// during MINSIZEREL builds.
|
| 280 |
+
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
|
| 281 |
+
|
| 282 |
+
//Flags used by the linker during the creation of static libraries
|
| 283 |
+
// during RELEASE builds.
|
| 284 |
+
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
|
| 285 |
+
|
| 286 |
+
//Flags used by the linker during the creation of static libraries
|
| 287 |
+
// during RELWITHDEBINFO builds.
|
| 288 |
+
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
| 289 |
+
|
| 290 |
+
//Path to a program.
|
| 291 |
+
CMAKE_STRIP:FILEPATH=/usr/bin/strip
|
| 292 |
+
|
| 293 |
+
//If this value is on, makefiles will be generated without the
|
| 294 |
+
// .SILENT directive, and all commands will be echoed to the console
|
| 295 |
+
// during the make. This is useful for debugging only. With Visual
|
| 296 |
+
// Studio IDE projects all commands are done without /nologo.
|
| 297 |
+
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
|
| 298 |
+
|
| 299 |
+
//Common compile flags enabled for any sanitizer
|
| 300 |
+
COMMON_SANITIZER_COMPILE_OPTIONS:STRING=-g -fno-omit-frame-pointer -fno-optimize-sibling-calls
|
| 301 |
+
|
| 302 |
+
//Enable use of CUDA linear algebra solvers.
|
| 303 |
+
CUDA:BOOL=ON
|
| 304 |
+
|
| 305 |
+
//Compile device code in 64 bit mode
|
| 306 |
+
CUDA_64_BIT_DEVICE_CODE:BOOL=ON
|
| 307 |
+
|
| 308 |
+
//Attach the build rule to the CUDA source file. Enable only when
|
| 309 |
+
// the CUDA source file is added to at most one target.
|
| 310 |
+
CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE:BOOL=ON
|
| 311 |
+
|
| 312 |
+
//Generate and parse .cubin files in Device mode.
|
| 313 |
+
CUDA_BUILD_CUBIN:BOOL=OFF
|
| 314 |
+
|
| 315 |
+
//Build in Emulation mode
|
| 316 |
+
CUDA_BUILD_EMULATION:BOOL=OFF
|
| 317 |
+
|
| 318 |
+
//"cudart" library
|
| 319 |
+
CUDA_CUDART_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libcudart.so
|
| 320 |
+
|
| 321 |
+
//"cuda" library (older versions only).
|
| 322 |
+
CUDA_CUDA_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libcuda.so
|
| 323 |
+
|
| 324 |
+
//Directory to put all the output files. If blank it will default
|
| 325 |
+
// to the CMAKE_CURRENT_BINARY_DIR
|
| 326 |
+
CUDA_GENERATED_OUTPUT_DIR:PATH=
|
| 327 |
+
|
| 328 |
+
//Generated file extension
|
| 329 |
+
CUDA_HOST_COMPILATION_CPP:BOOL=ON
|
| 330 |
+
|
| 331 |
+
//Host side compiler used by NVCC
|
| 332 |
+
CUDA_HOST_COMPILER:FILEPATH=/usr/bin/cc
|
| 333 |
+
|
| 334 |
+
//Path to a program.
|
| 335 |
+
CUDA_NVCC_EXECUTABLE:FILEPATH=/usr/local/cuda/bin/nvcc
|
| 336 |
+
|
| 337 |
+
//Semi-colon delimit multiple arguments. during all build types.
|
| 338 |
+
CUDA_NVCC_FLAGS:STRING=
|
| 339 |
+
|
| 340 |
+
//Semi-colon delimit multiple arguments. during DEBUG builds.
|
| 341 |
+
CUDA_NVCC_FLAGS_DEBUG:STRING=
|
| 342 |
+
|
| 343 |
+
//Semi-colon delimit multiple arguments. during MINSIZEREL builds.
|
| 344 |
+
CUDA_NVCC_FLAGS_MINSIZEREL:STRING=
|
| 345 |
+
|
| 346 |
+
//Semi-colon delimit multiple arguments. during RELEASE builds.
|
| 347 |
+
CUDA_NVCC_FLAGS_RELEASE:STRING=
|
| 348 |
+
|
| 349 |
+
//Semi-colon delimit multiple arguments. during RELWITHDEBINFO
|
| 350 |
+
// builds.
|
| 351 |
+
CUDA_NVCC_FLAGS_RELWITHDEBINFO:STRING=
|
| 352 |
+
|
| 353 |
+
//"OpenCL" library
|
| 354 |
+
CUDA_OpenCL_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libOpenCL.so
|
| 355 |
+
|
| 356 |
+
//Propagate C/CXX_FLAGS and friends to the host compiler via -Xcompile
|
| 357 |
+
CUDA_PROPAGATE_HOST_FLAGS:BOOL=ON
|
| 358 |
+
|
| 359 |
+
//Path to a file.
|
| 360 |
+
CUDA_SDK_ROOT_DIR:PATH=CUDA_SDK_ROOT_DIR-NOTFOUND
|
| 361 |
+
|
| 362 |
+
//Compile CUDA objects with separable compilation enabled. Requires
|
| 363 |
+
// CUDA 5.0+
|
| 364 |
+
CUDA_SEPARABLE_COMPILATION:BOOL=OFF
|
| 365 |
+
|
| 366 |
+
//Path to a file.
|
| 367 |
+
CUDA_TOOLKIT_INCLUDE:PATH=/usr/local/cuda/include
|
| 368 |
+
|
| 369 |
+
//Toolkit location.
|
| 370 |
+
CUDA_TOOLKIT_ROOT_DIR:PATH=/usr/local/cuda
|
| 371 |
+
|
| 372 |
+
//Use the static version of the CUDA runtime library if available
|
| 373 |
+
CUDA_USE_STATIC_CUDA_RUNTIME:BOOL=ON
|
| 374 |
+
|
| 375 |
+
//Print out the commands run while compiling the CUDA source file.
|
| 376 |
+
// With the Makefile generator this defaults to VERBOSE variable
|
| 377 |
+
// specified on the command line, but can be forced on with this
|
| 378 |
+
// option.
|
| 379 |
+
CUDA_VERBOSE_BUILD:BOOL=OFF
|
| 380 |
+
|
| 381 |
+
//Version of CUDA as computed from nvcc.
|
| 382 |
+
CUDA_VERSION:STRING=11.8
|
| 383 |
+
|
| 384 |
+
//"cublas" library
|
| 385 |
+
CUDA_cublas_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libcublas.so
|
| 386 |
+
|
| 387 |
+
//"cudadevrt" library
|
| 388 |
+
CUDA_cudadevrt_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libcudadevrt.a
|
| 389 |
+
|
| 390 |
+
//static CUDA runtime library
|
| 391 |
+
CUDA_cudart_static_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libcudart_static.a
|
| 392 |
+
|
| 393 |
+
//"cufft" library
|
| 394 |
+
CUDA_cufft_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libcufft.so
|
| 395 |
+
|
| 396 |
+
//"cupti" library
|
| 397 |
+
CUDA_cupti_LIBRARY:FILEPATH=CUDA_cupti_LIBRARY-NOTFOUND
|
| 398 |
+
|
| 399 |
+
//"curand" library
|
| 400 |
+
CUDA_curand_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libcurand.so
|
| 401 |
+
|
| 402 |
+
//"cusolver" library
|
| 403 |
+
CUDA_cusolver_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libcusolver.so
|
| 404 |
+
|
| 405 |
+
//"cusparse" library
|
| 406 |
+
CUDA_cusparse_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libcusparse.so
|
| 407 |
+
|
| 408 |
+
//"nppc" library
|
| 409 |
+
CUDA_nppc_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppc.so
|
| 410 |
+
|
| 411 |
+
//"nppial" library
|
| 412 |
+
CUDA_nppial_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppial.so
|
| 413 |
+
|
| 414 |
+
//"nppicc" library
|
| 415 |
+
CUDA_nppicc_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppicc.so
|
| 416 |
+
|
| 417 |
+
//"nppidei" library
|
| 418 |
+
CUDA_nppidei_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppidei.so
|
| 419 |
+
|
| 420 |
+
//"nppif" library
|
| 421 |
+
CUDA_nppif_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppif.so
|
| 422 |
+
|
| 423 |
+
//"nppig" library
|
| 424 |
+
CUDA_nppig_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppig.so
|
| 425 |
+
|
| 426 |
+
//"nppim" library
|
| 427 |
+
CUDA_nppim_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppim.so
|
| 428 |
+
|
| 429 |
+
//"nppist" library
|
| 430 |
+
CUDA_nppist_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppist.so
|
| 431 |
+
|
| 432 |
+
//"nppisu" library
|
| 433 |
+
CUDA_nppisu_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppisu.so
|
| 434 |
+
|
| 435 |
+
//"nppitc" library
|
| 436 |
+
CUDA_nppitc_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnppitc.so
|
| 437 |
+
|
| 438 |
+
//"npps" library
|
| 439 |
+
CUDA_npps_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnpps.so
|
| 440 |
+
|
| 441 |
+
//"nvToolsExt" library
|
| 442 |
+
CUDA_nvToolsExt_LIBRARY:FILEPATH=/usr/local/cuda/lib64/libnvToolsExt.so
|
| 443 |
+
|
| 444 |
+
//Path to a library.
|
| 445 |
+
CUDA_rt_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.so
|
| 446 |
+
|
| 447 |
+
//Use handcoded BLAS routines (usually faster) instead of Eigen.
|
| 448 |
+
CUSTOM_BLAS:BOOL=ON
|
| 449 |
+
|
| 450 |
+
//Enable CXSparse.
|
| 451 |
+
CXSPARSE:BOOL=ON
|
| 452 |
+
|
| 453 |
+
//The directory containing a CMake configuration file for CXSparse.
|
| 454 |
+
CXSparse_DIR:PATH=CXSparse_DIR-NOTFOUND
|
| 455 |
+
|
| 456 |
+
//Path to a file.
|
| 457 |
+
CXSparse_INCLUDE_DIR:PATH=/usr/include/suitesparse
|
| 458 |
+
|
| 459 |
+
//Path to a library.
|
| 460 |
+
CXSparse_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libcxsparse.so
|
| 461 |
+
|
| 462 |
+
//Value Computed by CMake
|
| 463 |
+
Ceres_BINARY_DIR:STATIC=/content/ceres-bin
|
| 464 |
+
|
| 465 |
+
//Value Computed by CMake
|
| 466 |
+
Ceres_IS_TOP_LEVEL:STATIC=ON
|
| 467 |
+
|
| 468 |
+
//Value Computed by CMake
|
| 469 |
+
Ceres_SOURCE_DIR:STATIC=/content/ceres-solver-2.1.0
|
| 470 |
+
|
| 471 |
+
//Enable Eigen as a sparse linear algebra library.
|
| 472 |
+
EIGENSPARSE:BOOL=ON
|
| 473 |
+
|
| 474 |
+
//Export build directory using CMake (enables external use without
|
| 475 |
+
// install).
|
| 476 |
+
EXPORT_BUILD_DIR:BOOL=ON
|
| 477 |
+
|
| 478 |
+
//The directory containing a CMake configuration file for Eigen3.
|
| 479 |
+
Eigen3_DIR:PATH=/usr/lib/cmake/eigen3
|
| 480 |
+
|
| 481 |
+
//Enable Google Flags.
|
| 482 |
+
GFLAGS:BOOL=ON
|
| 483 |
+
|
| 484 |
+
//Path to a file.
|
| 485 |
+
GLOG_INCLUDE_DIR:PATH=/usr/include
|
| 486 |
+
|
| 487 |
+
//Path to a library.
|
| 488 |
+
GLOG_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libglog.so
|
| 489 |
+
|
| 490 |
+
//Enable use of LAPACK directly within Ceres.
|
| 491 |
+
LAPACK:BOOL=ON
|
| 492 |
+
|
| 493 |
+
//METIS include directory
|
| 494 |
+
METIS_INCLUDE_DIR:PATH=/usr/include
|
| 495 |
+
|
| 496 |
+
//METIS library
|
| 497 |
+
METIS_LIBRARY:STRING=debug;/usr/lib/x86_64-linux-gnu/libmetis.so;optimized;/usr/lib/x86_64-linux-gnu/libmetis.so
|
| 498 |
+
|
| 499 |
+
//METIS debug library
|
| 500 |
+
METIS_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libmetis.so
|
| 501 |
+
|
| 502 |
+
//METIS release library
|
| 503 |
+
METIS_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libmetis.so
|
| 504 |
+
|
| 505 |
+
//Use a stripped down version of glog.
|
| 506 |
+
MINIGLOG:BOOL=OFF
|
| 507 |
+
|
| 508 |
+
//CXX compiler flags for OpenMP parallelization
|
| 509 |
+
OpenMP_CXX_FLAGS:STRING=-fopenmp
|
| 510 |
+
|
| 511 |
+
//CXX compiler libraries for OpenMP parallelization
|
| 512 |
+
OpenMP_CXX_LIB_NAMES:STRING=gomp;pthread
|
| 513 |
+
|
| 514 |
+
//C compiler flags for OpenMP parallelization
|
| 515 |
+
OpenMP_C_FLAGS:STRING=-fopenmp
|
| 516 |
+
|
| 517 |
+
//C compiler libraries for OpenMP parallelization
|
| 518 |
+
OpenMP_C_LIB_NAMES:STRING=gomp;pthread
|
| 519 |
+
|
| 520 |
+
//Path to the gomp library for OpenMP
|
| 521 |
+
OpenMP_gomp_LIBRARY:FILEPATH=/usr/lib/gcc/x86_64-linux-gnu/9/libgomp.so
|
| 522 |
+
|
| 523 |
+
//Path to the pthread library for OpenMP
|
| 524 |
+
OpenMP_pthread_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpthread.so
|
| 525 |
+
|
| 526 |
+
//Add a custom target to ease removal of installed targets
|
| 527 |
+
PROVIDE_UNINSTALL_TARGET:BOOL=ON
|
| 528 |
+
|
| 529 |
+
//Semicolon-separated list of sanitizers to use (e.g address, memory,
|
| 530 |
+
// thread)
|
| 531 |
+
SANITIZERS:STRING=
|
| 532 |
+
|
| 533 |
+
//Enable fixed-size schur specializations.
|
| 534 |
+
SCHUR_SPECIALIZATIONS:BOOL=ON
|
| 535 |
+
|
| 536 |
+
//Enable SuiteSparse.
|
| 537 |
+
SUITESPARSE:BOOL=ON
|
| 538 |
+
|
| 539 |
+
//Path to a file.
|
| 540 |
+
SuiteSparse_AMD_INCLUDE_DIR:PATH=/usr/include/suitesparse
|
| 541 |
+
|
| 542 |
+
//Path to a library.
|
| 543 |
+
SuiteSparse_AMD_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libamd.so
|
| 544 |
+
|
| 545 |
+
//Path to a file.
|
| 546 |
+
SuiteSparse_CAMD_INCLUDE_DIR:PATH=/usr/include/suitesparse
|
| 547 |
+
|
| 548 |
+
//Path to a library.
|
| 549 |
+
SuiteSparse_CAMD_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libcamd.so
|
| 550 |
+
|
| 551 |
+
//Path to a file.
|
| 552 |
+
SuiteSparse_CCOLAMD_INCLUDE_DIR:PATH=/usr/include/suitesparse
|
| 553 |
+
|
| 554 |
+
//Path to a library.
|
| 555 |
+
SuiteSparse_CCOLAMD_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libccolamd.so
|
| 556 |
+
|
| 557 |
+
//Path to a file.
|
| 558 |
+
SuiteSparse_CHOLMOD_INCLUDE_DIR:PATH=/usr/include/suitesparse
|
| 559 |
+
|
| 560 |
+
//Path to a library.
|
| 561 |
+
SuiteSparse_CHOLMOD_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libcholmod.so
|
| 562 |
+
|
| 563 |
+
//Path to a file.
|
| 564 |
+
SuiteSparse_COLAMD_INCLUDE_DIR:PATH=/usr/include/suitesparse
|
| 565 |
+
|
| 566 |
+
//Path to a library.
|
| 567 |
+
SuiteSparse_COLAMD_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libcolamd.so
|
| 568 |
+
|
| 569 |
+
//Path to a file.
|
| 570 |
+
SuiteSparse_Config_INCLUDE_DIR:PATH=/usr/include/suitesparse
|
| 571 |
+
|
| 572 |
+
//Path to a library.
|
| 573 |
+
SuiteSparse_Config_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so
|
| 574 |
+
|
| 575 |
+
//The directory containing a CMake configuration file for SuiteSparse.
|
| 576 |
+
SuiteSparse_DIR:PATH=SuiteSparse_DIR-NOTFOUND
|
| 577 |
+
|
| 578 |
+
//Path to a file.
|
| 579 |
+
SuiteSparse_SPQR_INCLUDE_DIR:PATH=/usr/include/suitesparse
|
| 580 |
+
|
| 581 |
+
//Path to a library.
|
| 582 |
+
SuiteSparse_SPQR_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libspqr.so
|
| 583 |
+
|
| 584 |
+
//Path to a file.
|
| 585 |
+
TBB_INCLUDE_DIR:PATH=/usr/include
|
| 586 |
+
|
| 587 |
+
//Path to a library.
|
| 588 |
+
TBB_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libtbb.so
|
| 589 |
+
|
| 590 |
+
//Path to a library.
|
| 591 |
+
TBB_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libtbb.so
|
| 592 |
+
|
| 593 |
+
//Path to a file.
|
| 594 |
+
TBB_MALLOC_INCLUDE_DIR:PATH=/usr/include
|
| 595 |
+
|
| 596 |
+
//Path to a library.
|
| 597 |
+
TBB_MALLOC_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libtbbmalloc.so
|
| 598 |
+
|
| 599 |
+
//Path to a library.
|
| 600 |
+
TBB_MALLOC_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libtbbmalloc.so
|
| 601 |
+
|
| 602 |
+
//Path to a file.
|
| 603 |
+
TBB_MALLOC_PROXY_INCLUDE_DIR:PATH=/usr/include
|
| 604 |
+
|
| 605 |
+
//Path to a library.
|
| 606 |
+
TBB_MALLOC_PROXY_LIBRARY_DEBUG:FILEPATH=/usr/lib/x86_64-linux-gnu/libtbbmalloc_proxy.so
|
| 607 |
+
|
| 608 |
+
//Path to a library.
|
| 609 |
+
TBB_MALLOC_PROXY_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libtbbmalloc_proxy.so
|
| 610 |
+
|
| 611 |
+
//The directory containing a CMake configuration file for benchmark.
|
| 612 |
+
benchmark_DIR:PATH=benchmark_DIR-NOTFOUND
|
| 613 |
+
|
| 614 |
+
//Dependencies for the target
|
| 615 |
+
ceres_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libglog.so;general;gflags;general;SuiteSparse::CHOLMOD;general;SuiteSparse::SPQR;general;CXSparse::CXSparse;general;/usr/local/cuda/lib64/libcudart_static.a;general;dl;general;/usr/lib/x86_64-linux-gnu/librt.so;general;/usr/local/cuda/lib64/libcublas.so;general;/usr/local/cuda/lib64/libcusolver.so;general;/usr/local/cuda/lib64/libcusparse.so;general;/usr/local/lib/libmkl_intel_lp64.so;general;/usr/local/lib/libmkl_intel_thread.so;general;/usr/local/lib/libmkl_core.so;general;/usr/local/lib/libiomp5.so;general;-lpthread;general;-lm;general;-ldl;general;-lpthread;general;-lm;general;-ldl;
|
| 616 |
+
|
| 617 |
+
//The directory containing a CMake configuration file for gflags.
|
| 618 |
+
gflags_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/gflags
|
| 619 |
+
|
| 620 |
+
//The directory containing a CMake configuration file for glog.
|
| 621 |
+
glog_DIR:PATH=glog_DIR-NOTFOUND
|
| 622 |
+
|
| 623 |
+
|
| 624 |
+
########################
|
| 625 |
+
# INTERNAL cache entries
|
| 626 |
+
########################
|
| 627 |
+
|
| 628 |
+
//Have function sgemm_
|
| 629 |
+
BLAS_WORKS:INTERNAL=
|
| 630 |
+
//ADVANCED property for variable: BLAS_guide_LIBRARY
|
| 631 |
+
BLAS_guide_LIBRARY-ADVANCED:INTERNAL=1
|
| 632 |
+
//ADVANCED property for variable: BLAS_iomp5_LIBRARY
|
| 633 |
+
BLAS_iomp5_LIBRARY-ADVANCED:INTERNAL=1
|
| 634 |
+
//ADVANCED property for variable: BLAS_mkl_core_LIBRARY
|
| 635 |
+
BLAS_mkl_core_LIBRARY-ADVANCED:INTERNAL=1
|
| 636 |
+
//ADVANCED property for variable: BLAS_mkl_intel_LIBRARY
|
| 637 |
+
BLAS_mkl_intel_LIBRARY-ADVANCED:INTERNAL=1
|
| 638 |
+
//ADVANCED property for variable: BLAS_mkl_intel_lp64_LIBRARY
|
| 639 |
+
BLAS_mkl_intel_lp64_LIBRARY-ADVANCED:INTERNAL=1
|
| 640 |
+
//Have function sgemm_
|
| 641 |
+
BLAS_mkl_intel_lp64_deps_mkl_intel_thread_deps_mkl_core_deps_iomp5_deps_WORKS:INTERNAL=1
|
| 642 |
+
//ADVANCED property for variable: BLAS_mkl_intel_thread_LIBRARY
|
| 643 |
+
BLAS_mkl_intel_thread_LIBRARY-ADVANCED:INTERNAL=1
|
| 644 |
+
//STRINGS property for variable: CERES_THREADING_MODEL
|
| 645 |
+
CERES_THREADING_MODEL-STRINGS:INTERNAL=CXX_THREADS;OPENMP;NO_THREADS
|
| 646 |
+
//Test CHECK_CXX_FLAG_Wmissing_declarations
|
| 647 |
+
CHECK_CXX_FLAG_Wmissing_declarations:INTERNAL=1
|
| 648 |
+
//Test CHECK_CXX_FLAG_Wno_missing_declarations
|
| 649 |
+
CHECK_CXX_FLAG_Wno_missing_declarations:INTERNAL=1
|
| 650 |
+
//Test CHECK_CXX_FLAG_Wno_missing_field_initializers
|
| 651 |
+
CHECK_CXX_FLAG_Wno_missing_field_initializers:INTERNAL=1
|
| 652 |
+
//Test CHECK_CXX_FLAG_Wno_sign_compare
|
| 653 |
+
CHECK_CXX_FLAG_Wno_sign_compare:INTERNAL=1
|
| 654 |
+
//Test CHECK_CXX_FLAG_Wno_unknown_pragmas
|
| 655 |
+
CHECK_CXX_FLAG_Wno_unknown_pragmas:INTERNAL=1
|
| 656 |
+
//Test CHECK_CXX_FLAG_Wno_unused_parameter
|
| 657 |
+
CHECK_CXX_FLAG_Wno_unused_parameter:INTERNAL=1
|
| 658 |
+
//ADVANCED property for variable: CMAKE_ADDR2LINE
|
| 659 |
+
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
|
| 660 |
+
//ADVANCED property for variable: CMAKE_AR
|
| 661 |
+
CMAKE_AR-ADVANCED:INTERNAL=1
|
| 662 |
+
//This is the directory where this CMakeCache.txt was created
|
| 663 |
+
CMAKE_CACHEFILE_DIR:INTERNAL=/content/ceres-bin
|
| 664 |
+
//Major version of cmake used to create the current loaded cache
|
| 665 |
+
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
| 666 |
+
//Minor version of cmake used to create the current loaded cache
|
| 667 |
+
CMAKE_CACHE_MINOR_VERSION:INTERNAL=25
|
| 668 |
+
//Patch version of cmake used to create the current loaded cache
|
| 669 |
+
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
|
| 670 |
+
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
|
| 671 |
+
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
|
| 672 |
+
//Path to CMake executable.
|
| 673 |
+
CMAKE_COMMAND:INTERNAL=/usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake
|
| 674 |
+
//Path to cpack program executable.
|
| 675 |
+
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/lib/python3.9/dist-packages/cmake/data/bin/cpack
|
| 676 |
+
//Path to ctest program executable.
|
| 677 |
+
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/lib/python3.9/dist-packages/cmake/data/bin/ctest
|
| 678 |
+
//ADVANCED property for variable: CMAKE_CXX_COMPILER
|
| 679 |
+
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
|
| 680 |
+
//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
|
| 681 |
+
CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
|
| 682 |
+
//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
|
| 683 |
+
CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
| 684 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS
|
| 685 |
+
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
|
| 686 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
|
| 687 |
+
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 688 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
|
| 689 |
+
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 690 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
|
| 691 |
+
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 692 |
+
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
|
| 693 |
+
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 694 |
+
//ADVANCED property for variable: CMAKE_C_COMPILER
|
| 695 |
+
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
|
| 696 |
+
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
|
| 697 |
+
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
|
| 698 |
+
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
|
| 699 |
+
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
|
| 700 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS
|
| 701 |
+
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
|
| 702 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
|
| 703 |
+
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 704 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
|
| 705 |
+
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 706 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
|
| 707 |
+
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 708 |
+
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
|
| 709 |
+
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 710 |
+
//ADVANCED property for variable: CMAKE_DLLTOOL
|
| 711 |
+
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
|
| 712 |
+
//Executable file format
|
| 713 |
+
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
|
| 714 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
| 715 |
+
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
| 716 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
|
| 717 |
+
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 718 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
|
| 719 |
+
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 720 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
|
| 721 |
+
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 722 |
+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
|
| 723 |
+
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 724 |
+
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
|
| 725 |
+
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
|
| 726 |
+
//Name of external makefile project generator.
|
| 727 |
+
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
| 728 |
+
//Name of generator.
|
| 729 |
+
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
|
| 730 |
+
//Generator instance identifier.
|
| 731 |
+
CMAKE_GENERATOR_INSTANCE:INTERNAL=
|
| 732 |
+
//Name of generator platform.
|
| 733 |
+
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
| 734 |
+
//Name of generator toolset.
|
| 735 |
+
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
| 736 |
+
//Test CMAKE_HAVE_LIBC_PTHREAD
|
| 737 |
+
CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=
|
| 738 |
+
//Have library pthreads
|
| 739 |
+
CMAKE_HAVE_PTHREADS_CREATE:INTERNAL=
|
| 740 |
+
//Have library pthread
|
| 741 |
+
CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1
|
| 742 |
+
//Source directory with the top level CMakeLists.txt file for this
|
| 743 |
+
// project
|
| 744 |
+
CMAKE_HOME_DIRECTORY:INTERNAL=/content/ceres-solver-2.1.0
|
| 745 |
+
//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
|
| 746 |
+
CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
|
| 747 |
+
//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
|
| 748 |
+
CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
|
| 749 |
+
//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
|
| 750 |
+
CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
|
| 751 |
+
//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
|
| 752 |
+
CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
|
| 753 |
+
//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
|
| 754 |
+
CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
|
| 755 |
+
//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
|
| 756 |
+
CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
|
| 757 |
+
//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
|
| 758 |
+
CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
|
| 759 |
+
//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
|
| 760 |
+
CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
|
| 761 |
+
//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
|
| 762 |
+
CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
|
| 763 |
+
//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
|
| 764 |
+
CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
|
| 765 |
+
//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
|
| 766 |
+
CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
|
| 767 |
+
//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
|
| 768 |
+
CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
|
| 769 |
+
//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
|
| 770 |
+
CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
|
| 771 |
+
//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
|
| 772 |
+
CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
|
| 773 |
+
//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
|
| 774 |
+
CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
|
| 775 |
+
//Install .so files without execute permission.
|
| 776 |
+
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
|
| 777 |
+
//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
|
| 778 |
+
CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
|
| 779 |
+
//ADVANCED property for variable: CMAKE_LINKER
|
| 780 |
+
CMAKE_LINKER-ADVANCED:INTERNAL=1
|
| 781 |
+
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
|
| 782 |
+
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
|
| 783 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
|
| 784 |
+
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
| 785 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
|
| 786 |
+
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 787 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
|
| 788 |
+
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 789 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
|
| 790 |
+
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 791 |
+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
|
| 792 |
+
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 793 |
+
//ADVANCED property for variable: CMAKE_NM
|
| 794 |
+
CMAKE_NM-ADVANCED:INTERNAL=1
|
| 795 |
+
//number of local generators
|
| 796 |
+
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2
|
| 797 |
+
//ADVANCED property for variable: CMAKE_OBJCOPY
|
| 798 |
+
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
|
| 799 |
+
//ADVANCED property for variable: CMAKE_OBJDUMP
|
| 800 |
+
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
|
| 801 |
+
//Platform information initialized
|
| 802 |
+
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
|
| 803 |
+
//ADVANCED property for variable: CMAKE_RANLIB
|
| 804 |
+
CMAKE_RANLIB-ADVANCED:INTERNAL=1
|
| 805 |
+
//ADVANCED property for variable: CMAKE_READELF
|
| 806 |
+
CMAKE_READELF-ADVANCED:INTERNAL=1
|
| 807 |
+
//Path to CMake installation.
|
| 808 |
+
CMAKE_ROOT:INTERNAL=/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25
|
| 809 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
| 810 |
+
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
| 811 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
| 812 |
+
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 813 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
|
| 814 |
+
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 815 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
|
| 816 |
+
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 817 |
+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
|
| 818 |
+
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 819 |
+
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
|
| 820 |
+
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
|
| 821 |
+
//ADVANCED property for variable: CMAKE_SKIP_RPATH
|
| 822 |
+
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
|
| 823 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
|
| 824 |
+
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
| 825 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
|
| 826 |
+
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 827 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
|
| 828 |
+
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 829 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
|
| 830 |
+
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 831 |
+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
|
| 832 |
+
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 833 |
+
//ADVANCED property for variable: CMAKE_STRIP
|
| 834 |
+
CMAKE_STRIP-ADVANCED:INTERNAL=1
|
| 835 |
+
//uname command
|
| 836 |
+
CMAKE_UNAME:INTERNAL=/usr/bin/uname
|
| 837 |
+
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
|
| 838 |
+
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
|
| 839 |
+
//Compiler support for a deprecated attribute
|
| 840 |
+
COMPILER_HAS_DEPRECATED:INTERNAL=1
|
| 841 |
+
//Test COMPILER_HAS_DEPRECATED_ATTR
|
| 842 |
+
COMPILER_HAS_DEPRECATED_ATTR:INTERNAL=1
|
| 843 |
+
//Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
|
| 844 |
+
COMPILER_HAS_HIDDEN_INLINE_VISIBILITY:INTERNAL=1
|
| 845 |
+
//Test COMPILER_HAS_HIDDEN_VISIBILITY
|
| 846 |
+
COMPILER_HAS_HIDDEN_VISIBILITY:INTERNAL=1
|
| 847 |
+
//ADVANCED property for variable: CUDA_64_BIT_DEVICE_CODE
|
| 848 |
+
CUDA_64_BIT_DEVICE_CODE-ADVANCED:INTERNAL=1
|
| 849 |
+
//ADVANCED property for variable: CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE
|
| 850 |
+
CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE-ADVANCED:INTERNAL=1
|
| 851 |
+
//ADVANCED property for variable: CUDA_BUILD_CUBIN
|
| 852 |
+
CUDA_BUILD_CUBIN-ADVANCED:INTERNAL=1
|
| 853 |
+
//ADVANCED property for variable: CUDA_BUILD_EMULATION
|
| 854 |
+
CUDA_BUILD_EMULATION-ADVANCED:INTERNAL=1
|
| 855 |
+
//ADVANCED property for variable: CUDA_CUDART_LIBRARY
|
| 856 |
+
CUDA_CUDART_LIBRARY-ADVANCED:INTERNAL=1
|
| 857 |
+
//ADVANCED property for variable: CUDA_CUDA_LIBRARY
|
| 858 |
+
CUDA_CUDA_LIBRARY-ADVANCED:INTERNAL=1
|
| 859 |
+
//ADVANCED property for variable: CUDA_GENERATED_OUTPUT_DIR
|
| 860 |
+
CUDA_GENERATED_OUTPUT_DIR-ADVANCED:INTERNAL=1
|
| 861 |
+
//ADVANCED property for variable: CUDA_HOST_COMPILATION_CPP
|
| 862 |
+
CUDA_HOST_COMPILATION_CPP-ADVANCED:INTERNAL=1
|
| 863 |
+
//ADVANCED property for variable: CUDA_NVCC_EXECUTABLE
|
| 864 |
+
CUDA_NVCC_EXECUTABLE-ADVANCED:INTERNAL=1
|
| 865 |
+
//ADVANCED property for variable: CUDA_NVCC_FLAGS
|
| 866 |
+
CUDA_NVCC_FLAGS-ADVANCED:INTERNAL=1
|
| 867 |
+
//ADVANCED property for variable: CUDA_NVCC_FLAGS_DEBUG
|
| 868 |
+
CUDA_NVCC_FLAGS_DEBUG-ADVANCED:INTERNAL=1
|
| 869 |
+
//ADVANCED property for variable: CUDA_NVCC_FLAGS_MINSIZEREL
|
| 870 |
+
CUDA_NVCC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
|
| 871 |
+
//ADVANCED property for variable: CUDA_NVCC_FLAGS_RELEASE
|
| 872 |
+
CUDA_NVCC_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
| 873 |
+
//ADVANCED property for variable: CUDA_NVCC_FLAGS_RELWITHDEBINFO
|
| 874 |
+
CUDA_NVCC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
| 875 |
+
//ADVANCED property for variable: CUDA_OpenCL_LIBRARY
|
| 876 |
+
CUDA_OpenCL_LIBRARY-ADVANCED:INTERNAL=1
|
| 877 |
+
//ADVANCED property for variable: CUDA_PROPAGATE_HOST_FLAGS
|
| 878 |
+
CUDA_PROPAGATE_HOST_FLAGS-ADVANCED:INTERNAL=1
|
| 879 |
+
//This is the value of the last time CUDA_SDK_ROOT_DIR was set
|
| 880 |
+
// successfully.
|
| 881 |
+
CUDA_SDK_ROOT_DIR_INTERNAL:INTERNAL=CUDA_SDK_ROOT_DIR-NOTFOUND
|
| 882 |
+
//ADVANCED property for variable: CUDA_SEPARABLE_COMPILATION
|
| 883 |
+
CUDA_SEPARABLE_COMPILATION-ADVANCED:INTERNAL=1
|
| 884 |
+
//ADVANCED property for variable: CUDA_TOOLKIT_INCLUDE
|
| 885 |
+
CUDA_TOOLKIT_INCLUDE-ADVANCED:INTERNAL=1
|
| 886 |
+
//This is the value of the last time CUDA_TOOLKIT_ROOT_DIR was
|
| 887 |
+
// set successfully.
|
| 888 |
+
CUDA_TOOLKIT_ROOT_DIR_INTERNAL:INTERNAL=/usr/local/cuda
|
| 889 |
+
//This is the value of the last time CUDA_TOOLKIT_TARGET_DIR was
|
| 890 |
+
// set successfully.
|
| 891 |
+
CUDA_TOOLKIT_TARGET_DIR_INTERNAL:INTERNAL=/usr/local/cuda
|
| 892 |
+
//ADVANCED property for variable: CUDA_VERBOSE_BUILD
|
| 893 |
+
CUDA_VERBOSE_BUILD-ADVANCED:INTERNAL=1
|
| 894 |
+
//ADVANCED property for variable: CUDA_VERSION
|
| 895 |
+
CUDA_VERSION-ADVANCED:INTERNAL=1
|
| 896 |
+
//ADVANCED property for variable: CUDA_cublas_LIBRARY
|
| 897 |
+
CUDA_cublas_LIBRARY-ADVANCED:INTERNAL=1
|
| 898 |
+
//ADVANCED property for variable: CUDA_cudadevrt_LIBRARY
|
| 899 |
+
CUDA_cudadevrt_LIBRARY-ADVANCED:INTERNAL=1
|
| 900 |
+
//ADVANCED property for variable: CUDA_cudart_static_LIBRARY
|
| 901 |
+
CUDA_cudart_static_LIBRARY-ADVANCED:INTERNAL=1
|
| 902 |
+
//ADVANCED property for variable: CUDA_cufft_LIBRARY
|
| 903 |
+
CUDA_cufft_LIBRARY-ADVANCED:INTERNAL=1
|
| 904 |
+
//ADVANCED property for variable: CUDA_cupti_LIBRARY
|
| 905 |
+
CUDA_cupti_LIBRARY-ADVANCED:INTERNAL=1
|
| 906 |
+
//ADVANCED property for variable: CUDA_curand_LIBRARY
|
| 907 |
+
CUDA_curand_LIBRARY-ADVANCED:INTERNAL=1
|
| 908 |
+
//ADVANCED property for variable: CUDA_cusolver_LIBRARY
|
| 909 |
+
CUDA_cusolver_LIBRARY-ADVANCED:INTERNAL=1
|
| 910 |
+
//ADVANCED property for variable: CUDA_cusparse_LIBRARY
|
| 911 |
+
CUDA_cusparse_LIBRARY-ADVANCED:INTERNAL=1
|
| 912 |
+
//Location of make2cmake.cmake
|
| 913 |
+
CUDA_make2cmake:INTERNAL=/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/FindCUDA/make2cmake.cmake
|
| 914 |
+
//ADVANCED property for variable: CUDA_nppc_LIBRARY
|
| 915 |
+
CUDA_nppc_LIBRARY-ADVANCED:INTERNAL=1
|
| 916 |
+
//ADVANCED property for variable: CUDA_nppial_LIBRARY
|
| 917 |
+
CUDA_nppial_LIBRARY-ADVANCED:INTERNAL=1
|
| 918 |
+
//ADVANCED property for variable: CUDA_nppicc_LIBRARY
|
| 919 |
+
CUDA_nppicc_LIBRARY-ADVANCED:INTERNAL=1
|
| 920 |
+
//ADVANCED property for variable: CUDA_nppidei_LIBRARY
|
| 921 |
+
CUDA_nppidei_LIBRARY-ADVANCED:INTERNAL=1
|
| 922 |
+
//ADVANCED property for variable: CUDA_nppif_LIBRARY
|
| 923 |
+
CUDA_nppif_LIBRARY-ADVANCED:INTERNAL=1
|
| 924 |
+
//ADVANCED property for variable: CUDA_nppig_LIBRARY
|
| 925 |
+
CUDA_nppig_LIBRARY-ADVANCED:INTERNAL=1
|
| 926 |
+
//ADVANCED property for variable: CUDA_nppim_LIBRARY
|
| 927 |
+
CUDA_nppim_LIBRARY-ADVANCED:INTERNAL=1
|
| 928 |
+
//ADVANCED property for variable: CUDA_nppist_LIBRARY
|
| 929 |
+
CUDA_nppist_LIBRARY-ADVANCED:INTERNAL=1
|
| 930 |
+
//ADVANCED property for variable: CUDA_nppisu_LIBRARY
|
| 931 |
+
CUDA_nppisu_LIBRARY-ADVANCED:INTERNAL=1
|
| 932 |
+
//ADVANCED property for variable: CUDA_nppitc_LIBRARY
|
| 933 |
+
CUDA_nppitc_LIBRARY-ADVANCED:INTERNAL=1
|
| 934 |
+
//ADVANCED property for variable: CUDA_npps_LIBRARY
|
| 935 |
+
CUDA_npps_LIBRARY-ADVANCED:INTERNAL=1
|
| 936 |
+
//ADVANCED property for variable: CUDA_nvToolsExt_LIBRARY
|
| 937 |
+
CUDA_nvToolsExt_LIBRARY-ADVANCED:INTERNAL=1
|
| 938 |
+
//Location of parse_cubin.cmake
|
| 939 |
+
CUDA_parse_cubin:INTERNAL=/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/FindCUDA/parse_cubin.cmake
|
| 940 |
+
//Location of run_nvcc.cmake
|
| 941 |
+
CUDA_run_nvcc:INTERNAL=/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/FindCUDA/run_nvcc.cmake
|
| 942 |
+
//ADVANCED property for variable: CXSparse_INCLUDE_DIR
|
| 943 |
+
CXSparse_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 944 |
+
//ADVANCED property for variable: CXSparse_LIBRARY
|
| 945 |
+
CXSparse_LIBRARY-ADVANCED:INTERNAL=1
|
| 946 |
+
//Details about finding CXSparse
|
| 947 |
+
FIND_PACKAGE_MESSAGE_DETAILS_CXSparse:INTERNAL=[/usr/include/suitesparse][/usr/lib/x86_64-linux-gnu/libcxsparse.so][v3.2.0()]
|
| 948 |
+
//Details about finding Glog
|
| 949 |
+
FIND_PACKAGE_MESSAGE_DETAILS_Glog:INTERNAL=[/usr/include][/usr/lib/x86_64-linux-gnu/libglog.so][v()]
|
| 950 |
+
//Details about finding METIS
|
| 951 |
+
FIND_PACKAGE_MESSAGE_DETAILS_METIS:INTERNAL=[/usr/include][debug;/usr/lib/x86_64-linux-gnu/libmetis.so;optimized;/usr/lib/x86_64-linux-gnu/libmetis.so][v5.1.0()]
|
| 952 |
+
//Details about finding SuiteSparse
|
| 953 |
+
FIND_PACKAGE_MESSAGE_DETAILS_SuiteSparse:INTERNAL=[/usr/include/suitesparse][/usr/lib/x86_64-linux-gnu/libcholmod.so][/usr/include/suitesparse][/usr/lib/x86_64-linux-gnu/libspqr.so][/usr/include/suitesparse][/usr/lib/x86_64-linux-gnu/libsuitesparseconfig.so][/usr/include/suitesparse][/usr/lib/x86_64-linux-gnu/libamd.so][/usr/include/suitesparse][/usr/lib/x86_64-linux-gnu/libcamd.so][/usr/include/suitesparse][/usr/lib/x86_64-linux-gnu/libccolamd.so][/usr/include/suitesparse][/usr/lib/x86_64-linux-gnu/libcolamd.so][cfound components: CHOLMOD SPQR Config AMD CAMD CCOLAMD COLAMD ][v5.7.1(4.0)]
|
| 954 |
+
//Details about finding Threads
|
| 955 |
+
FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
|
| 956 |
+
//ADVANCED property for variable: GLOG_INCLUDE_DIR
|
| 957 |
+
GLOG_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 958 |
+
//ADVANCED property for variable: GLOG_LIBRARY
|
| 959 |
+
GLOG_LIBRARY-ADVANCED:INTERNAL=1
|
| 960 |
+
//Test HAVE_BIGOBJ
|
| 961 |
+
HAVE_BIGOBJ:INTERNAL=
|
| 962 |
+
//Have library m
|
| 963 |
+
HAVE_LIBM:INTERNAL=1
|
| 964 |
+
//Have library rt
|
| 965 |
+
HAVE_LIBRT:INTERNAL=1
|
| 966 |
+
//Have function cheev_
|
| 967 |
+
LAPACK_WORKS:INTERNAL=1
|
| 968 |
+
//ADVANCED property for variable: METIS_INCLUDE_DIR
|
| 969 |
+
METIS_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 970 |
+
//ADVANCED property for variable: METIS_LIBRARY
|
| 971 |
+
METIS_LIBRARY-ADVANCED:INTERNAL=1
|
| 972 |
+
//ADVANCED property for variable: METIS_LIBRARY_DEBUG
|
| 973 |
+
METIS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
|
| 974 |
+
//ADVANCED property for variable: METIS_LIBRARY_RELEASE
|
| 975 |
+
METIS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
|
| 976 |
+
//Result of TRY_COMPILE
|
| 977 |
+
OpenMP_COMPILE_RESULT_CXX_fopenmp:INTERNAL=TRUE
|
| 978 |
+
//Result of TRY_COMPILE
|
| 979 |
+
OpenMP_COMPILE_RESULT_C_fopenmp:INTERNAL=TRUE
|
| 980 |
+
//ADVANCED property for variable: OpenMP_CXX_FLAGS
|
| 981 |
+
OpenMP_CXX_FLAGS-ADVANCED:INTERNAL=1
|
| 982 |
+
//ADVANCED property for variable: OpenMP_CXX_LIB_NAMES
|
| 983 |
+
OpenMP_CXX_LIB_NAMES-ADVANCED:INTERNAL=1
|
| 984 |
+
//CXX compiler's OpenMP specification date
|
| 985 |
+
OpenMP_CXX_SPEC_DATE:INTERNAL=201511
|
| 986 |
+
//ADVANCED property for variable: OpenMP_C_FLAGS
|
| 987 |
+
OpenMP_C_FLAGS-ADVANCED:INTERNAL=1
|
| 988 |
+
//ADVANCED property for variable: OpenMP_C_LIB_NAMES
|
| 989 |
+
OpenMP_C_LIB_NAMES-ADVANCED:INTERNAL=1
|
| 990 |
+
//C compiler's OpenMP specification date
|
| 991 |
+
OpenMP_C_SPEC_DATE:INTERNAL=201511
|
| 992 |
+
//Result of TRY_COMPILE
|
| 993 |
+
OpenMP_SPECTEST_CXX_:INTERNAL=TRUE
|
| 994 |
+
//Result of TRY_COMPILE
|
| 995 |
+
OpenMP_SPECTEST_C_:INTERNAL=TRUE
|
| 996 |
+
//ADVANCED property for variable: OpenMP_gomp_LIBRARY
|
| 997 |
+
OpenMP_gomp_LIBRARY-ADVANCED:INTERNAL=1
|
| 998 |
+
//ADVANCED property for variable: OpenMP_pthread_LIBRARY
|
| 999 |
+
OpenMP_pthread_LIBRARY-ADVANCED:INTERNAL=1
|
| 1000 |
+
//ADVANCED property for variable: SuiteSparse_AMD_INCLUDE_DIR
|
| 1001 |
+
SuiteSparse_AMD_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 1002 |
+
//ADVANCED property for variable: SuiteSparse_AMD_LIBRARY
|
| 1003 |
+
SuiteSparse_AMD_LIBRARY-ADVANCED:INTERNAL=1
|
| 1004 |
+
//ADVANCED property for variable: SuiteSparse_CAMD_INCLUDE_DIR
|
| 1005 |
+
SuiteSparse_CAMD_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 1006 |
+
//ADVANCED property for variable: SuiteSparse_CAMD_LIBRARY
|
| 1007 |
+
SuiteSparse_CAMD_LIBRARY-ADVANCED:INTERNAL=1
|
| 1008 |
+
//ADVANCED property for variable: SuiteSparse_CCOLAMD_INCLUDE_DIR
|
| 1009 |
+
SuiteSparse_CCOLAMD_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 1010 |
+
//ADVANCED property for variable: SuiteSparse_CCOLAMD_LIBRARY
|
| 1011 |
+
SuiteSparse_CCOLAMD_LIBRARY-ADVANCED:INTERNAL=1
|
| 1012 |
+
//ADVANCED property for variable: SuiteSparse_CHOLMOD_INCLUDE_DIR
|
| 1013 |
+
SuiteSparse_CHOLMOD_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 1014 |
+
//ADVANCED property for variable: SuiteSparse_CHOLMOD_LIBRARY
|
| 1015 |
+
SuiteSparse_CHOLMOD_LIBRARY-ADVANCED:INTERNAL=1
|
| 1016 |
+
//ADVANCED property for variable: SuiteSparse_COLAMD_INCLUDE_DIR
|
| 1017 |
+
SuiteSparse_COLAMD_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 1018 |
+
//ADVANCED property for variable: SuiteSparse_COLAMD_LIBRARY
|
| 1019 |
+
SuiteSparse_COLAMD_LIBRARY-ADVANCED:INTERNAL=1
|
| 1020 |
+
//ADVANCED property for variable: SuiteSparse_Config_INCLUDE_DIR
|
| 1021 |
+
SuiteSparse_Config_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 1022 |
+
//ADVANCED property for variable: SuiteSparse_Config_LIBRARY
|
| 1023 |
+
SuiteSparse_Config_LIBRARY-ADVANCED:INTERNAL=1
|
| 1024 |
+
//ADVANCED property for variable: SuiteSparse_SPQR_INCLUDE_DIR
|
| 1025 |
+
SuiteSparse_SPQR_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 1026 |
+
//ADVANCED property for variable: SuiteSparse_SPQR_LIBRARY
|
| 1027 |
+
SuiteSparse_SPQR_LIBRARY-ADVANCED:INTERNAL=1
|
| 1028 |
+
//ADVANCED property for variable: TBB_INCLUDE_DIR
|
| 1029 |
+
TBB_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 1030 |
+
//ADVANCED property for variable: TBB_LIBRARY_DEBUG
|
| 1031 |
+
TBB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
|
| 1032 |
+
//ADVANCED property for variable: TBB_LIBRARY_RELEASE
|
| 1033 |
+
TBB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
|
| 1034 |
+
//ADVANCED property for variable: TBB_MALLOC_INCLUDE_DIR
|
| 1035 |
+
TBB_MALLOC_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 1036 |
+
//ADVANCED property for variable: TBB_MALLOC_LIBRARY_DEBUG
|
| 1037 |
+
TBB_MALLOC_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
|
| 1038 |
+
//ADVANCED property for variable: TBB_MALLOC_LIBRARY_RELEASE
|
| 1039 |
+
TBB_MALLOC_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
|
| 1040 |
+
//ADVANCED property for variable: TBB_MALLOC_PROXY_INCLUDE_DIR
|
| 1041 |
+
TBB_MALLOC_PROXY_INCLUDE_DIR-ADVANCED:INTERNAL=1
|
| 1042 |
+
//ADVANCED property for variable: TBB_MALLOC_PROXY_LIBRARY_DEBUG
|
| 1043 |
+
TBB_MALLOC_PROXY_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
|
| 1044 |
+
//ADVANCED property for variable: TBB_MALLOC_PROXY_LIBRARY_RELEASE
|
| 1045 |
+
TBB_MALLOC_PROXY_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
|
| 1046 |
+
//linker supports push/pop state
|
| 1047 |
+
_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE
|
| 1048 |
+
//CMAKE_INSTALL_PREFIX during last run
|
| 1049 |
+
_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local
|
| 1050 |
+
//ADVANCED property for variable: benchmark_DIR
|
| 1051 |
+
benchmark_DIR-ADVANCED:INTERNAL=1
|
| 1052 |
+
//ADVANCED property for variable: glog_DIR
|
| 1053 |
+
glog_DIR-ADVANCED:INTERNAL=1
|
| 1054 |
+
|
ceres/CMakeFiles/3.25.2/CMakeCCompiler.cmake
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
set(CMAKE_C_COMPILER "/usr/bin/cc")
|
| 2 |
+
set(CMAKE_C_COMPILER_ARG1 "")
|
| 3 |
+
set(CMAKE_C_COMPILER_ID "GNU")
|
| 4 |
+
set(CMAKE_C_COMPILER_VERSION "9.4.0")
|
| 5 |
+
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
| 6 |
+
set(CMAKE_C_COMPILER_WRAPPER "")
|
| 7 |
+
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17")
|
| 8 |
+
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
| 9 |
+
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
|
| 10 |
+
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
|
| 11 |
+
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
|
| 12 |
+
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
|
| 13 |
+
set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
|
| 14 |
+
set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
|
| 15 |
+
|
| 16 |
+
set(CMAKE_C_PLATFORM_ID "Linux")
|
| 17 |
+
set(CMAKE_C_SIMULATE_ID "")
|
| 18 |
+
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
|
| 19 |
+
set(CMAKE_C_SIMULATE_VERSION "")
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
set(CMAKE_AR "/usr/bin/ar")
|
| 25 |
+
set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-9")
|
| 26 |
+
set(CMAKE_RANLIB "/usr/bin/ranlib")
|
| 27 |
+
set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-9")
|
| 28 |
+
set(CMAKE_LINKER "/usr/bin/ld")
|
| 29 |
+
set(CMAKE_MT "")
|
| 30 |
+
set(CMAKE_COMPILER_IS_GNUCC 1)
|
| 31 |
+
set(CMAKE_C_COMPILER_LOADED 1)
|
| 32 |
+
set(CMAKE_C_COMPILER_WORKS TRUE)
|
| 33 |
+
set(CMAKE_C_ABI_COMPILED TRUE)
|
| 34 |
+
|
| 35 |
+
set(CMAKE_C_COMPILER_ENV_VAR "CC")
|
| 36 |
+
|
| 37 |
+
set(CMAKE_C_COMPILER_ID_RUN 1)
|
| 38 |
+
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
|
| 39 |
+
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
| 40 |
+
set(CMAKE_C_LINKER_PREFERENCE 10)
|
| 41 |
+
|
| 42 |
+
# Save compiler ABI information.
|
| 43 |
+
set(CMAKE_C_SIZEOF_DATA_PTR "8")
|
| 44 |
+
set(CMAKE_C_COMPILER_ABI "ELF")
|
| 45 |
+
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
|
| 46 |
+
set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
| 47 |
+
|
| 48 |
+
if(CMAKE_C_SIZEOF_DATA_PTR)
|
| 49 |
+
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
|
| 50 |
+
endif()
|
| 51 |
+
|
| 52 |
+
if(CMAKE_C_COMPILER_ABI)
|
| 53 |
+
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
|
| 54 |
+
endif()
|
| 55 |
+
|
| 56 |
+
if(CMAKE_C_LIBRARY_ARCHITECTURE)
|
| 57 |
+
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
| 58 |
+
endif()
|
| 59 |
+
|
| 60 |
+
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
|
| 61 |
+
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
|
| 62 |
+
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
|
| 63 |
+
endif()
|
| 64 |
+
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
|
| 70 |
+
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
|
| 71 |
+
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib;/usr/local/cuda/lib64/stubs")
|
| 72 |
+
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
ceres/CMakeFiles/3.25.2/CMakeCXXCompiler.cmake
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
set(CMAKE_CXX_COMPILER "/usr/bin/c++")
|
| 2 |
+
set(CMAKE_CXX_COMPILER_ARG1 "")
|
| 3 |
+
set(CMAKE_CXX_COMPILER_ID "GNU")
|
| 4 |
+
set(CMAKE_CXX_COMPILER_VERSION "9.4.0")
|
| 5 |
+
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
| 6 |
+
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
| 7 |
+
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "14")
|
| 8 |
+
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
|
| 9 |
+
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20")
|
| 10 |
+
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
|
| 11 |
+
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
|
| 12 |
+
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
|
| 13 |
+
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
|
| 14 |
+
set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
|
| 15 |
+
set(CMAKE_CXX23_COMPILE_FEATURES "")
|
| 16 |
+
|
| 17 |
+
set(CMAKE_CXX_PLATFORM_ID "Linux")
|
| 18 |
+
set(CMAKE_CXX_SIMULATE_ID "")
|
| 19 |
+
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "")
|
| 20 |
+
set(CMAKE_CXX_SIMULATE_VERSION "")
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
set(CMAKE_AR "/usr/bin/ar")
|
| 26 |
+
set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-9")
|
| 27 |
+
set(CMAKE_RANLIB "/usr/bin/ranlib")
|
| 28 |
+
set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-9")
|
| 29 |
+
set(CMAKE_LINKER "/usr/bin/ld")
|
| 30 |
+
set(CMAKE_MT "")
|
| 31 |
+
set(CMAKE_COMPILER_IS_GNUCXX 1)
|
| 32 |
+
set(CMAKE_CXX_COMPILER_LOADED 1)
|
| 33 |
+
set(CMAKE_CXX_COMPILER_WORKS TRUE)
|
| 34 |
+
set(CMAKE_CXX_ABI_COMPILED TRUE)
|
| 35 |
+
|
| 36 |
+
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
|
| 37 |
+
|
| 38 |
+
set(CMAKE_CXX_COMPILER_ID_RUN 1)
|
| 39 |
+
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm)
|
| 40 |
+
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
|
| 41 |
+
|
| 42 |
+
foreach (lang C OBJC OBJCXX)
|
| 43 |
+
if (CMAKE_${lang}_COMPILER_ID_RUN)
|
| 44 |
+
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
|
| 45 |
+
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
|
| 46 |
+
endforeach()
|
| 47 |
+
endif()
|
| 48 |
+
endforeach()
|
| 49 |
+
|
| 50 |
+
set(CMAKE_CXX_LINKER_PREFERENCE 30)
|
| 51 |
+
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
|
| 52 |
+
|
| 53 |
+
# Save compiler ABI information.
|
| 54 |
+
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
|
| 55 |
+
set(CMAKE_CXX_COMPILER_ABI "ELF")
|
| 56 |
+
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
|
| 57 |
+
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
| 58 |
+
|
| 59 |
+
if(CMAKE_CXX_SIZEOF_DATA_PTR)
|
| 60 |
+
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
|
| 61 |
+
endif()
|
| 62 |
+
|
| 63 |
+
if(CMAKE_CXX_COMPILER_ABI)
|
| 64 |
+
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
|
| 65 |
+
endif()
|
| 66 |
+
|
| 67 |
+
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
|
| 68 |
+
set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu")
|
| 69 |
+
endif()
|
| 70 |
+
|
| 71 |
+
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
|
| 72 |
+
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
|
| 73 |
+
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
|
| 74 |
+
endif()
|
| 75 |
+
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/9;/usr/include/x86_64-linux-gnu/c++/9;/usr/include/c++/9/backward;/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include")
|
| 81 |
+
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
|
| 82 |
+
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib;/usr/local/cuda/lib64/stubs")
|
| 83 |
+
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
|
ceres/CMakeFiles/3.25.2/CMakeDetermineCompilerABI_C.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94c15efcc624fdc2a3845a0133f01ddfb20ca22af15a074f1caec36446db2153
|
| 3 |
+
size 16656
|
ceres/CMakeFiles/3.25.2/CMakeDetermineCompilerABI_CXX.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bb49a6e3b472247bd27ffc68cd0d224f3289a274d06718131a95b0d05cf81dd
|
| 3 |
+
size 16680
|
ceres/CMakeFiles/3.25.2/CMakeSystem.cmake
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
set(CMAKE_HOST_SYSTEM "Linux-5.10.147+")
|
| 2 |
+
set(CMAKE_HOST_SYSTEM_NAME "Linux")
|
| 3 |
+
set(CMAKE_HOST_SYSTEM_VERSION "5.10.147+")
|
| 4 |
+
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
|
| 8 |
+
set(CMAKE_SYSTEM "Linux-5.10.147+")
|
| 9 |
+
set(CMAKE_SYSTEM_NAME "Linux")
|
| 10 |
+
set(CMAKE_SYSTEM_VERSION "5.10.147+")
|
| 11 |
+
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
|
| 12 |
+
|
| 13 |
+
set(CMAKE_CROSSCOMPILING "FALSE")
|
| 14 |
+
|
| 15 |
+
set(CMAKE_SYSTEM_LOADED 1)
|
ceres/CMakeFiles/3.25.2/CompilerIdC/CMakeCCompilerId.c
ADDED
|
@@ -0,0 +1,868 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#ifdef __cplusplus
|
| 2 |
+
# error "A C++ compiler has been selected for C."
|
| 3 |
+
#endif
|
| 4 |
+
|
| 5 |
+
#if defined(__18CXX)
|
| 6 |
+
# define ID_VOID_MAIN
|
| 7 |
+
#endif
|
| 8 |
+
#if defined(__CLASSIC_C__)
|
| 9 |
+
/* cv-qualifiers did not exist in K&R C */
|
| 10 |
+
# define const
|
| 11 |
+
# define volatile
|
| 12 |
+
#endif
|
| 13 |
+
|
| 14 |
+
#if !defined(__has_include)
|
| 15 |
+
/* If the compiler does not have __has_include, pretend the answer is
|
| 16 |
+
always no. */
|
| 17 |
+
# define __has_include(x) 0
|
| 18 |
+
#endif
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
/* Version number components: V=Version, R=Revision, P=Patch
|
| 22 |
+
Version date components: YYYY=Year, MM=Month, DD=Day */
|
| 23 |
+
|
| 24 |
+
#if defined(__INTEL_COMPILER) || defined(__ICC)
|
| 25 |
+
# define COMPILER_ID "Intel"
|
| 26 |
+
# if defined(_MSC_VER)
|
| 27 |
+
# define SIMULATE_ID "MSVC"
|
| 28 |
+
# endif
|
| 29 |
+
# if defined(__GNUC__)
|
| 30 |
+
# define SIMULATE_ID "GNU"
|
| 31 |
+
# endif
|
| 32 |
+
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
| 33 |
+
except that a few beta releases use the old format with V=2021. */
|
| 34 |
+
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
| 35 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
| 36 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
| 37 |
+
# if defined(__INTEL_COMPILER_UPDATE)
|
| 38 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
| 39 |
+
# else
|
| 40 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
| 41 |
+
# endif
|
| 42 |
+
# else
|
| 43 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
| 44 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
| 45 |
+
/* The third version component from --version is an update index,
|
| 46 |
+
but no macro is provided for it. */
|
| 47 |
+
# define COMPILER_VERSION_PATCH DEC(0)
|
| 48 |
+
# endif
|
| 49 |
+
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
| 50 |
+
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
| 51 |
+
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
| 52 |
+
# endif
|
| 53 |
+
# if defined(_MSC_VER)
|
| 54 |
+
/* _MSC_VER = VVRR */
|
| 55 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 56 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 57 |
+
# endif
|
| 58 |
+
# if defined(__GNUC__)
|
| 59 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 60 |
+
# elif defined(__GNUG__)
|
| 61 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
| 62 |
+
# endif
|
| 63 |
+
# if defined(__GNUC_MINOR__)
|
| 64 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 65 |
+
# endif
|
| 66 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 67 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 68 |
+
# endif
|
| 69 |
+
|
| 70 |
+
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
| 71 |
+
# define COMPILER_ID "IntelLLVM"
|
| 72 |
+
#if defined(_MSC_VER)
|
| 73 |
+
# define SIMULATE_ID "MSVC"
|
| 74 |
+
#endif
|
| 75 |
+
#if defined(__GNUC__)
|
| 76 |
+
# define SIMULATE_ID "GNU"
|
| 77 |
+
#endif
|
| 78 |
+
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
| 79 |
+
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
| 80 |
+
* VVVV is no smaller than the current year when a version is released.
|
| 81 |
+
*/
|
| 82 |
+
#if __INTEL_LLVM_COMPILER < 1000000L
|
| 83 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
| 84 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
| 85 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
| 86 |
+
#else
|
| 87 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
| 88 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
| 89 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
| 90 |
+
#endif
|
| 91 |
+
#if defined(_MSC_VER)
|
| 92 |
+
/* _MSC_VER = VVRR */
|
| 93 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 94 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 95 |
+
#endif
|
| 96 |
+
#if defined(__GNUC__)
|
| 97 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 98 |
+
#elif defined(__GNUG__)
|
| 99 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
| 100 |
+
#endif
|
| 101 |
+
#if defined(__GNUC_MINOR__)
|
| 102 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 103 |
+
#endif
|
| 104 |
+
#if defined(__GNUC_PATCHLEVEL__)
|
| 105 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 106 |
+
#endif
|
| 107 |
+
|
| 108 |
+
#elif defined(__PATHCC__)
|
| 109 |
+
# define COMPILER_ID "PathScale"
|
| 110 |
+
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
| 111 |
+
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
| 112 |
+
# if defined(__PATHCC_PATCHLEVEL__)
|
| 113 |
+
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
| 114 |
+
# endif
|
| 115 |
+
|
| 116 |
+
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
| 117 |
+
# define COMPILER_ID "Embarcadero"
|
| 118 |
+
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
| 119 |
+
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
| 120 |
+
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
| 121 |
+
|
| 122 |
+
#elif defined(__BORLANDC__)
|
| 123 |
+
# define COMPILER_ID "Borland"
|
| 124 |
+
/* __BORLANDC__ = 0xVRR */
|
| 125 |
+
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
| 126 |
+
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
| 127 |
+
|
| 128 |
+
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
| 129 |
+
# define COMPILER_ID "Watcom"
|
| 130 |
+
/* __WATCOMC__ = VVRR */
|
| 131 |
+
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
| 132 |
+
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
| 133 |
+
# if (__WATCOMC__ % 10) > 0
|
| 134 |
+
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
| 135 |
+
# endif
|
| 136 |
+
|
| 137 |
+
#elif defined(__WATCOMC__)
|
| 138 |
+
# define COMPILER_ID "OpenWatcom"
|
| 139 |
+
/* __WATCOMC__ = VVRP + 1100 */
|
| 140 |
+
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
| 141 |
+
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
| 142 |
+
# if (__WATCOMC__ % 10) > 0
|
| 143 |
+
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
| 144 |
+
# endif
|
| 145 |
+
|
| 146 |
+
#elif defined(__SUNPRO_C)
|
| 147 |
+
# define COMPILER_ID "SunPro"
|
| 148 |
+
# if __SUNPRO_C >= 0x5100
|
| 149 |
+
/* __SUNPRO_C = 0xVRRP */
|
| 150 |
+
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
|
| 151 |
+
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
|
| 152 |
+
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
| 153 |
+
# else
|
| 154 |
+
/* __SUNPRO_CC = 0xVRP */
|
| 155 |
+
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
|
| 156 |
+
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
|
| 157 |
+
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
|
| 158 |
+
# endif
|
| 159 |
+
|
| 160 |
+
#elif defined(__HP_cc)
|
| 161 |
+
# define COMPILER_ID "HP"
|
| 162 |
+
/* __HP_cc = VVRRPP */
|
| 163 |
+
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
|
| 164 |
+
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
|
| 165 |
+
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
|
| 166 |
+
|
| 167 |
+
#elif defined(__DECC)
|
| 168 |
+
# define COMPILER_ID "Compaq"
|
| 169 |
+
/* __DECC_VER = VVRRTPPPP */
|
| 170 |
+
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
|
| 171 |
+
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
|
| 172 |
+
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
|
| 173 |
+
|
| 174 |
+
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
|
| 175 |
+
# define COMPILER_ID "zOS"
|
| 176 |
+
/* __IBMC__ = VRP */
|
| 177 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
| 178 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
| 179 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
| 180 |
+
|
| 181 |
+
#elif defined(__open_xl__) && defined(__clang__)
|
| 182 |
+
# define COMPILER_ID "IBMClang"
|
| 183 |
+
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
| 184 |
+
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
| 185 |
+
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
| 186 |
+
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
| 187 |
+
|
| 188 |
+
|
| 189 |
+
#elif defined(__ibmxl__) && defined(__clang__)
|
| 190 |
+
# define COMPILER_ID "XLClang"
|
| 191 |
+
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
| 192 |
+
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
| 193 |
+
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
| 194 |
+
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
| 195 |
+
|
| 196 |
+
|
| 197 |
+
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
|
| 198 |
+
# define COMPILER_ID "XL"
|
| 199 |
+
/* __IBMC__ = VRP */
|
| 200 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
| 201 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
| 202 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
| 203 |
+
|
| 204 |
+
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
|
| 205 |
+
# define COMPILER_ID "VisualAge"
|
| 206 |
+
/* __IBMC__ = VRP */
|
| 207 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
|
| 208 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
|
| 209 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
|
| 210 |
+
|
| 211 |
+
#elif defined(__NVCOMPILER)
|
| 212 |
+
# define COMPILER_ID "NVHPC"
|
| 213 |
+
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
| 214 |
+
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
| 215 |
+
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
| 216 |
+
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
| 217 |
+
# endif
|
| 218 |
+
|
| 219 |
+
#elif defined(__PGI)
|
| 220 |
+
# define COMPILER_ID "PGI"
|
| 221 |
+
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
| 222 |
+
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
| 223 |
+
# if defined(__PGIC_PATCHLEVEL__)
|
| 224 |
+
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
| 225 |
+
# endif
|
| 226 |
+
|
| 227 |
+
#elif defined(_CRAYC)
|
| 228 |
+
# define COMPILER_ID "Cray"
|
| 229 |
+
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
| 230 |
+
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
| 231 |
+
|
| 232 |
+
#elif defined(__TI_COMPILER_VERSION__)
|
| 233 |
+
# define COMPILER_ID "TI"
|
| 234 |
+
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
| 235 |
+
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
| 236 |
+
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
| 237 |
+
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
| 238 |
+
|
| 239 |
+
#elif defined(__CLANG_FUJITSU)
|
| 240 |
+
# define COMPILER_ID "FujitsuClang"
|
| 241 |
+
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
| 242 |
+
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
| 243 |
+
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
| 244 |
+
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
| 245 |
+
|
| 246 |
+
|
| 247 |
+
#elif defined(__FUJITSU)
|
| 248 |
+
# define COMPILER_ID "Fujitsu"
|
| 249 |
+
# if defined(__FCC_version__)
|
| 250 |
+
# define COMPILER_VERSION __FCC_version__
|
| 251 |
+
# elif defined(__FCC_major__)
|
| 252 |
+
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
| 253 |
+
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
| 254 |
+
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
| 255 |
+
# endif
|
| 256 |
+
# if defined(__fcc_version)
|
| 257 |
+
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
| 258 |
+
# elif defined(__FCC_VERSION)
|
| 259 |
+
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
| 260 |
+
# endif
|
| 261 |
+
|
| 262 |
+
|
| 263 |
+
#elif defined(__ghs__)
|
| 264 |
+
# define COMPILER_ID "GHS"
|
| 265 |
+
/* __GHS_VERSION_NUMBER = VVVVRP */
|
| 266 |
+
# ifdef __GHS_VERSION_NUMBER
|
| 267 |
+
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
| 268 |
+
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
| 269 |
+
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
| 270 |
+
# endif
|
| 271 |
+
|
| 272 |
+
#elif defined(__TASKING__)
|
| 273 |
+
# define COMPILER_ID "Tasking"
|
| 274 |
+
# define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
|
| 275 |
+
# define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
|
| 276 |
+
# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
|
| 277 |
+
|
| 278 |
+
#elif defined(__TINYC__)
|
| 279 |
+
# define COMPILER_ID "TinyCC"
|
| 280 |
+
|
| 281 |
+
#elif defined(__BCC__)
|
| 282 |
+
# define COMPILER_ID "Bruce"
|
| 283 |
+
|
| 284 |
+
#elif defined(__SCO_VERSION__)
|
| 285 |
+
# define COMPILER_ID "SCO"
|
| 286 |
+
|
| 287 |
+
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
| 288 |
+
# define COMPILER_ID "ARMCC"
|
| 289 |
+
#if __ARMCC_VERSION >= 1000000
|
| 290 |
+
/* __ARMCC_VERSION = VRRPPPP */
|
| 291 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
| 292 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
| 293 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
| 294 |
+
#else
|
| 295 |
+
/* __ARMCC_VERSION = VRPPPP */
|
| 296 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
| 297 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
| 298 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
| 299 |
+
#endif
|
| 300 |
+
|
| 301 |
+
|
| 302 |
+
#elif defined(__clang__) && defined(__apple_build_version__)
|
| 303 |
+
# define COMPILER_ID "AppleClang"
|
| 304 |
+
# if defined(_MSC_VER)
|
| 305 |
+
# define SIMULATE_ID "MSVC"
|
| 306 |
+
# endif
|
| 307 |
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
| 308 |
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
| 309 |
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
| 310 |
+
# if defined(_MSC_VER)
|
| 311 |
+
/* _MSC_VER = VVRR */
|
| 312 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 313 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 314 |
+
# endif
|
| 315 |
+
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
| 316 |
+
|
| 317 |
+
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
| 318 |
+
# define COMPILER_ID "ARMClang"
|
| 319 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
| 320 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
| 321 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
|
| 322 |
+
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
| 323 |
+
|
| 324 |
+
#elif defined(__clang__)
|
| 325 |
+
# define COMPILER_ID "Clang"
|
| 326 |
+
# if defined(_MSC_VER)
|
| 327 |
+
# define SIMULATE_ID "MSVC"
|
| 328 |
+
# endif
|
| 329 |
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
| 330 |
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
| 331 |
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
| 332 |
+
# if defined(_MSC_VER)
|
| 333 |
+
/* _MSC_VER = VVRR */
|
| 334 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 335 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 336 |
+
# endif
|
| 337 |
+
|
| 338 |
+
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
| 339 |
+
# define COMPILER_ID "LCC"
|
| 340 |
+
# define COMPILER_VERSION_MAJOR DEC(1)
|
| 341 |
+
# if defined(__LCC__)
|
| 342 |
+
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
|
| 343 |
+
# endif
|
| 344 |
+
# if defined(__LCC_MINOR__)
|
| 345 |
+
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
| 346 |
+
# endif
|
| 347 |
+
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
| 348 |
+
# define SIMULATE_ID "GNU"
|
| 349 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 350 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 351 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 352 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 353 |
+
# endif
|
| 354 |
+
# endif
|
| 355 |
+
|
| 356 |
+
#elif defined(__GNUC__)
|
| 357 |
+
# define COMPILER_ID "GNU"
|
| 358 |
+
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
| 359 |
+
# if defined(__GNUC_MINOR__)
|
| 360 |
+
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 361 |
+
# endif
|
| 362 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 363 |
+
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 364 |
+
# endif
|
| 365 |
+
|
| 366 |
+
#elif defined(_MSC_VER)
|
| 367 |
+
# define COMPILER_ID "MSVC"
|
| 368 |
+
/* _MSC_VER = VVRR */
|
| 369 |
+
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 370 |
+
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 371 |
+
# if defined(_MSC_FULL_VER)
|
| 372 |
+
# if _MSC_VER >= 1400
|
| 373 |
+
/* _MSC_FULL_VER = VVRRPPPPP */
|
| 374 |
+
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
| 375 |
+
# else
|
| 376 |
+
/* _MSC_FULL_VER = VVRRPPPP */
|
| 377 |
+
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
| 378 |
+
# endif
|
| 379 |
+
# endif
|
| 380 |
+
# if defined(_MSC_BUILD)
|
| 381 |
+
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
| 382 |
+
# endif
|
| 383 |
+
|
| 384 |
+
#elif defined(_ADI_COMPILER)
|
| 385 |
+
# define COMPILER_ID "ADSP"
|
| 386 |
+
#if defined(__VERSIONNUM__)
|
| 387 |
+
/* __VERSIONNUM__ = 0xVVRRPPTT */
|
| 388 |
+
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
|
| 389 |
+
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
|
| 390 |
+
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
|
| 391 |
+
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
|
| 392 |
+
#endif
|
| 393 |
+
|
| 394 |
+
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
| 395 |
+
# define COMPILER_ID "IAR"
|
| 396 |
+
# if defined(__VER__) && defined(__ICCARM__)
|
| 397 |
+
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
| 398 |
+
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
| 399 |
+
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
| 400 |
+
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
| 401 |
+
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
| 402 |
+
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
| 403 |
+
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
| 404 |
+
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
| 405 |
+
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
| 406 |
+
# endif
|
| 407 |
+
|
| 408 |
+
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
|
| 409 |
+
# define COMPILER_ID "SDCC"
|
| 410 |
+
# if defined(__SDCC_VERSION_MAJOR)
|
| 411 |
+
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
|
| 412 |
+
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
|
| 413 |
+
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
|
| 414 |
+
# else
|
| 415 |
+
/* SDCC = VRP */
|
| 416 |
+
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
|
| 417 |
+
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
|
| 418 |
+
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
|
| 419 |
+
# endif
|
| 420 |
+
|
| 421 |
+
|
| 422 |
+
/* These compilers are either not known or too old to define an
|
| 423 |
+
identification macro. Try to identify the platform and guess that
|
| 424 |
+
it is the native compiler. */
|
| 425 |
+
#elif defined(__hpux) || defined(__hpua)
|
| 426 |
+
# define COMPILER_ID "HP"
|
| 427 |
+
|
| 428 |
+
#else /* unknown compiler */
|
| 429 |
+
# define COMPILER_ID ""
|
| 430 |
+
#endif
|
| 431 |
+
|
| 432 |
+
/* Construct the string literal in pieces to prevent the source from
|
| 433 |
+
getting matched. Store it in a pointer rather than an array
|
| 434 |
+
because some compilers will just produce instructions to fill the
|
| 435 |
+
array rather than assigning a pointer to a static array. */
|
| 436 |
+
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
| 437 |
+
#ifdef SIMULATE_ID
|
| 438 |
+
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
| 439 |
+
#endif
|
| 440 |
+
|
| 441 |
+
#ifdef __QNXNTO__
|
| 442 |
+
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
| 443 |
+
#endif
|
| 444 |
+
|
| 445 |
+
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
| 446 |
+
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
| 447 |
+
#endif
|
| 448 |
+
|
| 449 |
+
#define STRINGIFY_HELPER(X) #X
|
| 450 |
+
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
| 451 |
+
|
| 452 |
+
/* Identify known platforms by name. */
|
| 453 |
+
#if defined(__linux) || defined(__linux__) || defined(linux)
|
| 454 |
+
# define PLATFORM_ID "Linux"
|
| 455 |
+
|
| 456 |
+
#elif defined(__MSYS__)
|
| 457 |
+
# define PLATFORM_ID "MSYS"
|
| 458 |
+
|
| 459 |
+
#elif defined(__CYGWIN__)
|
| 460 |
+
# define PLATFORM_ID "Cygwin"
|
| 461 |
+
|
| 462 |
+
#elif defined(__MINGW32__)
|
| 463 |
+
# define PLATFORM_ID "MinGW"
|
| 464 |
+
|
| 465 |
+
#elif defined(__APPLE__)
|
| 466 |
+
# define PLATFORM_ID "Darwin"
|
| 467 |
+
|
| 468 |
+
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
| 469 |
+
# define PLATFORM_ID "Windows"
|
| 470 |
+
|
| 471 |
+
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
| 472 |
+
# define PLATFORM_ID "FreeBSD"
|
| 473 |
+
|
| 474 |
+
#elif defined(__NetBSD__) || defined(__NetBSD)
|
| 475 |
+
# define PLATFORM_ID "NetBSD"
|
| 476 |
+
|
| 477 |
+
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
| 478 |
+
# define PLATFORM_ID "OpenBSD"
|
| 479 |
+
|
| 480 |
+
#elif defined(__sun) || defined(sun)
|
| 481 |
+
# define PLATFORM_ID "SunOS"
|
| 482 |
+
|
| 483 |
+
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
| 484 |
+
# define PLATFORM_ID "AIX"
|
| 485 |
+
|
| 486 |
+
#elif defined(__hpux) || defined(__hpux__)
|
| 487 |
+
# define PLATFORM_ID "HP-UX"
|
| 488 |
+
|
| 489 |
+
#elif defined(__HAIKU__)
|
| 490 |
+
# define PLATFORM_ID "Haiku"
|
| 491 |
+
|
| 492 |
+
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
| 493 |
+
# define PLATFORM_ID "BeOS"
|
| 494 |
+
|
| 495 |
+
#elif defined(__QNX__) || defined(__QNXNTO__)
|
| 496 |
+
# define PLATFORM_ID "QNX"
|
| 497 |
+
|
| 498 |
+
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
| 499 |
+
# define PLATFORM_ID "Tru64"
|
| 500 |
+
|
| 501 |
+
#elif defined(__riscos) || defined(__riscos__)
|
| 502 |
+
# define PLATFORM_ID "RISCos"
|
| 503 |
+
|
| 504 |
+
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
| 505 |
+
# define PLATFORM_ID "SINIX"
|
| 506 |
+
|
| 507 |
+
#elif defined(__UNIX_SV__)
|
| 508 |
+
# define PLATFORM_ID "UNIX_SV"
|
| 509 |
+
|
| 510 |
+
#elif defined(__bsdos__)
|
| 511 |
+
# define PLATFORM_ID "BSDOS"
|
| 512 |
+
|
| 513 |
+
#elif defined(_MPRAS) || defined(MPRAS)
|
| 514 |
+
# define PLATFORM_ID "MP-RAS"
|
| 515 |
+
|
| 516 |
+
#elif defined(__osf) || defined(__osf__)
|
| 517 |
+
# define PLATFORM_ID "OSF1"
|
| 518 |
+
|
| 519 |
+
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
| 520 |
+
# define PLATFORM_ID "SCO_SV"
|
| 521 |
+
|
| 522 |
+
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
| 523 |
+
# define PLATFORM_ID "ULTRIX"
|
| 524 |
+
|
| 525 |
+
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
| 526 |
+
# define PLATFORM_ID "Xenix"
|
| 527 |
+
|
| 528 |
+
#elif defined(__WATCOMC__)
|
| 529 |
+
# if defined(__LINUX__)
|
| 530 |
+
# define PLATFORM_ID "Linux"
|
| 531 |
+
|
| 532 |
+
# elif defined(__DOS__)
|
| 533 |
+
# define PLATFORM_ID "DOS"
|
| 534 |
+
|
| 535 |
+
# elif defined(__OS2__)
|
| 536 |
+
# define PLATFORM_ID "OS2"
|
| 537 |
+
|
| 538 |
+
# elif defined(__WINDOWS__)
|
| 539 |
+
# define PLATFORM_ID "Windows3x"
|
| 540 |
+
|
| 541 |
+
# elif defined(__VXWORKS__)
|
| 542 |
+
# define PLATFORM_ID "VxWorks"
|
| 543 |
+
|
| 544 |
+
# else /* unknown platform */
|
| 545 |
+
# define PLATFORM_ID
|
| 546 |
+
# endif
|
| 547 |
+
|
| 548 |
+
#elif defined(__INTEGRITY)
|
| 549 |
+
# if defined(INT_178B)
|
| 550 |
+
# define PLATFORM_ID "Integrity178"
|
| 551 |
+
|
| 552 |
+
# else /* regular Integrity */
|
| 553 |
+
# define PLATFORM_ID "Integrity"
|
| 554 |
+
# endif
|
| 555 |
+
|
| 556 |
+
# elif defined(_ADI_COMPILER)
|
| 557 |
+
# define PLATFORM_ID "ADSP"
|
| 558 |
+
|
| 559 |
+
#else /* unknown platform */
|
| 560 |
+
# define PLATFORM_ID
|
| 561 |
+
|
| 562 |
+
#endif
|
| 563 |
+
|
| 564 |
+
/* For windows compilers MSVC and Intel we can determine
|
| 565 |
+
the architecture of the compiler being used. This is because
|
| 566 |
+
the compilers do not have flags that can change the architecture,
|
| 567 |
+
but rather depend on which compiler is being used
|
| 568 |
+
*/
|
| 569 |
+
#if defined(_WIN32) && defined(_MSC_VER)
|
| 570 |
+
# if defined(_M_IA64)
|
| 571 |
+
# define ARCHITECTURE_ID "IA64"
|
| 572 |
+
|
| 573 |
+
# elif defined(_M_ARM64EC)
|
| 574 |
+
# define ARCHITECTURE_ID "ARM64EC"
|
| 575 |
+
|
| 576 |
+
# elif defined(_M_X64) || defined(_M_AMD64)
|
| 577 |
+
# define ARCHITECTURE_ID "x64"
|
| 578 |
+
|
| 579 |
+
# elif defined(_M_IX86)
|
| 580 |
+
# define ARCHITECTURE_ID "X86"
|
| 581 |
+
|
| 582 |
+
# elif defined(_M_ARM64)
|
| 583 |
+
# define ARCHITECTURE_ID "ARM64"
|
| 584 |
+
|
| 585 |
+
# elif defined(_M_ARM)
|
| 586 |
+
# if _M_ARM == 4
|
| 587 |
+
# define ARCHITECTURE_ID "ARMV4I"
|
| 588 |
+
# elif _M_ARM == 5
|
| 589 |
+
# define ARCHITECTURE_ID "ARMV5I"
|
| 590 |
+
# else
|
| 591 |
+
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
| 592 |
+
# endif
|
| 593 |
+
|
| 594 |
+
# elif defined(_M_MIPS)
|
| 595 |
+
# define ARCHITECTURE_ID "MIPS"
|
| 596 |
+
|
| 597 |
+
# elif defined(_M_SH)
|
| 598 |
+
# define ARCHITECTURE_ID "SHx"
|
| 599 |
+
|
| 600 |
+
# else /* unknown architecture */
|
| 601 |
+
# define ARCHITECTURE_ID ""
|
| 602 |
+
# endif
|
| 603 |
+
|
| 604 |
+
#elif defined(__WATCOMC__)
|
| 605 |
+
# if defined(_M_I86)
|
| 606 |
+
# define ARCHITECTURE_ID "I86"
|
| 607 |
+
|
| 608 |
+
# elif defined(_M_IX86)
|
| 609 |
+
# define ARCHITECTURE_ID "X86"
|
| 610 |
+
|
| 611 |
+
# else /* unknown architecture */
|
| 612 |
+
# define ARCHITECTURE_ID ""
|
| 613 |
+
# endif
|
| 614 |
+
|
| 615 |
+
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
| 616 |
+
# if defined(__ICCARM__)
|
| 617 |
+
# define ARCHITECTURE_ID "ARM"
|
| 618 |
+
|
| 619 |
+
# elif defined(__ICCRX__)
|
| 620 |
+
# define ARCHITECTURE_ID "RX"
|
| 621 |
+
|
| 622 |
+
# elif defined(__ICCRH850__)
|
| 623 |
+
# define ARCHITECTURE_ID "RH850"
|
| 624 |
+
|
| 625 |
+
# elif defined(__ICCRL78__)
|
| 626 |
+
# define ARCHITECTURE_ID "RL78"
|
| 627 |
+
|
| 628 |
+
# elif defined(__ICCRISCV__)
|
| 629 |
+
# define ARCHITECTURE_ID "RISCV"
|
| 630 |
+
|
| 631 |
+
# elif defined(__ICCAVR__)
|
| 632 |
+
# define ARCHITECTURE_ID "AVR"
|
| 633 |
+
|
| 634 |
+
# elif defined(__ICC430__)
|
| 635 |
+
# define ARCHITECTURE_ID "MSP430"
|
| 636 |
+
|
| 637 |
+
# elif defined(__ICCV850__)
|
| 638 |
+
# define ARCHITECTURE_ID "V850"
|
| 639 |
+
|
| 640 |
+
# elif defined(__ICC8051__)
|
| 641 |
+
# define ARCHITECTURE_ID "8051"
|
| 642 |
+
|
| 643 |
+
# elif defined(__ICCSTM8__)
|
| 644 |
+
# define ARCHITECTURE_ID "STM8"
|
| 645 |
+
|
| 646 |
+
# else /* unknown architecture */
|
| 647 |
+
# define ARCHITECTURE_ID ""
|
| 648 |
+
# endif
|
| 649 |
+
|
| 650 |
+
#elif defined(__ghs__)
|
| 651 |
+
# if defined(__PPC64__)
|
| 652 |
+
# define ARCHITECTURE_ID "PPC64"
|
| 653 |
+
|
| 654 |
+
# elif defined(__ppc__)
|
| 655 |
+
# define ARCHITECTURE_ID "PPC"
|
| 656 |
+
|
| 657 |
+
# elif defined(__ARM__)
|
| 658 |
+
# define ARCHITECTURE_ID "ARM"
|
| 659 |
+
|
| 660 |
+
# elif defined(__x86_64__)
|
| 661 |
+
# define ARCHITECTURE_ID "x64"
|
| 662 |
+
|
| 663 |
+
# elif defined(__i386__)
|
| 664 |
+
# define ARCHITECTURE_ID "X86"
|
| 665 |
+
|
| 666 |
+
# else /* unknown architecture */
|
| 667 |
+
# define ARCHITECTURE_ID ""
|
| 668 |
+
# endif
|
| 669 |
+
|
| 670 |
+
#elif defined(__TI_COMPILER_VERSION__)
|
| 671 |
+
# if defined(__TI_ARM__)
|
| 672 |
+
# define ARCHITECTURE_ID "ARM"
|
| 673 |
+
|
| 674 |
+
# elif defined(__MSP430__)
|
| 675 |
+
# define ARCHITECTURE_ID "MSP430"
|
| 676 |
+
|
| 677 |
+
# elif defined(__TMS320C28XX__)
|
| 678 |
+
# define ARCHITECTURE_ID "TMS320C28x"
|
| 679 |
+
|
| 680 |
+
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
| 681 |
+
# define ARCHITECTURE_ID "TMS320C6x"
|
| 682 |
+
|
| 683 |
+
# else /* unknown architecture */
|
| 684 |
+
# define ARCHITECTURE_ID ""
|
| 685 |
+
# endif
|
| 686 |
+
|
| 687 |
+
# elif defined(__ADSPSHARC__)
|
| 688 |
+
# define ARCHITECTURE_ID "SHARC"
|
| 689 |
+
|
| 690 |
+
# elif defined(__ADSPBLACKFIN__)
|
| 691 |
+
# define ARCHITECTURE_ID "Blackfin"
|
| 692 |
+
|
| 693 |
+
#elif defined(__TASKING__)
|
| 694 |
+
|
| 695 |
+
# if defined(__CTC__) || defined(__CPTC__)
|
| 696 |
+
# define ARCHITECTURE_ID "TriCore"
|
| 697 |
+
|
| 698 |
+
# elif defined(__CMCS__)
|
| 699 |
+
# define ARCHITECTURE_ID "MCS"
|
| 700 |
+
|
| 701 |
+
# elif defined(__CARM__)
|
| 702 |
+
# define ARCHITECTURE_ID "ARM"
|
| 703 |
+
|
| 704 |
+
# elif defined(__CARC__)
|
| 705 |
+
# define ARCHITECTURE_ID "ARC"
|
| 706 |
+
|
| 707 |
+
# elif defined(__C51__)
|
| 708 |
+
# define ARCHITECTURE_ID "8051"
|
| 709 |
+
|
| 710 |
+
# elif defined(__CPCP__)
|
| 711 |
+
# define ARCHITECTURE_ID "PCP"
|
| 712 |
+
|
| 713 |
+
# else
|
| 714 |
+
# define ARCHITECTURE_ID ""
|
| 715 |
+
# endif
|
| 716 |
+
|
| 717 |
+
#else
|
| 718 |
+
# define ARCHITECTURE_ID
|
| 719 |
+
#endif
|
| 720 |
+
|
| 721 |
+
/* Convert integer to decimal digit literals. */
|
| 722 |
+
#define DEC(n) \
|
| 723 |
+
('0' + (((n) / 10000000)%10)), \
|
| 724 |
+
('0' + (((n) / 1000000)%10)), \
|
| 725 |
+
('0' + (((n) / 100000)%10)), \
|
| 726 |
+
('0' + (((n) / 10000)%10)), \
|
| 727 |
+
('0' + (((n) / 1000)%10)), \
|
| 728 |
+
('0' + (((n) / 100)%10)), \
|
| 729 |
+
('0' + (((n) / 10)%10)), \
|
| 730 |
+
('0' + ((n) % 10))
|
| 731 |
+
|
| 732 |
+
/* Convert integer to hex digit literals. */
|
| 733 |
+
#define HEX(n) \
|
| 734 |
+
('0' + ((n)>>28 & 0xF)), \
|
| 735 |
+
('0' + ((n)>>24 & 0xF)), \
|
| 736 |
+
('0' + ((n)>>20 & 0xF)), \
|
| 737 |
+
('0' + ((n)>>16 & 0xF)), \
|
| 738 |
+
('0' + ((n)>>12 & 0xF)), \
|
| 739 |
+
('0' + ((n)>>8 & 0xF)), \
|
| 740 |
+
('0' + ((n)>>4 & 0xF)), \
|
| 741 |
+
('0' + ((n) & 0xF))
|
| 742 |
+
|
| 743 |
+
/* Construct a string literal encoding the version number. */
|
| 744 |
+
#ifdef COMPILER_VERSION
|
| 745 |
+
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
| 746 |
+
|
| 747 |
+
/* Construct a string literal encoding the version number components. */
|
| 748 |
+
#elif defined(COMPILER_VERSION_MAJOR)
|
| 749 |
+
char const info_version[] = {
|
| 750 |
+
'I', 'N', 'F', 'O', ':',
|
| 751 |
+
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
| 752 |
+
COMPILER_VERSION_MAJOR,
|
| 753 |
+
# ifdef COMPILER_VERSION_MINOR
|
| 754 |
+
'.', COMPILER_VERSION_MINOR,
|
| 755 |
+
# ifdef COMPILER_VERSION_PATCH
|
| 756 |
+
'.', COMPILER_VERSION_PATCH,
|
| 757 |
+
# ifdef COMPILER_VERSION_TWEAK
|
| 758 |
+
'.', COMPILER_VERSION_TWEAK,
|
| 759 |
+
# endif
|
| 760 |
+
# endif
|
| 761 |
+
# endif
|
| 762 |
+
']','\0'};
|
| 763 |
+
#endif
|
| 764 |
+
|
| 765 |
+
/* Construct a string literal encoding the internal version number. */
|
| 766 |
+
#ifdef COMPILER_VERSION_INTERNAL
|
| 767 |
+
char const info_version_internal[] = {
|
| 768 |
+
'I', 'N', 'F', 'O', ':',
|
| 769 |
+
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
| 770 |
+
'i','n','t','e','r','n','a','l','[',
|
| 771 |
+
COMPILER_VERSION_INTERNAL,']','\0'};
|
| 772 |
+
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
| 773 |
+
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
| 774 |
+
#endif
|
| 775 |
+
|
| 776 |
+
/* Construct a string literal encoding the version number components. */
|
| 777 |
+
#ifdef SIMULATE_VERSION_MAJOR
|
| 778 |
+
char const info_simulate_version[] = {
|
| 779 |
+
'I', 'N', 'F', 'O', ':',
|
| 780 |
+
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
| 781 |
+
SIMULATE_VERSION_MAJOR,
|
| 782 |
+
# ifdef SIMULATE_VERSION_MINOR
|
| 783 |
+
'.', SIMULATE_VERSION_MINOR,
|
| 784 |
+
# ifdef SIMULATE_VERSION_PATCH
|
| 785 |
+
'.', SIMULATE_VERSION_PATCH,
|
| 786 |
+
# ifdef SIMULATE_VERSION_TWEAK
|
| 787 |
+
'.', SIMULATE_VERSION_TWEAK,
|
| 788 |
+
# endif
|
| 789 |
+
# endif
|
| 790 |
+
# endif
|
| 791 |
+
']','\0'};
|
| 792 |
+
#endif
|
| 793 |
+
|
| 794 |
+
/* Construct the string literal in pieces to prevent the source from
|
| 795 |
+
getting matched. Store it in a pointer rather than an array
|
| 796 |
+
because some compilers will just produce instructions to fill the
|
| 797 |
+
array rather than assigning a pointer to a static array. */
|
| 798 |
+
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
| 799 |
+
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
| 800 |
+
|
| 801 |
+
|
| 802 |
+
|
| 803 |
+
#if !defined(__STDC__) && !defined(__clang__)
|
| 804 |
+
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
|
| 805 |
+
# define C_VERSION "90"
|
| 806 |
+
# else
|
| 807 |
+
# define C_VERSION
|
| 808 |
+
# endif
|
| 809 |
+
#elif __STDC_VERSION__ > 201710L
|
| 810 |
+
# define C_VERSION "23"
|
| 811 |
+
#elif __STDC_VERSION__ >= 201710L
|
| 812 |
+
# define C_VERSION "17"
|
| 813 |
+
#elif __STDC_VERSION__ >= 201000L
|
| 814 |
+
# define C_VERSION "11"
|
| 815 |
+
#elif __STDC_VERSION__ >= 199901L
|
| 816 |
+
# define C_VERSION "99"
|
| 817 |
+
#else
|
| 818 |
+
# define C_VERSION "90"
|
| 819 |
+
#endif
|
| 820 |
+
const char* info_language_standard_default =
|
| 821 |
+
"INFO" ":" "standard_default[" C_VERSION "]";
|
| 822 |
+
|
| 823 |
+
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
| 824 |
+
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
| 825 |
+
defined(__TI_COMPILER_VERSION__)) && \
|
| 826 |
+
!defined(__STRICT_ANSI__)
|
| 827 |
+
"ON"
|
| 828 |
+
#else
|
| 829 |
+
"OFF"
|
| 830 |
+
#endif
|
| 831 |
+
"]";
|
| 832 |
+
|
| 833 |
+
/*--------------------------------------------------------------------------*/
|
| 834 |
+
|
| 835 |
+
#ifdef ID_VOID_MAIN
|
| 836 |
+
void main() {}
|
| 837 |
+
#else
|
| 838 |
+
# if defined(__CLASSIC_C__)
|
| 839 |
+
int main(argc, argv) int argc; char *argv[];
|
| 840 |
+
# else
|
| 841 |
+
int main(int argc, char* argv[])
|
| 842 |
+
# endif
|
| 843 |
+
{
|
| 844 |
+
int require = 0;
|
| 845 |
+
require += info_compiler[argc];
|
| 846 |
+
require += info_platform[argc];
|
| 847 |
+
require += info_arch[argc];
|
| 848 |
+
#ifdef COMPILER_VERSION_MAJOR
|
| 849 |
+
require += info_version[argc];
|
| 850 |
+
#endif
|
| 851 |
+
#ifdef COMPILER_VERSION_INTERNAL
|
| 852 |
+
require += info_version_internal[argc];
|
| 853 |
+
#endif
|
| 854 |
+
#ifdef SIMULATE_ID
|
| 855 |
+
require += info_simulate[argc];
|
| 856 |
+
#endif
|
| 857 |
+
#ifdef SIMULATE_VERSION_MAJOR
|
| 858 |
+
require += info_simulate_version[argc];
|
| 859 |
+
#endif
|
| 860 |
+
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
| 861 |
+
require += info_cray[argc];
|
| 862 |
+
#endif
|
| 863 |
+
require += info_language_standard_default[argc];
|
| 864 |
+
require += info_language_extensions_default[argc];
|
| 865 |
+
(void)argv;
|
| 866 |
+
return require;
|
| 867 |
+
}
|
| 868 |
+
#endif
|
ceres/CMakeFiles/3.25.2/CompilerIdC/a.out
ADDED
|
Binary file (16.8 kB). View file
|
|
|
ceres/CMakeFiles/3.25.2/CompilerIdCXX/CMakeCXXCompilerId.cpp
ADDED
|
@@ -0,0 +1,857 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/* This source file must have a .cpp extension so that all C++ compilers
|
| 2 |
+
recognize the extension without flags. Borland does not know .cxx for
|
| 3 |
+
example. */
|
| 4 |
+
#ifndef __cplusplus
|
| 5 |
+
# error "A C compiler has been selected for C++."
|
| 6 |
+
#endif
|
| 7 |
+
|
| 8 |
+
#if !defined(__has_include)
|
| 9 |
+
/* If the compiler does not have __has_include, pretend the answer is
|
| 10 |
+
always no. */
|
| 11 |
+
# define __has_include(x) 0
|
| 12 |
+
#endif
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
/* Version number components: V=Version, R=Revision, P=Patch
|
| 16 |
+
Version date components: YYYY=Year, MM=Month, DD=Day */
|
| 17 |
+
|
| 18 |
+
#if defined(__COMO__)
|
| 19 |
+
# define COMPILER_ID "Comeau"
|
| 20 |
+
/* __COMO_VERSION__ = VRR */
|
| 21 |
+
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
|
| 22 |
+
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
|
| 23 |
+
|
| 24 |
+
#elif defined(__INTEL_COMPILER) || defined(__ICC)
|
| 25 |
+
# define COMPILER_ID "Intel"
|
| 26 |
+
# if defined(_MSC_VER)
|
| 27 |
+
# define SIMULATE_ID "MSVC"
|
| 28 |
+
# endif
|
| 29 |
+
# if defined(__GNUC__)
|
| 30 |
+
# define SIMULATE_ID "GNU"
|
| 31 |
+
# endif
|
| 32 |
+
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
|
| 33 |
+
except that a few beta releases use the old format with V=2021. */
|
| 34 |
+
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
|
| 35 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
|
| 36 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
|
| 37 |
+
# if defined(__INTEL_COMPILER_UPDATE)
|
| 38 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
|
| 39 |
+
# else
|
| 40 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
|
| 41 |
+
# endif
|
| 42 |
+
# else
|
| 43 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
|
| 44 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
|
| 45 |
+
/* The third version component from --version is an update index,
|
| 46 |
+
but no macro is provided for it. */
|
| 47 |
+
# define COMPILER_VERSION_PATCH DEC(0)
|
| 48 |
+
# endif
|
| 49 |
+
# if defined(__INTEL_COMPILER_BUILD_DATE)
|
| 50 |
+
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
|
| 51 |
+
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
|
| 52 |
+
# endif
|
| 53 |
+
# if defined(_MSC_VER)
|
| 54 |
+
/* _MSC_VER = VVRR */
|
| 55 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 56 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 57 |
+
# endif
|
| 58 |
+
# if defined(__GNUC__)
|
| 59 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 60 |
+
# elif defined(__GNUG__)
|
| 61 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
| 62 |
+
# endif
|
| 63 |
+
# if defined(__GNUC_MINOR__)
|
| 64 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 65 |
+
# endif
|
| 66 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 67 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 68 |
+
# endif
|
| 69 |
+
|
| 70 |
+
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
|
| 71 |
+
# define COMPILER_ID "IntelLLVM"
|
| 72 |
+
#if defined(_MSC_VER)
|
| 73 |
+
# define SIMULATE_ID "MSVC"
|
| 74 |
+
#endif
|
| 75 |
+
#if defined(__GNUC__)
|
| 76 |
+
# define SIMULATE_ID "GNU"
|
| 77 |
+
#endif
|
| 78 |
+
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
|
| 79 |
+
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
|
| 80 |
+
* VVVV is no smaller than the current year when a version is released.
|
| 81 |
+
*/
|
| 82 |
+
#if __INTEL_LLVM_COMPILER < 1000000L
|
| 83 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
|
| 84 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
|
| 85 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
|
| 86 |
+
#else
|
| 87 |
+
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
|
| 88 |
+
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
|
| 89 |
+
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
|
| 90 |
+
#endif
|
| 91 |
+
#if defined(_MSC_VER)
|
| 92 |
+
/* _MSC_VER = VVRR */
|
| 93 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 94 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 95 |
+
#endif
|
| 96 |
+
#if defined(__GNUC__)
|
| 97 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 98 |
+
#elif defined(__GNUG__)
|
| 99 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
|
| 100 |
+
#endif
|
| 101 |
+
#if defined(__GNUC_MINOR__)
|
| 102 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 103 |
+
#endif
|
| 104 |
+
#if defined(__GNUC_PATCHLEVEL__)
|
| 105 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 106 |
+
#endif
|
| 107 |
+
|
| 108 |
+
#elif defined(__PATHCC__)
|
| 109 |
+
# define COMPILER_ID "PathScale"
|
| 110 |
+
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
|
| 111 |
+
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
|
| 112 |
+
# if defined(__PATHCC_PATCHLEVEL__)
|
| 113 |
+
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
|
| 114 |
+
# endif
|
| 115 |
+
|
| 116 |
+
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
|
| 117 |
+
# define COMPILER_ID "Embarcadero"
|
| 118 |
+
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
|
| 119 |
+
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
|
| 120 |
+
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
|
| 121 |
+
|
| 122 |
+
#elif defined(__BORLANDC__)
|
| 123 |
+
# define COMPILER_ID "Borland"
|
| 124 |
+
/* __BORLANDC__ = 0xVRR */
|
| 125 |
+
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
|
| 126 |
+
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
|
| 127 |
+
|
| 128 |
+
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
|
| 129 |
+
# define COMPILER_ID "Watcom"
|
| 130 |
+
/* __WATCOMC__ = VVRR */
|
| 131 |
+
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
|
| 132 |
+
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
| 133 |
+
# if (__WATCOMC__ % 10) > 0
|
| 134 |
+
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
| 135 |
+
# endif
|
| 136 |
+
|
| 137 |
+
#elif defined(__WATCOMC__)
|
| 138 |
+
# define COMPILER_ID "OpenWatcom"
|
| 139 |
+
/* __WATCOMC__ = VVRP + 1100 */
|
| 140 |
+
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
|
| 141 |
+
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
|
| 142 |
+
# if (__WATCOMC__ % 10) > 0
|
| 143 |
+
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
|
| 144 |
+
# endif
|
| 145 |
+
|
| 146 |
+
#elif defined(__SUNPRO_CC)
|
| 147 |
+
# define COMPILER_ID "SunPro"
|
| 148 |
+
# if __SUNPRO_CC >= 0x5100
|
| 149 |
+
/* __SUNPRO_CC = 0xVRRP */
|
| 150 |
+
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
|
| 151 |
+
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
|
| 152 |
+
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
| 153 |
+
# else
|
| 154 |
+
/* __SUNPRO_CC = 0xVRP */
|
| 155 |
+
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
|
| 156 |
+
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
|
| 157 |
+
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
|
| 158 |
+
# endif
|
| 159 |
+
|
| 160 |
+
#elif defined(__HP_aCC)
|
| 161 |
+
# define COMPILER_ID "HP"
|
| 162 |
+
/* __HP_aCC = VVRRPP */
|
| 163 |
+
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
|
| 164 |
+
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
|
| 165 |
+
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
|
| 166 |
+
|
| 167 |
+
#elif defined(__DECCXX)
|
| 168 |
+
# define COMPILER_ID "Compaq"
|
| 169 |
+
/* __DECCXX_VER = VVRRTPPPP */
|
| 170 |
+
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
|
| 171 |
+
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
|
| 172 |
+
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
|
| 173 |
+
|
| 174 |
+
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
|
| 175 |
+
# define COMPILER_ID "zOS"
|
| 176 |
+
/* __IBMCPP__ = VRP */
|
| 177 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
| 178 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
| 179 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
| 180 |
+
|
| 181 |
+
#elif defined(__open_xl__) && defined(__clang__)
|
| 182 |
+
# define COMPILER_ID "IBMClang"
|
| 183 |
+
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
|
| 184 |
+
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
|
| 185 |
+
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
|
| 186 |
+
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
|
| 187 |
+
|
| 188 |
+
|
| 189 |
+
#elif defined(__ibmxl__) && defined(__clang__)
|
| 190 |
+
# define COMPILER_ID "XLClang"
|
| 191 |
+
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
|
| 192 |
+
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
|
| 193 |
+
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
|
| 194 |
+
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
|
| 195 |
+
|
| 196 |
+
|
| 197 |
+
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
|
| 198 |
+
# define COMPILER_ID "XL"
|
| 199 |
+
/* __IBMCPP__ = VRP */
|
| 200 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
| 201 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
| 202 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
| 203 |
+
|
| 204 |
+
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
|
| 205 |
+
# define COMPILER_ID "VisualAge"
|
| 206 |
+
/* __IBMCPP__ = VRP */
|
| 207 |
+
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
|
| 208 |
+
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
|
| 209 |
+
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
|
| 210 |
+
|
| 211 |
+
#elif defined(__NVCOMPILER)
|
| 212 |
+
# define COMPILER_ID "NVHPC"
|
| 213 |
+
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
|
| 214 |
+
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
|
| 215 |
+
# if defined(__NVCOMPILER_PATCHLEVEL__)
|
| 216 |
+
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
|
| 217 |
+
# endif
|
| 218 |
+
|
| 219 |
+
#elif defined(__PGI)
|
| 220 |
+
# define COMPILER_ID "PGI"
|
| 221 |
+
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
|
| 222 |
+
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
|
| 223 |
+
# if defined(__PGIC_PATCHLEVEL__)
|
| 224 |
+
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
|
| 225 |
+
# endif
|
| 226 |
+
|
| 227 |
+
#elif defined(_CRAYC)
|
| 228 |
+
# define COMPILER_ID "Cray"
|
| 229 |
+
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
|
| 230 |
+
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
|
| 231 |
+
|
| 232 |
+
#elif defined(__TI_COMPILER_VERSION__)
|
| 233 |
+
# define COMPILER_ID "TI"
|
| 234 |
+
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
|
| 235 |
+
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
|
| 236 |
+
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
|
| 237 |
+
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
|
| 238 |
+
|
| 239 |
+
#elif defined(__CLANG_FUJITSU)
|
| 240 |
+
# define COMPILER_ID "FujitsuClang"
|
| 241 |
+
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
| 242 |
+
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
| 243 |
+
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
| 244 |
+
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
|
| 245 |
+
|
| 246 |
+
|
| 247 |
+
#elif defined(__FUJITSU)
|
| 248 |
+
# define COMPILER_ID "Fujitsu"
|
| 249 |
+
# if defined(__FCC_version__)
|
| 250 |
+
# define COMPILER_VERSION __FCC_version__
|
| 251 |
+
# elif defined(__FCC_major__)
|
| 252 |
+
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
|
| 253 |
+
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
|
| 254 |
+
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
|
| 255 |
+
# endif
|
| 256 |
+
# if defined(__fcc_version)
|
| 257 |
+
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
|
| 258 |
+
# elif defined(__FCC_VERSION)
|
| 259 |
+
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
|
| 260 |
+
# endif
|
| 261 |
+
|
| 262 |
+
|
| 263 |
+
#elif defined(__ghs__)
|
| 264 |
+
# define COMPILER_ID "GHS"
|
| 265 |
+
/* __GHS_VERSION_NUMBER = VVVVRP */
|
| 266 |
+
# ifdef __GHS_VERSION_NUMBER
|
| 267 |
+
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
|
| 268 |
+
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
|
| 269 |
+
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
|
| 270 |
+
# endif
|
| 271 |
+
|
| 272 |
+
#elif defined(__TASKING__)
|
| 273 |
+
# define COMPILER_ID "Tasking"
|
| 274 |
+
# define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000)
|
| 275 |
+
# define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100)
|
| 276 |
+
# define COMPILER_VERSION_INTERNAL DEC(__VERSION__)
|
| 277 |
+
|
| 278 |
+
#elif defined(__SCO_VERSION__)
|
| 279 |
+
# define COMPILER_ID "SCO"
|
| 280 |
+
|
| 281 |
+
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
|
| 282 |
+
# define COMPILER_ID "ARMCC"
|
| 283 |
+
#if __ARMCC_VERSION >= 1000000
|
| 284 |
+
/* __ARMCC_VERSION = VRRPPPP */
|
| 285 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
|
| 286 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
|
| 287 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
| 288 |
+
#else
|
| 289 |
+
/* __ARMCC_VERSION = VRPPPP */
|
| 290 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
|
| 291 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
|
| 292 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
|
| 293 |
+
#endif
|
| 294 |
+
|
| 295 |
+
|
| 296 |
+
#elif defined(__clang__) && defined(__apple_build_version__)
|
| 297 |
+
# define COMPILER_ID "AppleClang"
|
| 298 |
+
# if defined(_MSC_VER)
|
| 299 |
+
# define SIMULATE_ID "MSVC"
|
| 300 |
+
# endif
|
| 301 |
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
| 302 |
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
| 303 |
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
| 304 |
+
# if defined(_MSC_VER)
|
| 305 |
+
/* _MSC_VER = VVRR */
|
| 306 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 307 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 308 |
+
# endif
|
| 309 |
+
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
|
| 310 |
+
|
| 311 |
+
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
|
| 312 |
+
# define COMPILER_ID "ARMClang"
|
| 313 |
+
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
|
| 314 |
+
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
|
| 315 |
+
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
|
| 316 |
+
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
|
| 317 |
+
|
| 318 |
+
#elif defined(__clang__)
|
| 319 |
+
# define COMPILER_ID "Clang"
|
| 320 |
+
# if defined(_MSC_VER)
|
| 321 |
+
# define SIMULATE_ID "MSVC"
|
| 322 |
+
# endif
|
| 323 |
+
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
|
| 324 |
+
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
|
| 325 |
+
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
|
| 326 |
+
# if defined(_MSC_VER)
|
| 327 |
+
/* _MSC_VER = VVRR */
|
| 328 |
+
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 329 |
+
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 330 |
+
# endif
|
| 331 |
+
|
| 332 |
+
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
|
| 333 |
+
# define COMPILER_ID "LCC"
|
| 334 |
+
# define COMPILER_VERSION_MAJOR DEC(1)
|
| 335 |
+
# if defined(__LCC__)
|
| 336 |
+
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
|
| 337 |
+
# endif
|
| 338 |
+
# if defined(__LCC_MINOR__)
|
| 339 |
+
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
|
| 340 |
+
# endif
|
| 341 |
+
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
|
| 342 |
+
# define SIMULATE_ID "GNU"
|
| 343 |
+
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
|
| 344 |
+
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 345 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 346 |
+
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 347 |
+
# endif
|
| 348 |
+
# endif
|
| 349 |
+
|
| 350 |
+
#elif defined(__GNUC__) || defined(__GNUG__)
|
| 351 |
+
# define COMPILER_ID "GNU"
|
| 352 |
+
# if defined(__GNUC__)
|
| 353 |
+
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
|
| 354 |
+
# else
|
| 355 |
+
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
|
| 356 |
+
# endif
|
| 357 |
+
# if defined(__GNUC_MINOR__)
|
| 358 |
+
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
|
| 359 |
+
# endif
|
| 360 |
+
# if defined(__GNUC_PATCHLEVEL__)
|
| 361 |
+
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
|
| 362 |
+
# endif
|
| 363 |
+
|
| 364 |
+
#elif defined(_MSC_VER)
|
| 365 |
+
# define COMPILER_ID "MSVC"
|
| 366 |
+
/* _MSC_VER = VVRR */
|
| 367 |
+
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
|
| 368 |
+
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
|
| 369 |
+
# if defined(_MSC_FULL_VER)
|
| 370 |
+
# if _MSC_VER >= 1400
|
| 371 |
+
/* _MSC_FULL_VER = VVRRPPPPP */
|
| 372 |
+
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
|
| 373 |
+
# else
|
| 374 |
+
/* _MSC_FULL_VER = VVRRPPPP */
|
| 375 |
+
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
|
| 376 |
+
# endif
|
| 377 |
+
# endif
|
| 378 |
+
# if defined(_MSC_BUILD)
|
| 379 |
+
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
|
| 380 |
+
# endif
|
| 381 |
+
|
| 382 |
+
#elif defined(_ADI_COMPILER)
|
| 383 |
+
# define COMPILER_ID "ADSP"
|
| 384 |
+
#if defined(__VERSIONNUM__)
|
| 385 |
+
/* __VERSIONNUM__ = 0xVVRRPPTT */
|
| 386 |
+
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
|
| 387 |
+
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
|
| 388 |
+
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
|
| 389 |
+
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
|
| 390 |
+
#endif
|
| 391 |
+
|
| 392 |
+
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
| 393 |
+
# define COMPILER_ID "IAR"
|
| 394 |
+
# if defined(__VER__) && defined(__ICCARM__)
|
| 395 |
+
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
|
| 396 |
+
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
|
| 397 |
+
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
|
| 398 |
+
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
| 399 |
+
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
|
| 400 |
+
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
|
| 401 |
+
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
|
| 402 |
+
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
|
| 403 |
+
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
|
| 404 |
+
# endif
|
| 405 |
+
|
| 406 |
+
|
| 407 |
+
/* These compilers are either not known or too old to define an
|
| 408 |
+
identification macro. Try to identify the platform and guess that
|
| 409 |
+
it is the native compiler. */
|
| 410 |
+
#elif defined(__hpux) || defined(__hpua)
|
| 411 |
+
# define COMPILER_ID "HP"
|
| 412 |
+
|
| 413 |
+
#else /* unknown compiler */
|
| 414 |
+
# define COMPILER_ID ""
|
| 415 |
+
#endif
|
| 416 |
+
|
| 417 |
+
/* Construct the string literal in pieces to prevent the source from
|
| 418 |
+
getting matched. Store it in a pointer rather than an array
|
| 419 |
+
because some compilers will just produce instructions to fill the
|
| 420 |
+
array rather than assigning a pointer to a static array. */
|
| 421 |
+
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
|
| 422 |
+
#ifdef SIMULATE_ID
|
| 423 |
+
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
|
| 424 |
+
#endif
|
| 425 |
+
|
| 426 |
+
#ifdef __QNXNTO__
|
| 427 |
+
char const* qnxnto = "INFO" ":" "qnxnto[]";
|
| 428 |
+
#endif
|
| 429 |
+
|
| 430 |
+
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
| 431 |
+
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
|
| 432 |
+
#endif
|
| 433 |
+
|
| 434 |
+
#define STRINGIFY_HELPER(X) #X
|
| 435 |
+
#define STRINGIFY(X) STRINGIFY_HELPER(X)
|
| 436 |
+
|
| 437 |
+
/* Identify known platforms by name. */
|
| 438 |
+
#if defined(__linux) || defined(__linux__) || defined(linux)
|
| 439 |
+
# define PLATFORM_ID "Linux"
|
| 440 |
+
|
| 441 |
+
#elif defined(__MSYS__)
|
| 442 |
+
# define PLATFORM_ID "MSYS"
|
| 443 |
+
|
| 444 |
+
#elif defined(__CYGWIN__)
|
| 445 |
+
# define PLATFORM_ID "Cygwin"
|
| 446 |
+
|
| 447 |
+
#elif defined(__MINGW32__)
|
| 448 |
+
# define PLATFORM_ID "MinGW"
|
| 449 |
+
|
| 450 |
+
#elif defined(__APPLE__)
|
| 451 |
+
# define PLATFORM_ID "Darwin"
|
| 452 |
+
|
| 453 |
+
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
| 454 |
+
# define PLATFORM_ID "Windows"
|
| 455 |
+
|
| 456 |
+
#elif defined(__FreeBSD__) || defined(__FreeBSD)
|
| 457 |
+
# define PLATFORM_ID "FreeBSD"
|
| 458 |
+
|
| 459 |
+
#elif defined(__NetBSD__) || defined(__NetBSD)
|
| 460 |
+
# define PLATFORM_ID "NetBSD"
|
| 461 |
+
|
| 462 |
+
#elif defined(__OpenBSD__) || defined(__OPENBSD)
|
| 463 |
+
# define PLATFORM_ID "OpenBSD"
|
| 464 |
+
|
| 465 |
+
#elif defined(__sun) || defined(sun)
|
| 466 |
+
# define PLATFORM_ID "SunOS"
|
| 467 |
+
|
| 468 |
+
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
|
| 469 |
+
# define PLATFORM_ID "AIX"
|
| 470 |
+
|
| 471 |
+
#elif defined(__hpux) || defined(__hpux__)
|
| 472 |
+
# define PLATFORM_ID "HP-UX"
|
| 473 |
+
|
| 474 |
+
#elif defined(__HAIKU__)
|
| 475 |
+
# define PLATFORM_ID "Haiku"
|
| 476 |
+
|
| 477 |
+
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
|
| 478 |
+
# define PLATFORM_ID "BeOS"
|
| 479 |
+
|
| 480 |
+
#elif defined(__QNX__) || defined(__QNXNTO__)
|
| 481 |
+
# define PLATFORM_ID "QNX"
|
| 482 |
+
|
| 483 |
+
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
|
| 484 |
+
# define PLATFORM_ID "Tru64"
|
| 485 |
+
|
| 486 |
+
#elif defined(__riscos) || defined(__riscos__)
|
| 487 |
+
# define PLATFORM_ID "RISCos"
|
| 488 |
+
|
| 489 |
+
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
|
| 490 |
+
# define PLATFORM_ID "SINIX"
|
| 491 |
+
|
| 492 |
+
#elif defined(__UNIX_SV__)
|
| 493 |
+
# define PLATFORM_ID "UNIX_SV"
|
| 494 |
+
|
| 495 |
+
#elif defined(__bsdos__)
|
| 496 |
+
# define PLATFORM_ID "BSDOS"
|
| 497 |
+
|
| 498 |
+
#elif defined(_MPRAS) || defined(MPRAS)
|
| 499 |
+
# define PLATFORM_ID "MP-RAS"
|
| 500 |
+
|
| 501 |
+
#elif defined(__osf) || defined(__osf__)
|
| 502 |
+
# define PLATFORM_ID "OSF1"
|
| 503 |
+
|
| 504 |
+
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
|
| 505 |
+
# define PLATFORM_ID "SCO_SV"
|
| 506 |
+
|
| 507 |
+
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
|
| 508 |
+
# define PLATFORM_ID "ULTRIX"
|
| 509 |
+
|
| 510 |
+
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
|
| 511 |
+
# define PLATFORM_ID "Xenix"
|
| 512 |
+
|
| 513 |
+
#elif defined(__WATCOMC__)
|
| 514 |
+
# if defined(__LINUX__)
|
| 515 |
+
# define PLATFORM_ID "Linux"
|
| 516 |
+
|
| 517 |
+
# elif defined(__DOS__)
|
| 518 |
+
# define PLATFORM_ID "DOS"
|
| 519 |
+
|
| 520 |
+
# elif defined(__OS2__)
|
| 521 |
+
# define PLATFORM_ID "OS2"
|
| 522 |
+
|
| 523 |
+
# elif defined(__WINDOWS__)
|
| 524 |
+
# define PLATFORM_ID "Windows3x"
|
| 525 |
+
|
| 526 |
+
# elif defined(__VXWORKS__)
|
| 527 |
+
# define PLATFORM_ID "VxWorks"
|
| 528 |
+
|
| 529 |
+
# else /* unknown platform */
|
| 530 |
+
# define PLATFORM_ID
|
| 531 |
+
# endif
|
| 532 |
+
|
| 533 |
+
#elif defined(__INTEGRITY)
|
| 534 |
+
# if defined(INT_178B)
|
| 535 |
+
# define PLATFORM_ID "Integrity178"
|
| 536 |
+
|
| 537 |
+
# else /* regular Integrity */
|
| 538 |
+
# define PLATFORM_ID "Integrity"
|
| 539 |
+
# endif
|
| 540 |
+
|
| 541 |
+
# elif defined(_ADI_COMPILER)
|
| 542 |
+
# define PLATFORM_ID "ADSP"
|
| 543 |
+
|
| 544 |
+
#else /* unknown platform */
|
| 545 |
+
# define PLATFORM_ID
|
| 546 |
+
|
| 547 |
+
#endif
|
| 548 |
+
|
| 549 |
+
/* For windows compilers MSVC and Intel we can determine
|
| 550 |
+
the architecture of the compiler being used. This is because
|
| 551 |
+
the compilers do not have flags that can change the architecture,
|
| 552 |
+
but rather depend on which compiler is being used
|
| 553 |
+
*/
|
| 554 |
+
#if defined(_WIN32) && defined(_MSC_VER)
|
| 555 |
+
# if defined(_M_IA64)
|
| 556 |
+
# define ARCHITECTURE_ID "IA64"
|
| 557 |
+
|
| 558 |
+
# elif defined(_M_ARM64EC)
|
| 559 |
+
# define ARCHITECTURE_ID "ARM64EC"
|
| 560 |
+
|
| 561 |
+
# elif defined(_M_X64) || defined(_M_AMD64)
|
| 562 |
+
# define ARCHITECTURE_ID "x64"
|
| 563 |
+
|
| 564 |
+
# elif defined(_M_IX86)
|
| 565 |
+
# define ARCHITECTURE_ID "X86"
|
| 566 |
+
|
| 567 |
+
# elif defined(_M_ARM64)
|
| 568 |
+
# define ARCHITECTURE_ID "ARM64"
|
| 569 |
+
|
| 570 |
+
# elif defined(_M_ARM)
|
| 571 |
+
# if _M_ARM == 4
|
| 572 |
+
# define ARCHITECTURE_ID "ARMV4I"
|
| 573 |
+
# elif _M_ARM == 5
|
| 574 |
+
# define ARCHITECTURE_ID "ARMV5I"
|
| 575 |
+
# else
|
| 576 |
+
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
|
| 577 |
+
# endif
|
| 578 |
+
|
| 579 |
+
# elif defined(_M_MIPS)
|
| 580 |
+
# define ARCHITECTURE_ID "MIPS"
|
| 581 |
+
|
| 582 |
+
# elif defined(_M_SH)
|
| 583 |
+
# define ARCHITECTURE_ID "SHx"
|
| 584 |
+
|
| 585 |
+
# else /* unknown architecture */
|
| 586 |
+
# define ARCHITECTURE_ID ""
|
| 587 |
+
# endif
|
| 588 |
+
|
| 589 |
+
#elif defined(__WATCOMC__)
|
| 590 |
+
# if defined(_M_I86)
|
| 591 |
+
# define ARCHITECTURE_ID "I86"
|
| 592 |
+
|
| 593 |
+
# elif defined(_M_IX86)
|
| 594 |
+
# define ARCHITECTURE_ID "X86"
|
| 595 |
+
|
| 596 |
+
# else /* unknown architecture */
|
| 597 |
+
# define ARCHITECTURE_ID ""
|
| 598 |
+
# endif
|
| 599 |
+
|
| 600 |
+
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
|
| 601 |
+
# if defined(__ICCARM__)
|
| 602 |
+
# define ARCHITECTURE_ID "ARM"
|
| 603 |
+
|
| 604 |
+
# elif defined(__ICCRX__)
|
| 605 |
+
# define ARCHITECTURE_ID "RX"
|
| 606 |
+
|
| 607 |
+
# elif defined(__ICCRH850__)
|
| 608 |
+
# define ARCHITECTURE_ID "RH850"
|
| 609 |
+
|
| 610 |
+
# elif defined(__ICCRL78__)
|
| 611 |
+
# define ARCHITECTURE_ID "RL78"
|
| 612 |
+
|
| 613 |
+
# elif defined(__ICCRISCV__)
|
| 614 |
+
# define ARCHITECTURE_ID "RISCV"
|
| 615 |
+
|
| 616 |
+
# elif defined(__ICCAVR__)
|
| 617 |
+
# define ARCHITECTURE_ID "AVR"
|
| 618 |
+
|
| 619 |
+
# elif defined(__ICC430__)
|
| 620 |
+
# define ARCHITECTURE_ID "MSP430"
|
| 621 |
+
|
| 622 |
+
# elif defined(__ICCV850__)
|
| 623 |
+
# define ARCHITECTURE_ID "V850"
|
| 624 |
+
|
| 625 |
+
# elif defined(__ICC8051__)
|
| 626 |
+
# define ARCHITECTURE_ID "8051"
|
| 627 |
+
|
| 628 |
+
# elif defined(__ICCSTM8__)
|
| 629 |
+
# define ARCHITECTURE_ID "STM8"
|
| 630 |
+
|
| 631 |
+
# else /* unknown architecture */
|
| 632 |
+
# define ARCHITECTURE_ID ""
|
| 633 |
+
# endif
|
| 634 |
+
|
| 635 |
+
#elif defined(__ghs__)
|
| 636 |
+
# if defined(__PPC64__)
|
| 637 |
+
# define ARCHITECTURE_ID "PPC64"
|
| 638 |
+
|
| 639 |
+
# elif defined(__ppc__)
|
| 640 |
+
# define ARCHITECTURE_ID "PPC"
|
| 641 |
+
|
| 642 |
+
# elif defined(__ARM__)
|
| 643 |
+
# define ARCHITECTURE_ID "ARM"
|
| 644 |
+
|
| 645 |
+
# elif defined(__x86_64__)
|
| 646 |
+
# define ARCHITECTURE_ID "x64"
|
| 647 |
+
|
| 648 |
+
# elif defined(__i386__)
|
| 649 |
+
# define ARCHITECTURE_ID "X86"
|
| 650 |
+
|
| 651 |
+
# else /* unknown architecture */
|
| 652 |
+
# define ARCHITECTURE_ID ""
|
| 653 |
+
# endif
|
| 654 |
+
|
| 655 |
+
#elif defined(__TI_COMPILER_VERSION__)
|
| 656 |
+
# if defined(__TI_ARM__)
|
| 657 |
+
# define ARCHITECTURE_ID "ARM"
|
| 658 |
+
|
| 659 |
+
# elif defined(__MSP430__)
|
| 660 |
+
# define ARCHITECTURE_ID "MSP430"
|
| 661 |
+
|
| 662 |
+
# elif defined(__TMS320C28XX__)
|
| 663 |
+
# define ARCHITECTURE_ID "TMS320C28x"
|
| 664 |
+
|
| 665 |
+
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
|
| 666 |
+
# define ARCHITECTURE_ID "TMS320C6x"
|
| 667 |
+
|
| 668 |
+
# else /* unknown architecture */
|
| 669 |
+
# define ARCHITECTURE_ID ""
|
| 670 |
+
# endif
|
| 671 |
+
|
| 672 |
+
# elif defined(__ADSPSHARC__)
|
| 673 |
+
# define ARCHITECTURE_ID "SHARC"
|
| 674 |
+
|
| 675 |
+
# elif defined(__ADSPBLACKFIN__)
|
| 676 |
+
# define ARCHITECTURE_ID "Blackfin"
|
| 677 |
+
|
| 678 |
+
#elif defined(__TASKING__)
|
| 679 |
+
|
| 680 |
+
# if defined(__CTC__) || defined(__CPTC__)
|
| 681 |
+
# define ARCHITECTURE_ID "TriCore"
|
| 682 |
+
|
| 683 |
+
# elif defined(__CMCS__)
|
| 684 |
+
# define ARCHITECTURE_ID "MCS"
|
| 685 |
+
|
| 686 |
+
# elif defined(__CARM__)
|
| 687 |
+
# define ARCHITECTURE_ID "ARM"
|
| 688 |
+
|
| 689 |
+
# elif defined(__CARC__)
|
| 690 |
+
# define ARCHITECTURE_ID "ARC"
|
| 691 |
+
|
| 692 |
+
# elif defined(__C51__)
|
| 693 |
+
# define ARCHITECTURE_ID "8051"
|
| 694 |
+
|
| 695 |
+
# elif defined(__CPCP__)
|
| 696 |
+
# define ARCHITECTURE_ID "PCP"
|
| 697 |
+
|
| 698 |
+
# else
|
| 699 |
+
# define ARCHITECTURE_ID ""
|
| 700 |
+
# endif
|
| 701 |
+
|
| 702 |
+
#else
|
| 703 |
+
# define ARCHITECTURE_ID
|
| 704 |
+
#endif
|
| 705 |
+
|
| 706 |
+
/* Convert integer to decimal digit literals. */
|
| 707 |
+
#define DEC(n) \
|
| 708 |
+
('0' + (((n) / 10000000)%10)), \
|
| 709 |
+
('0' + (((n) / 1000000)%10)), \
|
| 710 |
+
('0' + (((n) / 100000)%10)), \
|
| 711 |
+
('0' + (((n) / 10000)%10)), \
|
| 712 |
+
('0' + (((n) / 1000)%10)), \
|
| 713 |
+
('0' + (((n) / 100)%10)), \
|
| 714 |
+
('0' + (((n) / 10)%10)), \
|
| 715 |
+
('0' + ((n) % 10))
|
| 716 |
+
|
| 717 |
+
/* Convert integer to hex digit literals. */
|
| 718 |
+
#define HEX(n) \
|
| 719 |
+
('0' + ((n)>>28 & 0xF)), \
|
| 720 |
+
('0' + ((n)>>24 & 0xF)), \
|
| 721 |
+
('0' + ((n)>>20 & 0xF)), \
|
| 722 |
+
('0' + ((n)>>16 & 0xF)), \
|
| 723 |
+
('0' + ((n)>>12 & 0xF)), \
|
| 724 |
+
('0' + ((n)>>8 & 0xF)), \
|
| 725 |
+
('0' + ((n)>>4 & 0xF)), \
|
| 726 |
+
('0' + ((n) & 0xF))
|
| 727 |
+
|
| 728 |
+
/* Construct a string literal encoding the version number. */
|
| 729 |
+
#ifdef COMPILER_VERSION
|
| 730 |
+
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
|
| 731 |
+
|
| 732 |
+
/* Construct a string literal encoding the version number components. */
|
| 733 |
+
#elif defined(COMPILER_VERSION_MAJOR)
|
| 734 |
+
char const info_version[] = {
|
| 735 |
+
'I', 'N', 'F', 'O', ':',
|
| 736 |
+
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
|
| 737 |
+
COMPILER_VERSION_MAJOR,
|
| 738 |
+
# ifdef COMPILER_VERSION_MINOR
|
| 739 |
+
'.', COMPILER_VERSION_MINOR,
|
| 740 |
+
# ifdef COMPILER_VERSION_PATCH
|
| 741 |
+
'.', COMPILER_VERSION_PATCH,
|
| 742 |
+
# ifdef COMPILER_VERSION_TWEAK
|
| 743 |
+
'.', COMPILER_VERSION_TWEAK,
|
| 744 |
+
# endif
|
| 745 |
+
# endif
|
| 746 |
+
# endif
|
| 747 |
+
']','\0'};
|
| 748 |
+
#endif
|
| 749 |
+
|
| 750 |
+
/* Construct a string literal encoding the internal version number. */
|
| 751 |
+
#ifdef COMPILER_VERSION_INTERNAL
|
| 752 |
+
char const info_version_internal[] = {
|
| 753 |
+
'I', 'N', 'F', 'O', ':',
|
| 754 |
+
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
|
| 755 |
+
'i','n','t','e','r','n','a','l','[',
|
| 756 |
+
COMPILER_VERSION_INTERNAL,']','\0'};
|
| 757 |
+
#elif defined(COMPILER_VERSION_INTERNAL_STR)
|
| 758 |
+
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
|
| 759 |
+
#endif
|
| 760 |
+
|
| 761 |
+
/* Construct a string literal encoding the version number components. */
|
| 762 |
+
#ifdef SIMULATE_VERSION_MAJOR
|
| 763 |
+
char const info_simulate_version[] = {
|
| 764 |
+
'I', 'N', 'F', 'O', ':',
|
| 765 |
+
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
|
| 766 |
+
SIMULATE_VERSION_MAJOR,
|
| 767 |
+
# ifdef SIMULATE_VERSION_MINOR
|
| 768 |
+
'.', SIMULATE_VERSION_MINOR,
|
| 769 |
+
# ifdef SIMULATE_VERSION_PATCH
|
| 770 |
+
'.', SIMULATE_VERSION_PATCH,
|
| 771 |
+
# ifdef SIMULATE_VERSION_TWEAK
|
| 772 |
+
'.', SIMULATE_VERSION_TWEAK,
|
| 773 |
+
# endif
|
| 774 |
+
# endif
|
| 775 |
+
# endif
|
| 776 |
+
']','\0'};
|
| 777 |
+
#endif
|
| 778 |
+
|
| 779 |
+
/* Construct the string literal in pieces to prevent the source from
|
| 780 |
+
getting matched. Store it in a pointer rather than an array
|
| 781 |
+
because some compilers will just produce instructions to fill the
|
| 782 |
+
array rather than assigning a pointer to a static array. */
|
| 783 |
+
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
|
| 784 |
+
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
|
| 785 |
+
|
| 786 |
+
|
| 787 |
+
|
| 788 |
+
#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
|
| 789 |
+
# if defined(__INTEL_CXX11_MODE__)
|
| 790 |
+
# if defined(__cpp_aggregate_nsdmi)
|
| 791 |
+
# define CXX_STD 201402L
|
| 792 |
+
# else
|
| 793 |
+
# define CXX_STD 201103L
|
| 794 |
+
# endif
|
| 795 |
+
# else
|
| 796 |
+
# define CXX_STD 199711L
|
| 797 |
+
# endif
|
| 798 |
+
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
|
| 799 |
+
# define CXX_STD _MSVC_LANG
|
| 800 |
+
#else
|
| 801 |
+
# define CXX_STD __cplusplus
|
| 802 |
+
#endif
|
| 803 |
+
|
| 804 |
+
const char* info_language_standard_default = "INFO" ":" "standard_default["
|
| 805 |
+
#if CXX_STD > 202002L
|
| 806 |
+
"23"
|
| 807 |
+
#elif CXX_STD > 201703L
|
| 808 |
+
"20"
|
| 809 |
+
#elif CXX_STD >= 201703L
|
| 810 |
+
"17"
|
| 811 |
+
#elif CXX_STD >= 201402L
|
| 812 |
+
"14"
|
| 813 |
+
#elif CXX_STD >= 201103L
|
| 814 |
+
"11"
|
| 815 |
+
#else
|
| 816 |
+
"98"
|
| 817 |
+
#endif
|
| 818 |
+
"]";
|
| 819 |
+
|
| 820 |
+
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
|
| 821 |
+
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
|
| 822 |
+
defined(__TI_COMPILER_VERSION__)) && \
|
| 823 |
+
!defined(__STRICT_ANSI__)
|
| 824 |
+
"ON"
|
| 825 |
+
#else
|
| 826 |
+
"OFF"
|
| 827 |
+
#endif
|
| 828 |
+
"]";
|
| 829 |
+
|
| 830 |
+
/*--------------------------------------------------------------------------*/
|
| 831 |
+
|
| 832 |
+
int main(int argc, char* argv[])
|
| 833 |
+
{
|
| 834 |
+
int require = 0;
|
| 835 |
+
require += info_compiler[argc];
|
| 836 |
+
require += info_platform[argc];
|
| 837 |
+
require += info_arch[argc];
|
| 838 |
+
#ifdef COMPILER_VERSION_MAJOR
|
| 839 |
+
require += info_version[argc];
|
| 840 |
+
#endif
|
| 841 |
+
#ifdef COMPILER_VERSION_INTERNAL
|
| 842 |
+
require += info_version_internal[argc];
|
| 843 |
+
#endif
|
| 844 |
+
#ifdef SIMULATE_ID
|
| 845 |
+
require += info_simulate[argc];
|
| 846 |
+
#endif
|
| 847 |
+
#ifdef SIMULATE_VERSION_MAJOR
|
| 848 |
+
require += info_simulate_version[argc];
|
| 849 |
+
#endif
|
| 850 |
+
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
|
| 851 |
+
require += info_cray[argc];
|
| 852 |
+
#endif
|
| 853 |
+
require += info_language_standard_default[argc];
|
| 854 |
+
require += info_language_extensions_default[argc];
|
| 855 |
+
(void)argv;
|
| 856 |
+
return require;
|
| 857 |
+
}
|
ceres/CMakeFiles/3.25.2/CompilerIdCXX/a.out
ADDED
|
Binary file (16.8 kB). View file
|
|
|
ceres/CMakeFiles/CMakeDirectoryInformation.cmake
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
|
| 3 |
+
|
| 4 |
+
# Relative path conversion top directories.
|
| 5 |
+
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/content/ceres-solver-2.1.0")
|
| 6 |
+
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/content/ceres-bin")
|
| 7 |
+
|
| 8 |
+
# Force unix paths in dependencies.
|
| 9 |
+
set(CMAKE_FORCE_UNIX_PATHS 1)
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
# The C and CXX include file regular expressions for this directory.
|
| 13 |
+
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
| 14 |
+
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
| 15 |
+
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
| 16 |
+
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
ceres/CMakeFiles/CMakeError.log
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Performing C++ SOURCE FILE Test HAVE_BIGOBJ failed with the following output:
|
| 2 |
+
Change Dir: /content/ceres-bin/CMakeFiles/CMakeScratch/TryCompile-fsaIOM
|
| 3 |
+
|
| 4 |
+
Run Build Command(s):/usr/bin/make -f Makefile cmTC_401d4/fast && /usr/bin/make -f CMakeFiles/cmTC_401d4.dir/build.make CMakeFiles/cmTC_401d4.dir/build
|
| 5 |
+
make[1]: Entering directory '/content/ceres-bin/CMakeFiles/CMakeScratch/TryCompile-fsaIOM'
|
| 6 |
+
Building CXX object CMakeFiles/cmTC_401d4.dir/src.cxx.o
|
| 7 |
+
/usr/bin/c++ -DHAVE_BIGOBJ -fPIE /bigobj -o CMakeFiles/cmTC_401d4.dir/src.cxx.o -c /content/ceres-bin/CMakeFiles/CMakeScratch/TryCompile-fsaIOM/src.cxx
|
| 8 |
+
c++: error: /bigobj: No such file or directory
|
| 9 |
+
make[1]: *** [CMakeFiles/cmTC_401d4.dir/build.make:78: CMakeFiles/cmTC_401d4.dir/src.cxx.o] Error 1
|
| 10 |
+
make[1]: Leaving directory '/content/ceres-bin/CMakeFiles/CMakeScratch/TryCompile-fsaIOM'
|
| 11 |
+
make: *** [Makefile:127: cmTC_401d4/fast] Error 2
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
Source file was:
|
| 15 |
+
int main() { return 0; }
|
| 16 |
+
|
| 17 |
+
Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output:
|
| 18 |
+
Change Dir: /content/ceres-bin/CMakeFiles/CMakeScratch/TryCompile-KgJkYM
|
| 19 |
+
|
| 20 |
+
Run Build Command(s):/usr/bin/make -f Makefile cmTC_93c5c/fast && /usr/bin/make -f CMakeFiles/cmTC_93c5c.dir/build.make CMakeFiles/cmTC_93c5c.dir/build
|
| 21 |
+
make[1]: Entering directory '/content/ceres-bin/CMakeFiles/CMakeScratch/TryCompile-KgJkYM'
|
| 22 |
+
Building C object CMakeFiles/cmTC_93c5c.dir/src.c.o
|
| 23 |
+
/usr/bin/cc -DCMAKE_HAVE_LIBC_PTHREAD -fPIC -fPIE -o CMakeFiles/cmTC_93c5c.dir/src.c.o -c /content/ceres-bin/CMakeFiles/CMakeScratch/TryCompile-KgJkYM/src.c
|
| 24 |
+
Linking C executable cmTC_93c5c
|
| 25 |
+
/usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake -E cmake_link_script CMakeFiles/cmTC_93c5c.dir/link.txt --verbose=1
|
| 26 |
+
/usr/bin/cc -fPIC CMakeFiles/cmTC_93c5c.dir/src.c.o -o cmTC_93c5c
|
| 27 |
+
/usr/bin/ld: CMakeFiles/cmTC_93c5c.dir/src.c.o: in function `main':
|
| 28 |
+
src.c:(.text+0x46): undefined reference to `pthread_create'
|
| 29 |
+
/usr/bin/ld: src.c:(.text+0x52): undefined reference to `pthread_detach'
|
| 30 |
+
/usr/bin/ld: src.c:(.text+0x5e): undefined reference to `pthread_cancel'
|
| 31 |
+
/usr/bin/ld: src.c:(.text+0x6f): undefined reference to `pthread_join'
|
| 32 |
+
collect2: error: ld returned 1 exit status
|
| 33 |
+
make[1]: *** [CMakeFiles/cmTC_93c5c.dir/build.make:99: cmTC_93c5c] Error 1
|
| 34 |
+
make[1]: Leaving directory '/content/ceres-bin/CMakeFiles/CMakeScratch/TryCompile-KgJkYM'
|
| 35 |
+
make: *** [Makefile:127: cmTC_93c5c/fast] Error 2
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
Source file was:
|
| 39 |
+
#include <pthread.h>
|
| 40 |
+
|
| 41 |
+
static void* test_func(void* data)
|
| 42 |
+
{
|
| 43 |
+
return data;
|
| 44 |
+
}
|
| 45 |
+
|
| 46 |
+
int main(void)
|
| 47 |
+
{
|
| 48 |
+
pthread_t thread;
|
| 49 |
+
pthread_create(&thread, NULL, test_func, NULL);
|
| 50 |
+
pthread_detach(thread);
|
| 51 |
+
pthread_cancel(thread);
|
| 52 |
+
pthread_join(thread, NULL);
|
| 53 |
+
pthread_atfork(NULL, NULL, NULL);
|
| 54 |
+
pthread_exit(NULL);
|
| 55 |
+
|
| 56 |
+
return 0;
|
| 57 |
+
}
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
Determining if the function pthread_create exists in the pthreads failed with the following output:
|
| 61 |
+
Change Dir: /content/ceres-bin/CMakeFiles/CMakeScratch/TryCompile-L47FkJ
|
| 62 |
+
|
| 63 |
+
Run Build Command(s):/usr/bin/make -f Makefile cmTC_212ee/fast && /usr/bin/make -f CMakeFiles/cmTC_212ee.dir/build.make CMakeFiles/cmTC_212ee.dir/build
|
| 64 |
+
make[1]: Entering directory '/content/ceres-bin/CMakeFiles/CMakeScratch/TryCompile-L47FkJ'
|
| 65 |
+
Building C object CMakeFiles/cmTC_212ee.dir/CheckFunctionExists.c.o
|
| 66 |
+
/usr/bin/cc -fPIC -DCHECK_FUNCTION_EXISTS=pthread_create -fPIE -o CMakeFiles/cmTC_212ee.dir/CheckFunctionExists.c.o -c /content/ceres-bin/CMakeFiles/CMakeScratch/TryCompile-L47FkJ/CheckFunctionExists.c
|
| 67 |
+
Linking C executable cmTC_212ee
|
| 68 |
+
/usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake -E cmake_link_script CMakeFiles/cmTC_212ee.dir/link.txt --verbose=1
|
| 69 |
+
/usr/bin/cc -fPIC -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_212ee.dir/CheckFunctionExists.c.o -o cmTC_212ee -lpthreads
|
| 70 |
+
/usr/bin/ld: cannot find -lpthreads
|
| 71 |
+
collect2: error: ld returned 1 exit status
|
| 72 |
+
make[1]: *** [CMakeFiles/cmTC_212ee.dir/build.make:99: cmTC_212ee] Error 1
|
| 73 |
+
make[1]: Leaving directory '/content/ceres-bin/CMakeFiles/CMakeScratch/TryCompile-L47FkJ'
|
| 74 |
+
make: *** [Makefile:127: cmTC_212ee/fast] Error 2
|
| 75 |
+
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
Determining if the function sgemm_ exists failed with the following output:
|
| 79 |
+
Change Dir: /content/ceres-bin/CMakeFiles/CMakeScratch/TryCompile-As5JpL
|
| 80 |
+
|
| 81 |
+
Run Build Command(s):/usr/bin/make -f Makefile cmTC_bd285/fast && /usr/bin/make -f CMakeFiles/cmTC_bd285.dir/build.make CMakeFiles/cmTC_bd285.dir/build
|
| 82 |
+
make[1]: Entering directory '/content/ceres-bin/CMakeFiles/CMakeScratch/TryCompile-As5JpL'
|
| 83 |
+
Building C object CMakeFiles/cmTC_bd285.dir/CheckFunctionExists.c.o
|
| 84 |
+
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=sgemm_ -fPIE -o CMakeFiles/cmTC_bd285.dir/CheckFunctionExists.c.o -c /content/ceres-bin/CMakeFiles/CMakeScratch/TryCompile-As5JpL/CheckFunctionExists.c
|
| 85 |
+
Linking C executable cmTC_bd285
|
| 86 |
+
/usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bd285.dir/link.txt --verbose=1
|
| 87 |
+
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=sgemm_ CMakeFiles/cmTC_bd285.dir/CheckFunctionExists.c.o -o cmTC_bd285
|
| 88 |
+
/usr/bin/ld: CMakeFiles/cmTC_bd285.dir/CheckFunctionExists.c.o: in function `main':
|
| 89 |
+
CheckFunctionExists.c:(.text+0x14): undefined reference to `sgemm_'
|
| 90 |
+
collect2: error: ld returned 1 exit status
|
| 91 |
+
make[1]: *** [CMakeFiles/cmTC_bd285.dir/build.make:99: cmTC_bd285] Error 1
|
| 92 |
+
make[1]: Leaving directory '/content/ceres-bin/CMakeFiles/CMakeScratch/TryCompile-As5JpL'
|
| 93 |
+
make: *** [Makefile:127: cmTC_bd285/fast] Error 2
|
| 94 |
+
|
| 95 |
+
|
| 96 |
+
|
ceres/CMakeFiles/CMakeOutput.log
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
ceres/CMakeFiles/CMakeRuleHashes.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Hashes of file build rules.
|
| 2 |
+
c79b09ba91d625206fe046c2710d87d2 CMakeFiles/uninstall
|
ceres/CMakeFiles/Export/9a3bb6344a10c987f9c537d2a0e39364/CeresTargets-release.cmake
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#----------------------------------------------------------------
|
| 2 |
+
# Generated CMake target import file for configuration "Release".
|
| 3 |
+
#----------------------------------------------------------------
|
| 4 |
+
|
| 5 |
+
# Commands may need to know the format version.
|
| 6 |
+
set(CMAKE_IMPORT_FILE_VERSION 1)
|
| 7 |
+
|
| 8 |
+
# Import target "Ceres::ceres" for configuration "Release"
|
| 9 |
+
set_property(TARGET Ceres::ceres APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
| 10 |
+
set_target_properties(Ceres::ceres PROPERTIES
|
| 11 |
+
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX"
|
| 12 |
+
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libceres.a"
|
| 13 |
+
)
|
| 14 |
+
|
| 15 |
+
list(APPEND _cmake_import_check_targets Ceres::ceres )
|
| 16 |
+
list(APPEND _cmake_import_check_files_for_Ceres::ceres "${_IMPORT_PREFIX}/lib/libceres.a" )
|
| 17 |
+
|
| 18 |
+
# Commands beyond this point should not need to know the version.
|
| 19 |
+
set(CMAKE_IMPORT_FILE_VERSION)
|
ceres/CMakeFiles/Export/9a3bb6344a10c987f9c537d2a0e39364/CeresTargets.cmake
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Generated by CMake
|
| 2 |
+
|
| 3 |
+
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
|
| 4 |
+
message(FATAL_ERROR "CMake >= 2.8.0 required")
|
| 5 |
+
endif()
|
| 6 |
+
if(CMAKE_VERSION VERSION_LESS "2.8.3")
|
| 7 |
+
message(FATAL_ERROR "CMake >= 2.8.3 required")
|
| 8 |
+
endif()
|
| 9 |
+
cmake_policy(PUSH)
|
| 10 |
+
cmake_policy(VERSION 2.8.3...3.23)
|
| 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 Ceres::ceres)
|
| 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 Ceres::ceres
|
| 59 |
+
add_library(Ceres::ceres STATIC IMPORTED)
|
| 60 |
+
|
| 61 |
+
set_target_properties(Ceres::ceres PROPERTIES
|
| 62 |
+
INTERFACE_COMPILE_FEATURES "cxx_std_14"
|
| 63 |
+
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;/usr/include"
|
| 64 |
+
INTERFACE_LINK_LIBRARIES "Threads::Threads;/usr/lib/x86_64-linux-gnu/libglog.so;gflags;\$<LINK_ONLY:SuiteSparse::CHOLMOD>;\$<LINK_ONLY:SuiteSparse::SPQR>;\$<LINK_ONLY:CXSparse::CXSparse>;/usr/local/cuda/lib64/libcudart_static.a;\$<LINK_ONLY:Threads::Threads>;\$<LINK_ONLY:dl>;/usr/lib/x86_64-linux-gnu/librt.so;/usr/local/cuda/lib64/libcublas.so;/usr/local/cuda/lib64/libcusolver.so;/usr/local/cuda/lib64/libcusparse.so;/usr/local/lib/libmkl_intel_lp64.so;/usr/local/lib/libmkl_intel_thread.so;/usr/local/lib/libmkl_core.so;/usr/local/lib/libiomp5.so;\$<LINK_ONLY:-lpthread>;\$<LINK_ONLY:-lm>;\$<LINK_ONLY:-ldl>;\$<LINK_ONLY:-lpthread>;\$<LINK_ONLY:-lm>;\$<LINK_ONLY:-ldl>;Eigen3::Eigen"
|
| 65 |
+
)
|
| 66 |
+
|
| 67 |
+
if(CMAKE_VERSION VERSION_LESS 2.8.12)
|
| 68 |
+
message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.")
|
| 69 |
+
endif()
|
| 70 |
+
|
| 71 |
+
# Load information for each installed configuration.
|
| 72 |
+
file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/CeresTargets-*.cmake")
|
| 73 |
+
foreach(_cmake_config_file IN LISTS _cmake_config_files)
|
| 74 |
+
include("${_cmake_config_file}")
|
| 75 |
+
endforeach()
|
| 76 |
+
unset(_cmake_config_file)
|
| 77 |
+
unset(_cmake_config_files)
|
| 78 |
+
|
| 79 |
+
# Cleanup temporary variables.
|
| 80 |
+
set(_IMPORT_PREFIX)
|
| 81 |
+
|
| 82 |
+
# Loop over all imported files and verify that they actually exist
|
| 83 |
+
foreach(_cmake_target IN LISTS _cmake_import_check_targets)
|
| 84 |
+
foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
|
| 85 |
+
if(NOT EXISTS "${_cmake_file}")
|
| 86 |
+
message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
|
| 87 |
+
\"${_cmake_file}\"
|
| 88 |
+
but this file does not exist. Possible reasons include:
|
| 89 |
+
* The file was deleted, renamed, or moved to another location.
|
| 90 |
+
* An install or uninstall procedure did not complete successfully.
|
| 91 |
+
* The installation package was faulty and contained
|
| 92 |
+
\"${CMAKE_CURRENT_LIST_FILE}\"
|
| 93 |
+
but not all the files it references.
|
| 94 |
+
")
|
| 95 |
+
endif()
|
| 96 |
+
endforeach()
|
| 97 |
+
unset(_cmake_file)
|
| 98 |
+
unset("_cmake_import_check_files_for_${_cmake_target}")
|
| 99 |
+
endforeach()
|
| 100 |
+
unset(_cmake_target)
|
| 101 |
+
unset(_cmake_import_check_targets)
|
| 102 |
+
|
| 103 |
+
# This file does not depend on other imported targets which have
|
| 104 |
+
# been exported from the same project but in a separate export set.
|
| 105 |
+
|
| 106 |
+
# Commands beyond this point should not need to know the version.
|
| 107 |
+
set(CMAKE_IMPORT_FILE_VERSION)
|
| 108 |
+
cmake_policy(POP)
|
ceres/CMakeFiles/FindOpenMP/ompver_C.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db4dacadc4a17f56a59fae5edd0d171337c8a0614e2283f1ae730195953ca616
|
| 3 |
+
size 16984
|
ceres/CMakeFiles/FindOpenMP/ompver_CXX.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5161c23c89038fea7a37c1a2864f6b25250a786f818a981c0ec01d4b1a215223
|
| 3 |
+
size 16992
|
ceres/CMakeFiles/Makefile.cmake
ADDED
|
@@ -0,0 +1,188 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
|
| 3 |
+
|
| 4 |
+
# The generator used is:
|
| 5 |
+
set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
|
| 6 |
+
|
| 7 |
+
# The top level Makefile was generated from the following files:
|
| 8 |
+
set(CMAKE_MAKEFILE_DEPENDS
|
| 9 |
+
"CMakeCache.txt"
|
| 10 |
+
"CMakeFiles/3.25.2/CMakeCCompiler.cmake"
|
| 11 |
+
"CMakeFiles/3.25.2/CMakeCXXCompiler.cmake"
|
| 12 |
+
"CMakeFiles/3.25.2/CMakeSystem.cmake"
|
| 13 |
+
"/content/ceres-solver-2.1.0/CMakeLists.txt"
|
| 14 |
+
"/content/ceres-solver-2.1.0/cmake/AddCompileFlagsIfSupported.cmake"
|
| 15 |
+
"/content/ceres-solver-2.1.0/cmake/AddGerritCommitHook.cmake"
|
| 16 |
+
"/content/ceres-solver-2.1.0/cmake/CeresCompileOptionsToComponents.cmake"
|
| 17 |
+
"/content/ceres-solver-2.1.0/cmake/CeresConfig.cmake.in"
|
| 18 |
+
"/content/ceres-solver-2.1.0/cmake/CeresThreadingModels.cmake"
|
| 19 |
+
"/content/ceres-solver-2.1.0/cmake/CreateCeresConfig.cmake"
|
| 20 |
+
"/content/ceres-solver-2.1.0/cmake/DetectBrokenStackCheckMacOSXcodePairing.cmake"
|
| 21 |
+
"/content/ceres-solver-2.1.0/cmake/EnableSanitizer.cmake"
|
| 22 |
+
"/content/ceres-solver-2.1.0/cmake/FindCXSparse.cmake"
|
| 23 |
+
"/content/ceres-solver-2.1.0/cmake/FindGlog.cmake"
|
| 24 |
+
"/content/ceres-solver-2.1.0/cmake/FindMETIS.cmake"
|
| 25 |
+
"/content/ceres-solver-2.1.0/cmake/FindSuiteSparse.cmake"
|
| 26 |
+
"/content/ceres-solver-2.1.0/cmake/FindTBB.cmake"
|
| 27 |
+
"/content/ceres-solver-2.1.0/cmake/PrettyPrintCMakeList.cmake"
|
| 28 |
+
"/content/ceres-solver-2.1.0/cmake/ReadCeresVersionFromSource.cmake"
|
| 29 |
+
"/content/ceres-solver-2.1.0/cmake/UpdateCacheVariable.cmake"
|
| 30 |
+
"/content/ceres-solver-2.1.0/cmake/config.h.in"
|
| 31 |
+
"/content/ceres-solver-2.1.0/cmake/uninstall.cmake.in"
|
| 32 |
+
"/content/ceres-solver-2.1.0/internal/ceres/CMakeLists.txt"
|
| 33 |
+
"/usr/lib/cmake/eigen3/Eigen3Config.cmake"
|
| 34 |
+
"/usr/lib/cmake/eigen3/Eigen3ConfigVersion.cmake"
|
| 35 |
+
"/usr/lib/cmake/eigen3/Eigen3Targets.cmake"
|
| 36 |
+
"/usr/lib/x86_64-linux-gnu/cmake/gflags/gflags-config-version.cmake"
|
| 37 |
+
"/usr/lib/x86_64-linux-gnu/cmake/gflags/gflags-config.cmake"
|
| 38 |
+
"/usr/lib/x86_64-linux-gnu/cmake/gflags/gflags-nonamespace-targets-release.cmake"
|
| 39 |
+
"/usr/lib/x86_64-linux-gnu/cmake/gflags/gflags-nonamespace-targets.cmake"
|
| 40 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in"
|
| 41 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeCCompiler.cmake.in"
|
| 42 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeCCompilerABI.c"
|
| 43 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeCInformation.cmake"
|
| 44 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeCXXCompiler.cmake.in"
|
| 45 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp"
|
| 46 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeCXXInformation.cmake"
|
| 47 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake"
|
| 48 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake"
|
| 49 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeCompilerIdDetection.cmake"
|
| 50 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeDetermineCCompiler.cmake"
|
| 51 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeDetermineCXXCompiler.cmake"
|
| 52 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeDetermineCompileFeatures.cmake"
|
| 53 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeDetermineCompiler.cmake"
|
| 54 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeDetermineCompilerABI.cmake"
|
| 55 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeDetermineCompilerId.cmake"
|
| 56 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeDetermineSystem.cmake"
|
| 57 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeFindBinUtils.cmake"
|
| 58 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeGenericSystem.cmake"
|
| 59 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake"
|
| 60 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake"
|
| 61 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake"
|
| 62 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeParseArguments.cmake"
|
| 63 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeParseImplicitIncludeInfo.cmake"
|
| 64 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeParseImplicitLinkInfo.cmake"
|
| 65 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeParseLibraryArchitecture.cmake"
|
| 66 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeSystem.cmake.in"
|
| 67 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake"
|
| 68 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake"
|
| 69 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeTestCCompiler.cmake"
|
| 70 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeTestCXXCompiler.cmake"
|
| 71 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeTestCompilerCommon.cmake"
|
| 72 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CMakeUnixFindMake.cmake"
|
| 73 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CheckCCompilerFlag.cmake"
|
| 74 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake"
|
| 75 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CheckCXXCompilerFlag.cmake"
|
| 76 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake"
|
| 77 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CheckFunctionExists.cmake"
|
| 78 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CheckIncludeFile.cmake"
|
| 79 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/CheckLibraryExists.cmake"
|
| 80 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/ADSP-DetermineCompiler.cmake"
|
| 81 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/ARMCC-DetermineCompiler.cmake"
|
| 82 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/ARMClang-DetermineCompiler.cmake"
|
| 83 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/AppleClang-DetermineCompiler.cmake"
|
| 84 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/Borland-DetermineCompiler.cmake"
|
| 85 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/Bruce-C-DetermineCompiler.cmake"
|
| 86 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
|
| 87 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/Clang-DetermineCompiler.cmake"
|
| 88 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/Clang-DetermineCompilerInternal.cmake"
|
| 89 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake"
|
| 90 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/Compaq-C-DetermineCompiler.cmake"
|
| 91 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake"
|
| 92 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/Cray-DetermineCompiler.cmake"
|
| 93 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/Embarcadero-DetermineCompiler.cmake"
|
| 94 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/Fujitsu-DetermineCompiler.cmake"
|
| 95 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake"
|
| 96 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/GHS-DetermineCompiler.cmake"
|
| 97 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/GNU-C-DetermineCompiler.cmake"
|
| 98 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/GNU-C.cmake"
|
| 99 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake"
|
| 100 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/GNU-CXX.cmake"
|
| 101 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/GNU-FindBinUtils.cmake"
|
| 102 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/GNU.cmake"
|
| 103 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/HP-C-DetermineCompiler.cmake"
|
| 104 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/HP-CXX-DetermineCompiler.cmake"
|
| 105 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/IAR-DetermineCompiler.cmake"
|
| 106 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
|
| 107 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
|
| 108 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake"
|
| 109 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake"
|
| 110 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/Intel-DetermineCompiler.cmake"
|
| 111 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake"
|
| 112 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/LCC-C-DetermineCompiler.cmake"
|
| 113 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake"
|
| 114 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/MSVC-DetermineCompiler.cmake"
|
| 115 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/NVHPC-DetermineCompiler.cmake"
|
| 116 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/NVIDIA-DetermineCompiler.cmake"
|
| 117 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake"
|
| 118 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/PGI-DetermineCompiler.cmake"
|
| 119 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/PathScale-DetermineCompiler.cmake"
|
| 120 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/SCO-DetermineCompiler.cmake"
|
| 121 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/SDCC-C-DetermineCompiler.cmake"
|
| 122 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/SunPro-C-DetermineCompiler.cmake"
|
| 123 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake"
|
| 124 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/TI-DetermineCompiler.cmake"
|
| 125 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/Tasking-DetermineCompiler.cmake"
|
| 126 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake"
|
| 127 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake"
|
| 128 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake"
|
| 129 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/Watcom-DetermineCompiler.cmake"
|
| 130 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/XL-C-DetermineCompiler.cmake"
|
| 131 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/XL-CXX-DetermineCompiler.cmake"
|
| 132 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/XLClang-C-DetermineCompiler.cmake"
|
| 133 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake"
|
| 134 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/zOS-C-DetermineCompiler.cmake"
|
| 135 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake"
|
| 136 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/FindBLAS.cmake"
|
| 137 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/FindCUDA.cmake"
|
| 138 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/FindCUDA/select_compute_arch.cmake"
|
| 139 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/FindLAPACK.cmake"
|
| 140 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/FindOpenMP.cmake"
|
| 141 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake"
|
| 142 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/FindPackageMessage.cmake"
|
| 143 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/FindThreads.cmake"
|
| 144 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/GNUInstallDirs.cmake"
|
| 145 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/GenerateExportHeader.cmake"
|
| 146 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake"
|
| 147 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Internal/CheckFlagCommonConfig.cmake"
|
| 148 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake"
|
| 149 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Internal/FeatureTesting.cmake"
|
| 150 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Platform/Linux-Determine-CXX.cmake"
|
| 151 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Platform/Linux-GNU-C.cmake"
|
| 152 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Platform/Linux-GNU-CXX.cmake"
|
| 153 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake"
|
| 154 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Platform/Linux.cmake"
|
| 155 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/Platform/UnixPaths.cmake"
|
| 156 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake"
|
| 157 |
+
"/usr/local/lib/python3.9/dist-packages/cmake/data/share/cmake-3.25/Modules/exportheader.cmake.in"
|
| 158 |
+
)
|
| 159 |
+
|
| 160 |
+
# The corresponding makefile is:
|
| 161 |
+
set(CMAKE_MAKEFILE_OUTPUTS
|
| 162 |
+
"Makefile"
|
| 163 |
+
"CMakeFiles/cmake.check_cache"
|
| 164 |
+
)
|
| 165 |
+
|
| 166 |
+
# Byproducts of CMake generate step:
|
| 167 |
+
set(CMAKE_MAKEFILE_PRODUCTS
|
| 168 |
+
"CMakeFiles/3.25.2/CMakeSystem.cmake"
|
| 169 |
+
"CMakeFiles/3.25.2/CMakeCCompiler.cmake"
|
| 170 |
+
"CMakeFiles/3.25.2/CMakeCXXCompiler.cmake"
|
| 171 |
+
"CMakeFiles/3.25.2/CMakeCCompiler.cmake"
|
| 172 |
+
"CMakeFiles/3.25.2/CMakeCXXCompiler.cmake"
|
| 173 |
+
"include/ceres/internal/config.h"
|
| 174 |
+
"CeresConfigVersion.cmake"
|
| 175 |
+
"CeresConfig-install.cmake"
|
| 176 |
+
"cmake/uninstall.cmake"
|
| 177 |
+
"CeresConfig.cmake"
|
| 178 |
+
"CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 179 |
+
"include/ceres/internal/export.h"
|
| 180 |
+
"internal/ceres/CMakeFiles/CMakeDirectoryInformation.cmake"
|
| 181 |
+
)
|
| 182 |
+
|
| 183 |
+
# Dependency information for all targets:
|
| 184 |
+
set(CMAKE_DEPEND_INFO_FILES
|
| 185 |
+
"CMakeFiles/uninstall.dir/DependInfo.cmake"
|
| 186 |
+
"internal/ceres/CMakeFiles/ceres_internal.dir/DependInfo.cmake"
|
| 187 |
+
"internal/ceres/CMakeFiles/ceres.dir/DependInfo.cmake"
|
| 188 |
+
)
|
ceres/CMakeFiles/Makefile2
ADDED
|
@@ -0,0 +1,182 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
|
| 3 |
+
|
| 4 |
+
# Default target executed when no arguments are given to make.
|
| 5 |
+
default_target: all
|
| 6 |
+
.PHONY : default_target
|
| 7 |
+
|
| 8 |
+
#=============================================================================
|
| 9 |
+
# Special targets provided by cmake.
|
| 10 |
+
|
| 11 |
+
# Disable implicit rules so canonical targets will work.
|
| 12 |
+
.SUFFIXES:
|
| 13 |
+
|
| 14 |
+
# Disable VCS-based implicit rules.
|
| 15 |
+
% : %,v
|
| 16 |
+
|
| 17 |
+
# Disable VCS-based implicit rules.
|
| 18 |
+
% : RCS/%
|
| 19 |
+
|
| 20 |
+
# Disable VCS-based implicit rules.
|
| 21 |
+
% : RCS/%,v
|
| 22 |
+
|
| 23 |
+
# Disable VCS-based implicit rules.
|
| 24 |
+
% : SCCS/s.%
|
| 25 |
+
|
| 26 |
+
# Disable VCS-based implicit rules.
|
| 27 |
+
% : s.%
|
| 28 |
+
|
| 29 |
+
.SUFFIXES: .hpux_make_needs_suffix_list
|
| 30 |
+
|
| 31 |
+
# Command-line flag to silence nested $(MAKE).
|
| 32 |
+
$(VERBOSE)MAKESILENT = -s
|
| 33 |
+
|
| 34 |
+
#Suppress display of executed commands.
|
| 35 |
+
$(VERBOSE).SILENT:
|
| 36 |
+
|
| 37 |
+
# A target that is always out of date.
|
| 38 |
+
cmake_force:
|
| 39 |
+
.PHONY : cmake_force
|
| 40 |
+
|
| 41 |
+
#=============================================================================
|
| 42 |
+
# Set environment variables for the build.
|
| 43 |
+
|
| 44 |
+
# The shell in which to execute make rules.
|
| 45 |
+
SHELL = /bin/sh
|
| 46 |
+
|
| 47 |
+
# The CMake executable.
|
| 48 |
+
CMAKE_COMMAND = /usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake
|
| 49 |
+
|
| 50 |
+
# The command to remove a file.
|
| 51 |
+
RM = /usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake -E rm -f
|
| 52 |
+
|
| 53 |
+
# Escaping for special characters.
|
| 54 |
+
EQUALS = =
|
| 55 |
+
|
| 56 |
+
# The top-level source directory on which CMake was run.
|
| 57 |
+
CMAKE_SOURCE_DIR = /content/ceres-solver-2.1.0
|
| 58 |
+
|
| 59 |
+
# The top-level build directory on which CMake was run.
|
| 60 |
+
CMAKE_BINARY_DIR = /content/ceres-bin
|
| 61 |
+
|
| 62 |
+
#=============================================================================
|
| 63 |
+
# Directory level rules for the build root directory
|
| 64 |
+
|
| 65 |
+
# The main recursive "all" target.
|
| 66 |
+
all: internal/ceres/all
|
| 67 |
+
.PHONY : all
|
| 68 |
+
|
| 69 |
+
# The main recursive "preinstall" target.
|
| 70 |
+
preinstall: internal/ceres/preinstall
|
| 71 |
+
.PHONY : preinstall
|
| 72 |
+
|
| 73 |
+
# The main recursive "clean" target.
|
| 74 |
+
clean: CMakeFiles/uninstall.dir/clean
|
| 75 |
+
clean: internal/ceres/clean
|
| 76 |
+
.PHONY : clean
|
| 77 |
+
|
| 78 |
+
#=============================================================================
|
| 79 |
+
# Directory level rules for directory internal/ceres
|
| 80 |
+
|
| 81 |
+
# Recursive "all" directory target.
|
| 82 |
+
internal/ceres/all: internal/ceres/CMakeFiles/ceres_internal.dir/all
|
| 83 |
+
internal/ceres/all: internal/ceres/CMakeFiles/ceres.dir/all
|
| 84 |
+
.PHONY : internal/ceres/all
|
| 85 |
+
|
| 86 |
+
# Recursive "preinstall" directory target.
|
| 87 |
+
internal/ceres/preinstall:
|
| 88 |
+
.PHONY : internal/ceres/preinstall
|
| 89 |
+
|
| 90 |
+
# Recursive "clean" directory target.
|
| 91 |
+
internal/ceres/clean: internal/ceres/CMakeFiles/ceres_internal.dir/clean
|
| 92 |
+
internal/ceres/clean: internal/ceres/CMakeFiles/ceres.dir/clean
|
| 93 |
+
.PHONY : internal/ceres/clean
|
| 94 |
+
|
| 95 |
+
#=============================================================================
|
| 96 |
+
# Target rules for target CMakeFiles/uninstall.dir
|
| 97 |
+
|
| 98 |
+
# All Build rule for target.
|
| 99 |
+
CMakeFiles/uninstall.dir/all:
|
| 100 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/depend
|
| 101 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
|
| 102 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/content/ceres-bin/CMakeFiles --progress-num= "Built target uninstall"
|
| 103 |
+
.PHONY : CMakeFiles/uninstall.dir/all
|
| 104 |
+
|
| 105 |
+
# Build rule for subdir invocation for target.
|
| 106 |
+
CMakeFiles/uninstall.dir/rule: cmake_check_build_system
|
| 107 |
+
$(CMAKE_COMMAND) -E cmake_progress_start /content/ceres-bin/CMakeFiles 0
|
| 108 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/uninstall.dir/all
|
| 109 |
+
$(CMAKE_COMMAND) -E cmake_progress_start /content/ceres-bin/CMakeFiles 0
|
| 110 |
+
.PHONY : CMakeFiles/uninstall.dir/rule
|
| 111 |
+
|
| 112 |
+
# Convenience name for target.
|
| 113 |
+
uninstall: CMakeFiles/uninstall.dir/rule
|
| 114 |
+
.PHONY : uninstall
|
| 115 |
+
|
| 116 |
+
# clean rule for target.
|
| 117 |
+
CMakeFiles/uninstall.dir/clean:
|
| 118 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/clean
|
| 119 |
+
.PHONY : CMakeFiles/uninstall.dir/clean
|
| 120 |
+
|
| 121 |
+
#=============================================================================
|
| 122 |
+
# Target rules for target internal/ceres/CMakeFiles/ceres_internal.dir
|
| 123 |
+
|
| 124 |
+
# All Build rule for target.
|
| 125 |
+
internal/ceres/CMakeFiles/ceres_internal.dir/all:
|
| 126 |
+
$(MAKE) $(MAKESILENT) -f internal/ceres/CMakeFiles/ceres_internal.dir/build.make internal/ceres/CMakeFiles/ceres_internal.dir/depend
|
| 127 |
+
$(MAKE) $(MAKESILENT) -f internal/ceres/CMakeFiles/ceres_internal.dir/build.make internal/ceres/CMakeFiles/ceres_internal.dir/build
|
| 128 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/content/ceres-bin/CMakeFiles --progress-num=8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100 "Built target ceres_internal"
|
| 129 |
+
.PHONY : internal/ceres/CMakeFiles/ceres_internal.dir/all
|
| 130 |
+
|
| 131 |
+
# Build rule for subdir invocation for target.
|
| 132 |
+
internal/ceres/CMakeFiles/ceres_internal.dir/rule: cmake_check_build_system
|
| 133 |
+
$(CMAKE_COMMAND) -E cmake_progress_start /content/ceres-bin/CMakeFiles 93
|
| 134 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 internal/ceres/CMakeFiles/ceres_internal.dir/all
|
| 135 |
+
$(CMAKE_COMMAND) -E cmake_progress_start /content/ceres-bin/CMakeFiles 0
|
| 136 |
+
.PHONY : internal/ceres/CMakeFiles/ceres_internal.dir/rule
|
| 137 |
+
|
| 138 |
+
# Convenience name for target.
|
| 139 |
+
ceres_internal: internal/ceres/CMakeFiles/ceres_internal.dir/rule
|
| 140 |
+
.PHONY : ceres_internal
|
| 141 |
+
|
| 142 |
+
# clean rule for target.
|
| 143 |
+
internal/ceres/CMakeFiles/ceres_internal.dir/clean:
|
| 144 |
+
$(MAKE) $(MAKESILENT) -f internal/ceres/CMakeFiles/ceres_internal.dir/build.make internal/ceres/CMakeFiles/ceres_internal.dir/clean
|
| 145 |
+
.PHONY : internal/ceres/CMakeFiles/ceres_internal.dir/clean
|
| 146 |
+
|
| 147 |
+
#=============================================================================
|
| 148 |
+
# Target rules for target internal/ceres/CMakeFiles/ceres.dir
|
| 149 |
+
|
| 150 |
+
# All Build rule for target.
|
| 151 |
+
internal/ceres/CMakeFiles/ceres.dir/all: internal/ceres/CMakeFiles/ceres_internal.dir/all
|
| 152 |
+
$(MAKE) $(MAKESILENT) -f internal/ceres/CMakeFiles/ceres.dir/build.make internal/ceres/CMakeFiles/ceres.dir/depend
|
| 153 |
+
$(MAKE) $(MAKESILENT) -f internal/ceres/CMakeFiles/ceres.dir/build.make internal/ceres/CMakeFiles/ceres.dir/build
|
| 154 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=/content/ceres-bin/CMakeFiles --progress-num=1,2,3,4,5,6,7 "Built target ceres"
|
| 155 |
+
.PHONY : internal/ceres/CMakeFiles/ceres.dir/all
|
| 156 |
+
|
| 157 |
+
# Build rule for subdir invocation for target.
|
| 158 |
+
internal/ceres/CMakeFiles/ceres.dir/rule: cmake_check_build_system
|
| 159 |
+
$(CMAKE_COMMAND) -E cmake_progress_start /content/ceres-bin/CMakeFiles 100
|
| 160 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 internal/ceres/CMakeFiles/ceres.dir/all
|
| 161 |
+
$(CMAKE_COMMAND) -E cmake_progress_start /content/ceres-bin/CMakeFiles 0
|
| 162 |
+
.PHONY : internal/ceres/CMakeFiles/ceres.dir/rule
|
| 163 |
+
|
| 164 |
+
# Convenience name for target.
|
| 165 |
+
ceres: internal/ceres/CMakeFiles/ceres.dir/rule
|
| 166 |
+
.PHONY : ceres
|
| 167 |
+
|
| 168 |
+
# clean rule for target.
|
| 169 |
+
internal/ceres/CMakeFiles/ceres.dir/clean:
|
| 170 |
+
$(MAKE) $(MAKESILENT) -f internal/ceres/CMakeFiles/ceres.dir/build.make internal/ceres/CMakeFiles/ceres.dir/clean
|
| 171 |
+
.PHONY : internal/ceres/CMakeFiles/ceres.dir/clean
|
| 172 |
+
|
| 173 |
+
#=============================================================================
|
| 174 |
+
# Special targets to cleanup operation of make.
|
| 175 |
+
|
| 176 |
+
# Special rule to run CMake to check the build system integrity.
|
| 177 |
+
# No rule that depends on this can have commands that come from listfiles
|
| 178 |
+
# because they might be regenerated.
|
| 179 |
+
cmake_check_build_system:
|
| 180 |
+
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
| 181 |
+
.PHONY : cmake_check_build_system
|
| 182 |
+
|
ceres/CMakeFiles/TargetDirectories.txt
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/content/ceres-bin/CMakeFiles/uninstall.dir
|
| 2 |
+
/content/ceres-bin/CMakeFiles/test.dir
|
| 3 |
+
/content/ceres-bin/CMakeFiles/edit_cache.dir
|
| 4 |
+
/content/ceres-bin/CMakeFiles/rebuild_cache.dir
|
| 5 |
+
/content/ceres-bin/CMakeFiles/list_install_components.dir
|
| 6 |
+
/content/ceres-bin/CMakeFiles/install.dir
|
| 7 |
+
/content/ceres-bin/CMakeFiles/install/local.dir
|
| 8 |
+
/content/ceres-bin/CMakeFiles/install/strip.dir
|
| 9 |
+
/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir
|
| 10 |
+
/content/ceres-bin/internal/ceres/CMakeFiles/ceres.dir
|
| 11 |
+
/content/ceres-bin/internal/ceres/CMakeFiles/test.dir
|
| 12 |
+
/content/ceres-bin/internal/ceres/CMakeFiles/edit_cache.dir
|
| 13 |
+
/content/ceres-bin/internal/ceres/CMakeFiles/rebuild_cache.dir
|
| 14 |
+
/content/ceres-bin/internal/ceres/CMakeFiles/list_install_components.dir
|
| 15 |
+
/content/ceres-bin/internal/ceres/CMakeFiles/install.dir
|
| 16 |
+
/content/ceres-bin/internal/ceres/CMakeFiles/install/local.dir
|
| 17 |
+
/content/ceres-bin/internal/ceres/CMakeFiles/install/strip.dir
|
ceres/CMakeFiles/cmake.check_cache
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
ceres/CMakeFiles/progress.marks
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
100
|
ceres/CMakeFiles/uninstall.dir/DependInfo.cmake
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|
| 14 |
+
set(CMAKE_TARGET_LINKED_INFO_FILES
|
| 15 |
+
)
|
| 16 |
+
|
| 17 |
+
# Fortran module output directory.
|
| 18 |
+
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
ceres/CMakeFiles/uninstall.dir/build.make
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
|
| 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 = /usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake
|
| 48 |
+
|
| 49 |
+
# The command to remove a file.
|
| 50 |
+
RM = /usr/local/lib/python3.9/dist-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 = /content/ceres-solver-2.1.0
|
| 57 |
+
|
| 58 |
+
# The top-level build directory on which CMake was run.
|
| 59 |
+
CMAKE_BINARY_DIR = /content/ceres-bin
|
| 60 |
+
|
| 61 |
+
# Utility rule file for uninstall.
|
| 62 |
+
|
| 63 |
+
# Include any custom commands dependencies for this target.
|
| 64 |
+
include CMakeFiles/uninstall.dir/compiler_depend.make
|
| 65 |
+
|
| 66 |
+
# Include the progress variables for this target.
|
| 67 |
+
include CMakeFiles/uninstall.dir/progress.make
|
| 68 |
+
|
| 69 |
+
CMakeFiles/uninstall:
|
| 70 |
+
/usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake -P /content/ceres-bin/cmake/uninstall.cmake
|
| 71 |
+
|
| 72 |
+
uninstall: CMakeFiles/uninstall
|
| 73 |
+
uninstall: CMakeFiles/uninstall.dir/build.make
|
| 74 |
+
.PHONY : uninstall
|
| 75 |
+
|
| 76 |
+
# Rule to build all files generated by this target.
|
| 77 |
+
CMakeFiles/uninstall.dir/build: uninstall
|
| 78 |
+
.PHONY : CMakeFiles/uninstall.dir/build
|
| 79 |
+
|
| 80 |
+
CMakeFiles/uninstall.dir/clean:
|
| 81 |
+
$(CMAKE_COMMAND) -P CMakeFiles/uninstall.dir/cmake_clean.cmake
|
| 82 |
+
.PHONY : CMakeFiles/uninstall.dir/clean
|
| 83 |
+
|
| 84 |
+
CMakeFiles/uninstall.dir/depend:
|
| 85 |
+
cd /content/ceres-bin && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /content/ceres-solver-2.1.0 /content/ceres-solver-2.1.0 /content/ceres-bin /content/ceres-bin /content/ceres-bin/CMakeFiles/uninstall.dir/DependInfo.cmake --color=$(COLOR)
|
| 86 |
+
.PHONY : CMakeFiles/uninstall.dir/depend
|
| 87 |
+
|
ceres/CMakeFiles/uninstall.dir/cmake_clean.cmake
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
file(REMOVE_RECURSE
|
| 2 |
+
"CMakeFiles/uninstall"
|
| 3 |
+
)
|
| 4 |
+
|
| 5 |
+
# Per-language clean rules from dependency scanning.
|
| 6 |
+
foreach(lang )
|
| 7 |
+
include(CMakeFiles/uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
| 8 |
+
endforeach()
|
ceres/CMakeFiles/uninstall.dir/compiler_depend.make
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Empty custom commands generated dependencies file for uninstall.
|
| 2 |
+
# This may be replaced when dependencies are built.
|
ceres/CMakeFiles/uninstall.dir/compiler_depend.ts
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Timestamp file for custom commands dependencies management for uninstall.
|
ceres/CMakeFiles/uninstall.dir/progress.make
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
|
ceres/CTestTestfile.cmake
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMake generated Testfile for
|
| 2 |
+
# Source directory: /content/ceres-solver-2.1.0
|
| 3 |
+
# Build directory: /content/ceres-bin
|
| 4 |
+
#
|
| 5 |
+
# This file includes the relevant testing commands required for
|
| 6 |
+
# testing this directory and lists subdirectories to be tested as well.
|
| 7 |
+
subdirs("internal/ceres")
|
ceres/CeresConfig-install.cmake
ADDED
|
@@ -0,0 +1,340 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Ceres Solver - A fast non-linear least squares minimizer
|
| 2 |
+
# Copyright 2015 Google Inc. All rights reserved.
|
| 3 |
+
# http://ceres-solver.org/
|
| 4 |
+
#
|
| 5 |
+
# Redistribution and use in source and binary forms, with or without
|
| 6 |
+
# modification, are permitted provided that the following conditions are met:
|
| 7 |
+
#
|
| 8 |
+
# * Redistributions of source code must retain the above copyright notice,
|
| 9 |
+
# this list of conditions and the following disclaimer.
|
| 10 |
+
# * Redistributions in binary form must reproduce the above copyright notice,
|
| 11 |
+
# this list of conditions and the following disclaimer in the documentation
|
| 12 |
+
# and/or other materials provided with the distribution.
|
| 13 |
+
# * Neither the name of Google Inc. nor the names of its contributors may be
|
| 14 |
+
# used to endorse or promote products derived from this software without
|
| 15 |
+
# specific prior written permission.
|
| 16 |
+
#
|
| 17 |
+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
| 18 |
+
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 19 |
+
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 20 |
+
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
| 21 |
+
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
| 22 |
+
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
| 23 |
+
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
| 24 |
+
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
| 25 |
+
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
| 26 |
+
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
| 27 |
+
# POSSIBILITY OF SUCH DAMAGE.
|
| 28 |
+
#
|
| 29 |
+
# Authors: pablo.speciale@gmail.com (Pablo Speciale)
|
| 30 |
+
# alexs.mac@gmail.com (Alex Stewart)
|
| 31 |
+
#
|
| 32 |
+
|
| 33 |
+
# Config file for Ceres Solver - Find Ceres & dependencies.
|
| 34 |
+
#
|
| 35 |
+
# This file is used by CMake when find_package(Ceres) is invoked and either
|
| 36 |
+
# the directory containing this file either is present in CMAKE_MODULE_PATH
|
| 37 |
+
# (if Ceres was installed), or exists in the local CMake package registry if
|
| 38 |
+
# the Ceres build directory was exported.
|
| 39 |
+
#
|
| 40 |
+
# This module defines the following variables:
|
| 41 |
+
#
|
| 42 |
+
# Ceres_FOUND / CERES_FOUND: True if Ceres has been successfully
|
| 43 |
+
# found. Both variables are set as although
|
| 44 |
+
# FindPackage() only references Ceres_FOUND
|
| 45 |
+
# in Config mode, given the conventions for
|
| 46 |
+
# <package>_FOUND when FindPackage() is
|
| 47 |
+
# called in Module mode, users could
|
| 48 |
+
# reasonably expect to use CERES_FOUND
|
| 49 |
+
# instead.
|
| 50 |
+
#
|
| 51 |
+
# CERES_VERSION: Version of Ceres found.
|
| 52 |
+
#
|
| 53 |
+
# CERES_LIBRARIES: Libraries for Ceres and all
|
| 54 |
+
# dependencies against which Ceres was
|
| 55 |
+
# compiled. This will not include any optional
|
| 56 |
+
# dependencies that were disabled when Ceres was
|
| 57 |
+
# compiled.
|
| 58 |
+
#
|
| 59 |
+
# NOTE: There is no equivalent of CERES_INCLUDE_DIRS as the exported
|
| 60 |
+
# CMake target already includes the definition of its public
|
| 61 |
+
# include directories.
|
| 62 |
+
|
| 63 |
+
include(CMakeFindDependencyMacro)
|
| 64 |
+
|
| 65 |
+
# Called if we failed to find Ceres or any of its required dependencies,
|
| 66 |
+
# unsets all public (designed to be used externally) variables and reports
|
| 67 |
+
# error message at priority depending upon [REQUIRED/QUIET/<NONE>] argument.
|
| 68 |
+
macro(CERES_REPORT_NOT_FOUND REASON_MSG)
|
| 69 |
+
# FindPackage() only references Ceres_FOUND, and requires it to be
|
| 70 |
+
# explicitly set FALSE to denote not found (not merely undefined).
|
| 71 |
+
set(Ceres_FOUND FALSE)
|
| 72 |
+
set(CERES_FOUND FALSE)
|
| 73 |
+
unset(CERES_INCLUDE_DIR)
|
| 74 |
+
unset(CERES_INCLUDE_DIRS)
|
| 75 |
+
unset(CERES_LIBRARIES)
|
| 76 |
+
|
| 77 |
+
# Reset the CMake module path to its state when this script was called.
|
| 78 |
+
set(CMAKE_MODULE_PATH ${CALLERS_CMAKE_MODULE_PATH})
|
| 79 |
+
|
| 80 |
+
# Note <package>_FIND_[REQUIRED/QUIETLY] variables defined by
|
| 81 |
+
# FindPackage() use the camelcase library name, not uppercase.
|
| 82 |
+
if (Ceres_FIND_QUIETLY)
|
| 83 |
+
message(STATUS "Failed to find Ceres - " ${REASON_MSG} ${ARGN})
|
| 84 |
+
elseif (Ceres_FIND_REQUIRED)
|
| 85 |
+
message(FATAL_ERROR "Failed to find Ceres - " ${REASON_MSG} ${ARGN})
|
| 86 |
+
else()
|
| 87 |
+
# Neither QUIETLY nor REQUIRED, use SEND_ERROR which emits an error
|
| 88 |
+
# that prevents generation, but continues configuration.
|
| 89 |
+
message(SEND_ERROR "Failed to find Ceres - " ${REASON_MSG} ${ARGN})
|
| 90 |
+
endif ()
|
| 91 |
+
return()
|
| 92 |
+
endmacro(CERES_REPORT_NOT_FOUND)
|
| 93 |
+
|
| 94 |
+
|
| 95 |
+
# ceres_message([mode] "message text")
|
| 96 |
+
#
|
| 97 |
+
# Wraps the standard cmake 'message' command, but suppresses output
|
| 98 |
+
# if the QUIET flag was passed to the find_package(Ceres ...) call.
|
| 99 |
+
function(ceres_message)
|
| 100 |
+
if (NOT Ceres_FIND_QUIETLY)
|
| 101 |
+
message(${ARGN})
|
| 102 |
+
endif()
|
| 103 |
+
endfunction()
|
| 104 |
+
|
| 105 |
+
|
| 106 |
+
# ceres_pretty_print_cmake_list( OUTPUT_VAR [item1 [item2 ... ]] )
|
| 107 |
+
#
|
| 108 |
+
# Sets ${OUTPUT_VAR} in the caller's scope to a human-readable string
|
| 109 |
+
# representation of the list passed as the remaining arguments formed
|
| 110 |
+
# as: "[item1, item2, ..., itemN]".
|
| 111 |
+
function(ceres_pretty_print_cmake_list OUTPUT_VAR)
|
| 112 |
+
string(REPLACE ";" ", " PRETTY_LIST_STRING "[${ARGN}]")
|
| 113 |
+
set(${OUTPUT_VAR} "${PRETTY_LIST_STRING}" PARENT_SCOPE)
|
| 114 |
+
endfunction()
|
| 115 |
+
|
| 116 |
+
# The list of (optional) components this version of Ceres was compiled with.
|
| 117 |
+
set(CERES_COMPILED_COMPONENTS "EigenSparse;SparseLinearAlgebraLibrary;LAPACK;SuiteSparse;CXSparse;SchurSpecializations;Multithreading")
|
| 118 |
+
|
| 119 |
+
# If Ceres was not installed, then by definition it was exported
|
| 120 |
+
# from a build directory.
|
| 121 |
+
set(CERES_WAS_INSTALLED TRUE)
|
| 122 |
+
|
| 123 |
+
# Record the state of the CMake module path when this script was
|
| 124 |
+
# called so that we can ensure that we leave it in the same state on
|
| 125 |
+
# exit as it was on entry, but modify it locally.
|
| 126 |
+
set(CALLERS_CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH})
|
| 127 |
+
|
| 128 |
+
# Get the (current, i.e. installed) directory containing this file.
|
| 129 |
+
get_filename_component(CERES_CURRENT_CONFIG_DIR
|
| 130 |
+
"${CMAKE_CURRENT_LIST_FILE}" PATH)
|
| 131 |
+
|
| 132 |
+
if (CERES_WAS_INSTALLED)
|
| 133 |
+
# Reset CMake module path to the installation directory of this
|
| 134 |
+
# script, thus we will use the FindPackage() scripts shipped with
|
| 135 |
+
# Ceres to find Ceres' dependencies, even if the user has equivalently
|
| 136 |
+
# named FindPackage() scripts in their project.
|
| 137 |
+
set(CMAKE_MODULE_PATH ${CERES_CURRENT_CONFIG_DIR})
|
| 138 |
+
|
| 139 |
+
# Build the absolute root install directory as a relative path
|
| 140 |
+
# (determined when Ceres was configured & built) from the current
|
| 141 |
+
# install directory for this this file. This allows for the install
|
| 142 |
+
# tree to be relocated, after Ceres was built, outside of CMake.
|
| 143 |
+
get_filename_component(CURRENT_ROOT_INSTALL_DIR
|
| 144 |
+
"${CERES_CURRENT_CONFIG_DIR}/../../../"
|
| 145 |
+
ABSOLUTE)
|
| 146 |
+
if (NOT EXISTS ${CURRENT_ROOT_INSTALL_DIR})
|
| 147 |
+
ceres_report_not_found(
|
| 148 |
+
"Ceres install root: ${CURRENT_ROOT_INSTALL_DIR}, "
|
| 149 |
+
"determined from relative path from CeresConfig.cmake install location: "
|
| 150 |
+
"${CERES_CURRENT_CONFIG_DIR}, does not exist. Either the install "
|
| 151 |
+
"directory was deleted, or the install tree was only partially relocated "
|
| 152 |
+
"outside of CMake after Ceres was built.")
|
| 153 |
+
endif (NOT EXISTS ${CURRENT_ROOT_INSTALL_DIR})
|
| 154 |
+
|
| 155 |
+
else(CERES_WAS_INSTALLED)
|
| 156 |
+
# Ceres was exported from the build tree.
|
| 157 |
+
set(CERES_EXPORTED_BUILD_DIR ${CERES_CURRENT_CONFIG_DIR})
|
| 158 |
+
get_filename_component(CERES_EXPORTED_SOURCE_DIR
|
| 159 |
+
"${CERES_EXPORTED_BUILD_DIR}/../../../"
|
| 160 |
+
ABSOLUTE)
|
| 161 |
+
if (NOT EXISTS ${CERES_EXPORTED_SOURCE_DIR})
|
| 162 |
+
ceres_report_not_found(
|
| 163 |
+
"Ceres exported source directory: ${CERES_EXPORTED_SOURCE_DIR}, "
|
| 164 |
+
"determined from relative path from CeresConfig.cmake exported build "
|
| 165 |
+
"directory: ${CERES_EXPORTED_BUILD_DIR} does not exist.")
|
| 166 |
+
endif()
|
| 167 |
+
|
| 168 |
+
# Reset CMake module path to the cmake directory in the Ceres source
|
| 169 |
+
# tree which was exported, thus we will use the FindPackage() scripts shipped
|
| 170 |
+
# with Ceres to find Ceres' dependencies, even if the user has equivalently
|
| 171 |
+
# named FindPackage() scripts in their project.
|
| 172 |
+
set(CMAKE_MODULE_PATH ${CERES_EXPORTED_SOURCE_DIR}/cmake)
|
| 173 |
+
endif(CERES_WAS_INSTALLED)
|
| 174 |
+
|
| 175 |
+
# Set the version.
|
| 176 |
+
set(CERES_VERSION 2.1.0)
|
| 177 |
+
|
| 178 |
+
include(CMakeFindDependencyMacro)
|
| 179 |
+
find_dependency(Threads)
|
| 180 |
+
|
| 181 |
+
# Optional dependencies
|
| 182 |
+
find_dependency(CXSparse 3.2.0)
|
| 183 |
+
find_dependency(SuiteSparse 5.7.1)
|
| 184 |
+
|
| 185 |
+
# As imported CMake targets are not re-exported when a dependent target is
|
| 186 |
+
# exported, we must invoke find_package(XXX) here to reload the definition
|
| 187 |
+
# of their targets. Without this, the dependency target names (e.g.
|
| 188 |
+
# 'gflags-shared') which will be present in the ceres target would not be
|
| 189 |
+
# defined, and so CMake will assume that they refer to a library name and
|
| 190 |
+
# fail to link correctly.
|
| 191 |
+
|
| 192 |
+
# Eigen.
|
| 193 |
+
# Flag set during configuration and build of Ceres.
|
| 194 |
+
set(CERES_EIGEN_VERSION 3.3.7)
|
| 195 |
+
# Search quietly to control the timing of the error message if not found. The
|
| 196 |
+
# search should be for an exact match, but for usability reasons do a soft
|
| 197 |
+
# match and reject with an explanation below.
|
| 198 |
+
find_package(Eigen3 ${CERES_EIGEN_VERSION} QUIET)
|
| 199 |
+
if (Eigen3_FOUND)
|
| 200 |
+
if (NOT Eigen3_VERSION VERSION_EQUAL CERES_EIGEN_VERSION)
|
| 201 |
+
# CMake's VERSION check in FIND_PACKAGE() will accept any version >= the
|
| 202 |
+
# specified version. However, only version = is supported. Improve
|
| 203 |
+
# usability by explaining why we don't accept non-exact version matching.
|
| 204 |
+
ceres_report_not_found("Found Eigen dependency, but the version of Eigen "
|
| 205 |
+
"found (${Eigen3_VERSION}) does not exactly match the version of Eigen "
|
| 206 |
+
"Ceres was compiled with (${CERES_EIGEN_VERSION}). This can cause subtle "
|
| 207 |
+
"bugs by triggering violations of the One Definition Rule. See the "
|
| 208 |
+
"Wikipedia article http://en.wikipedia.org/wiki/One_Definition_Rule "
|
| 209 |
+
"for more details")
|
| 210 |
+
endif ()
|
| 211 |
+
ceres_message(STATUS "Found required Ceres dependency: "
|
| 212 |
+
"Eigen version ${CERES_EIGEN_VERSION} in ${Eigen3_DIR}")
|
| 213 |
+
else (Eigen3_FOUND)
|
| 214 |
+
ceres_report_not_found("Missing required Ceres "
|
| 215 |
+
"dependency: Eigen version ${CERES_EIGEN_VERSION}, please set "
|
| 216 |
+
"Eigen3_DIR.")
|
| 217 |
+
endif (Eigen3_FOUND)
|
| 218 |
+
|
| 219 |
+
# glog (and maybe gflags).
|
| 220 |
+
#
|
| 221 |
+
# Flags set during configuration and build of Ceres.
|
| 222 |
+
set(CERES_USES_MINIGLOG OFF)
|
| 223 |
+
set(CERES_GLOG_VERSION )
|
| 224 |
+
set(CERES_GLOG_WAS_BUILT_WITH_CMAKE 0)
|
| 225 |
+
|
| 226 |
+
set(CERES_USES_GFLAGS ON)
|
| 227 |
+
set(CERES_GFLAGS_VERSION 2.2.2)
|
| 228 |
+
|
| 229 |
+
if (CERES_USES_MINIGLOG)
|
| 230 |
+
# Output message at standard log level (not the lower STATUS) so that
|
| 231 |
+
# the message is output in GUI during configuration to warn user.
|
| 232 |
+
ceres_message("-- Found Ceres compiled with miniglog substitute "
|
| 233 |
+
"for glog, beware this will likely cause problems if glog is later linked.")
|
| 234 |
+
else(CERES_USES_MINIGLOG)
|
| 235 |
+
if (CERES_GLOG_WAS_BUILT_WITH_CMAKE)
|
| 236 |
+
find_package(glog ${CERES_GLOG_VERSION} CONFIG QUIET)
|
| 237 |
+
set(GLOG_FOUND ${glog_FOUND})
|
| 238 |
+
else()
|
| 239 |
+
# Version of glog against which Ceres was built was not built with CMake,
|
| 240 |
+
# use the exported glog find_package() module from Ceres to find it again.
|
| 241 |
+
# Append the locations of glog when Ceres was built to the search path hints.
|
| 242 |
+
list(APPEND GLOG_INCLUDE_DIR_HINTS "/usr/include")
|
| 243 |
+
get_filename_component(CERES_BUILD_GLOG_LIBRARY_DIR "/usr/lib/x86_64-linux-gnu/libglog.so" PATH)
|
| 244 |
+
list(APPEND GLOG_LIBRARY_DIR_HINTS ${CERES_BUILD_GLOG_LIBRARY_DIR})
|
| 245 |
+
|
| 246 |
+
# Search quietly s/t we control the timing of the error message if not found.
|
| 247 |
+
find_package(Glog QUIET)
|
| 248 |
+
endif()
|
| 249 |
+
|
| 250 |
+
if (GLOG_FOUND)
|
| 251 |
+
ceres_message(STATUS "Found required Ceres dependency: glog")
|
| 252 |
+
else()
|
| 253 |
+
ceres_report_not_found("Missing required Ceres dependency: glog.")
|
| 254 |
+
endif()
|
| 255 |
+
|
| 256 |
+
# gflags is only a public dependency of Ceres via glog, thus is not required
|
| 257 |
+
# if Ceres was built with MINIGLOG.
|
| 258 |
+
if (CERES_USES_GFLAGS)
|
| 259 |
+
# Search quietly s/t we control the timing of the error message if not found.
|
| 260 |
+
find_package(gflags ${CERES_GFLAGS_VERSION} QUIET)
|
| 261 |
+
if (gflags_FOUND AND TARGET gflags)
|
| 262 |
+
ceres_message(STATUS "Found required Ceres dependency: gflags")
|
| 263 |
+
else()
|
| 264 |
+
ceres_report_not_found("Missing required Ceres "
|
| 265 |
+
"dependency: gflags (not found, or not found as exported CMake target).")
|
| 266 |
+
endif()
|
| 267 |
+
endif()
|
| 268 |
+
endif(CERES_USES_MINIGLOG)
|
| 269 |
+
|
| 270 |
+
# Import exported Ceres targets, if they have not already been imported.
|
| 271 |
+
if (NOT TARGET ceres AND NOT Ceres_BINARY_DIR)
|
| 272 |
+
include(${CERES_CURRENT_CONFIG_DIR}/CeresTargets.cmake)
|
| 273 |
+
endif (NOT TARGET ceres AND NOT Ceres_BINARY_DIR)
|
| 274 |
+
# Set the expected XX_LIBRARIES variable for FindPackage().
|
| 275 |
+
set(CERES_LIBRARIES Ceres::ceres)
|
| 276 |
+
|
| 277 |
+
# Reset CMake module path to its state when this script was called.
|
| 278 |
+
set(CMAKE_MODULE_PATH ${CALLERS_CMAKE_MODULE_PATH})
|
| 279 |
+
|
| 280 |
+
# Build the detected Ceres version string to correctly capture whether it
|
| 281 |
+
# was installed, or exported.
|
| 282 |
+
ceres_pretty_print_cmake_list(CERES_COMPILED_COMPONENTS_STRING
|
| 283 |
+
${CERES_COMPILED_COMPONENTS})
|
| 284 |
+
if (CERES_WAS_INSTALLED)
|
| 285 |
+
set(CERES_DETECTED_VERSION_STRING "Ceres version: ${CERES_VERSION} "
|
| 286 |
+
"installed in: ${CURRENT_ROOT_INSTALL_DIR} with components: "
|
| 287 |
+
"${CERES_COMPILED_COMPONENTS_STRING}")
|
| 288 |
+
else (CERES_WAS_INSTALLED)
|
| 289 |
+
set(CERES_DETECTED_VERSION_STRING "Ceres version: ${CERES_VERSION} "
|
| 290 |
+
"exported from build directory: ${CERES_EXPORTED_BUILD_DIR} with "
|
| 291 |
+
"components: ${CERES_COMPILED_COMPONENTS_STRING}")
|
| 292 |
+
endif()
|
| 293 |
+
|
| 294 |
+
# If the user called this script through find_package() whilst specifying
|
| 295 |
+
# particular Ceres components that should be found via:
|
| 296 |
+
# find_package(Ceres COMPONENTS XXX YYY), check the requested components against
|
| 297 |
+
# those with which Ceres was compiled. In this case, we should only report
|
| 298 |
+
# Ceres as found if all the requested components have been found.
|
| 299 |
+
if (Ceres_FIND_COMPONENTS)
|
| 300 |
+
foreach (REQUESTED_COMPONENT ${Ceres_FIND_COMPONENTS})
|
| 301 |
+
list(FIND CERES_COMPILED_COMPONENTS ${REQUESTED_COMPONENT} HAVE_REQUESTED_COMPONENT)
|
| 302 |
+
# list(FIND ..) returns -1 if the element was not in the list, but CMake
|
| 303 |
+
# interprets if (VAR) to be true if VAR is any non-zero number, even
|
| 304 |
+
# negative ones, hence we have to explicitly check for >= 0.
|
| 305 |
+
if (HAVE_REQUESTED_COMPONENT EQUAL -1)
|
| 306 |
+
# Check for the presence of all requested components before reporting
|
| 307 |
+
# not found, such that we report all of the missing components rather
|
| 308 |
+
# than just the first.
|
| 309 |
+
list(APPEND MISSING_CERES_COMPONENTS ${REQUESTED_COMPONENT})
|
| 310 |
+
endif()
|
| 311 |
+
endforeach()
|
| 312 |
+
if (MISSING_CERES_COMPONENTS)
|
| 313 |
+
ceres_pretty_print_cmake_list(REQUESTED_CERES_COMPONENTS_STRING
|
| 314 |
+
${Ceres_FIND_COMPONENTS})
|
| 315 |
+
ceres_pretty_print_cmake_list(MISSING_CERES_COMPONENTS_STRING
|
| 316 |
+
${MISSING_CERES_COMPONENTS})
|
| 317 |
+
ceres_report_not_found("Missing requested Ceres components: "
|
| 318 |
+
"${MISSING_CERES_COMPONENTS_STRING} (components requested: "
|
| 319 |
+
"${REQUESTED_CERES_COMPONENTS_STRING}). Detected "
|
| 320 |
+
"${CERES_DETECTED_VERSION_STRING}.")
|
| 321 |
+
endif()
|
| 322 |
+
endif()
|
| 323 |
+
|
| 324 |
+
# As we use CERES_REPORT_NOT_FOUND() to abort, if we reach this point we have
|
| 325 |
+
# found Ceres and all required dependencies.
|
| 326 |
+
ceres_message(STATUS "Found " ${CERES_DETECTED_VERSION_STRING})
|
| 327 |
+
|
| 328 |
+
# Set CERES_FOUND to be equivalent to Ceres_FOUND, which is set to
|
| 329 |
+
# TRUE by FindPackage() if this file is found and run, and after which
|
| 330 |
+
# Ceres_FOUND is not (explicitly, i.e. undefined does not count) set
|
| 331 |
+
# to FALSE.
|
| 332 |
+
set(CERES_FOUND TRUE)
|
| 333 |
+
|
| 334 |
+
if (NOT TARGET ceres)
|
| 335 |
+
# For backwards compatibility, create a local 'alias' target with the
|
| 336 |
+
# non-namespace-qualified Ceres target name. Note that this is not a
|
| 337 |
+
# true ALIAS library in CMake terms as they cannot point to imported targets.
|
| 338 |
+
add_library(ceres INTERFACE IMPORTED)
|
| 339 |
+
set_target_properties(ceres PROPERTIES INTERFACE_LINK_LIBRARIES Ceres::ceres)
|
| 340 |
+
endif()
|
ceres/CeresConfig.cmake
ADDED
|
@@ -0,0 +1,340 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Ceres Solver - A fast non-linear least squares minimizer
|
| 2 |
+
# Copyright 2015 Google Inc. All rights reserved.
|
| 3 |
+
# http://ceres-solver.org/
|
| 4 |
+
#
|
| 5 |
+
# Redistribution and use in source and binary forms, with or without
|
| 6 |
+
# modification, are permitted provided that the following conditions are met:
|
| 7 |
+
#
|
| 8 |
+
# * Redistributions of source code must retain the above copyright notice,
|
| 9 |
+
# this list of conditions and the following disclaimer.
|
| 10 |
+
# * Redistributions in binary form must reproduce the above copyright notice,
|
| 11 |
+
# this list of conditions and the following disclaimer in the documentation
|
| 12 |
+
# and/or other materials provided with the distribution.
|
| 13 |
+
# * Neither the name of Google Inc. nor the names of its contributors may be
|
| 14 |
+
# used to endorse or promote products derived from this software without
|
| 15 |
+
# specific prior written permission.
|
| 16 |
+
#
|
| 17 |
+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
| 18 |
+
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 19 |
+
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 20 |
+
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
| 21 |
+
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
| 22 |
+
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
| 23 |
+
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
| 24 |
+
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
| 25 |
+
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
| 26 |
+
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
| 27 |
+
# POSSIBILITY OF SUCH DAMAGE.
|
| 28 |
+
#
|
| 29 |
+
# Authors: pablo.speciale@gmail.com (Pablo Speciale)
|
| 30 |
+
# alexs.mac@gmail.com (Alex Stewart)
|
| 31 |
+
#
|
| 32 |
+
|
| 33 |
+
# Config file for Ceres Solver - Find Ceres & dependencies.
|
| 34 |
+
#
|
| 35 |
+
# This file is used by CMake when find_package(Ceres) is invoked and either
|
| 36 |
+
# the directory containing this file either is present in CMAKE_MODULE_PATH
|
| 37 |
+
# (if Ceres was installed), or exists in the local CMake package registry if
|
| 38 |
+
# the Ceres build directory was exported.
|
| 39 |
+
#
|
| 40 |
+
# This module defines the following variables:
|
| 41 |
+
#
|
| 42 |
+
# Ceres_FOUND / CERES_FOUND: True if Ceres has been successfully
|
| 43 |
+
# found. Both variables are set as although
|
| 44 |
+
# FindPackage() only references Ceres_FOUND
|
| 45 |
+
# in Config mode, given the conventions for
|
| 46 |
+
# <package>_FOUND when FindPackage() is
|
| 47 |
+
# called in Module mode, users could
|
| 48 |
+
# reasonably expect to use CERES_FOUND
|
| 49 |
+
# instead.
|
| 50 |
+
#
|
| 51 |
+
# CERES_VERSION: Version of Ceres found.
|
| 52 |
+
#
|
| 53 |
+
# CERES_LIBRARIES: Libraries for Ceres and all
|
| 54 |
+
# dependencies against which Ceres was
|
| 55 |
+
# compiled. This will not include any optional
|
| 56 |
+
# dependencies that were disabled when Ceres was
|
| 57 |
+
# compiled.
|
| 58 |
+
#
|
| 59 |
+
# NOTE: There is no equivalent of CERES_INCLUDE_DIRS as the exported
|
| 60 |
+
# CMake target already includes the definition of its public
|
| 61 |
+
# include directories.
|
| 62 |
+
|
| 63 |
+
include(CMakeFindDependencyMacro)
|
| 64 |
+
|
| 65 |
+
# Called if we failed to find Ceres or any of its required dependencies,
|
| 66 |
+
# unsets all public (designed to be used externally) variables and reports
|
| 67 |
+
# error message at priority depending upon [REQUIRED/QUIET/<NONE>] argument.
|
| 68 |
+
macro(CERES_REPORT_NOT_FOUND REASON_MSG)
|
| 69 |
+
# FindPackage() only references Ceres_FOUND, and requires it to be
|
| 70 |
+
# explicitly set FALSE to denote not found (not merely undefined).
|
| 71 |
+
set(Ceres_FOUND FALSE)
|
| 72 |
+
set(CERES_FOUND FALSE)
|
| 73 |
+
unset(CERES_INCLUDE_DIR)
|
| 74 |
+
unset(CERES_INCLUDE_DIRS)
|
| 75 |
+
unset(CERES_LIBRARIES)
|
| 76 |
+
|
| 77 |
+
# Reset the CMake module path to its state when this script was called.
|
| 78 |
+
set(CMAKE_MODULE_PATH ${CALLERS_CMAKE_MODULE_PATH})
|
| 79 |
+
|
| 80 |
+
# Note <package>_FIND_[REQUIRED/QUIETLY] variables defined by
|
| 81 |
+
# FindPackage() use the camelcase library name, not uppercase.
|
| 82 |
+
if (Ceres_FIND_QUIETLY)
|
| 83 |
+
message(STATUS "Failed to find Ceres - " ${REASON_MSG} ${ARGN})
|
| 84 |
+
elseif (Ceres_FIND_REQUIRED)
|
| 85 |
+
message(FATAL_ERROR "Failed to find Ceres - " ${REASON_MSG} ${ARGN})
|
| 86 |
+
else()
|
| 87 |
+
# Neither QUIETLY nor REQUIRED, use SEND_ERROR which emits an error
|
| 88 |
+
# that prevents generation, but continues configuration.
|
| 89 |
+
message(SEND_ERROR "Failed to find Ceres - " ${REASON_MSG} ${ARGN})
|
| 90 |
+
endif ()
|
| 91 |
+
return()
|
| 92 |
+
endmacro(CERES_REPORT_NOT_FOUND)
|
| 93 |
+
|
| 94 |
+
|
| 95 |
+
# ceres_message([mode] "message text")
|
| 96 |
+
#
|
| 97 |
+
# Wraps the standard cmake 'message' command, but suppresses output
|
| 98 |
+
# if the QUIET flag was passed to the find_package(Ceres ...) call.
|
| 99 |
+
function(ceres_message)
|
| 100 |
+
if (NOT Ceres_FIND_QUIETLY)
|
| 101 |
+
message(${ARGN})
|
| 102 |
+
endif()
|
| 103 |
+
endfunction()
|
| 104 |
+
|
| 105 |
+
|
| 106 |
+
# ceres_pretty_print_cmake_list( OUTPUT_VAR [item1 [item2 ... ]] )
|
| 107 |
+
#
|
| 108 |
+
# Sets ${OUTPUT_VAR} in the caller's scope to a human-readable string
|
| 109 |
+
# representation of the list passed as the remaining arguments formed
|
| 110 |
+
# as: "[item1, item2, ..., itemN]".
|
| 111 |
+
function(ceres_pretty_print_cmake_list OUTPUT_VAR)
|
| 112 |
+
string(REPLACE ";" ", " PRETTY_LIST_STRING "[${ARGN}]")
|
| 113 |
+
set(${OUTPUT_VAR} "${PRETTY_LIST_STRING}" PARENT_SCOPE)
|
| 114 |
+
endfunction()
|
| 115 |
+
|
| 116 |
+
# The list of (optional) components this version of Ceres was compiled with.
|
| 117 |
+
set(CERES_COMPILED_COMPONENTS "EigenSparse;SparseLinearAlgebraLibrary;LAPACK;SuiteSparse;CXSparse;SchurSpecializations;Multithreading")
|
| 118 |
+
|
| 119 |
+
# If Ceres was not installed, then by definition it was exported
|
| 120 |
+
# from a build directory.
|
| 121 |
+
set(CERES_WAS_INSTALLED FALSE)
|
| 122 |
+
|
| 123 |
+
# Record the state of the CMake module path when this script was
|
| 124 |
+
# called so that we can ensure that we leave it in the same state on
|
| 125 |
+
# exit as it was on entry, but modify it locally.
|
| 126 |
+
set(CALLERS_CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH})
|
| 127 |
+
|
| 128 |
+
# Get the (current, i.e. installed) directory containing this file.
|
| 129 |
+
get_filename_component(CERES_CURRENT_CONFIG_DIR
|
| 130 |
+
"${CMAKE_CURRENT_LIST_FILE}" PATH)
|
| 131 |
+
|
| 132 |
+
if (CERES_WAS_INSTALLED)
|
| 133 |
+
# Reset CMake module path to the installation directory of this
|
| 134 |
+
# script, thus we will use the FindPackage() scripts shipped with
|
| 135 |
+
# Ceres to find Ceres' dependencies, even if the user has equivalently
|
| 136 |
+
# named FindPackage() scripts in their project.
|
| 137 |
+
set(CMAKE_MODULE_PATH ${CERES_CURRENT_CONFIG_DIR})
|
| 138 |
+
|
| 139 |
+
# Build the absolute root install directory as a relative path
|
| 140 |
+
# (determined when Ceres was configured & built) from the current
|
| 141 |
+
# install directory for this this file. This allows for the install
|
| 142 |
+
# tree to be relocated, after Ceres was built, outside of CMake.
|
| 143 |
+
get_filename_component(CURRENT_ROOT_INSTALL_DIR
|
| 144 |
+
"${CERES_CURRENT_CONFIG_DIR}/../ceres-solver-2.1.0"
|
| 145 |
+
ABSOLUTE)
|
| 146 |
+
if (NOT EXISTS ${CURRENT_ROOT_INSTALL_DIR})
|
| 147 |
+
ceres_report_not_found(
|
| 148 |
+
"Ceres install root: ${CURRENT_ROOT_INSTALL_DIR}, "
|
| 149 |
+
"determined from relative path from CeresConfig.cmake install location: "
|
| 150 |
+
"${CERES_CURRENT_CONFIG_DIR}, does not exist. Either the install "
|
| 151 |
+
"directory was deleted, or the install tree was only partially relocated "
|
| 152 |
+
"outside of CMake after Ceres was built.")
|
| 153 |
+
endif (NOT EXISTS ${CURRENT_ROOT_INSTALL_DIR})
|
| 154 |
+
|
| 155 |
+
else(CERES_WAS_INSTALLED)
|
| 156 |
+
# Ceres was exported from the build tree.
|
| 157 |
+
set(CERES_EXPORTED_BUILD_DIR ${CERES_CURRENT_CONFIG_DIR})
|
| 158 |
+
get_filename_component(CERES_EXPORTED_SOURCE_DIR
|
| 159 |
+
"${CERES_EXPORTED_BUILD_DIR}/../ceres-solver-2.1.0"
|
| 160 |
+
ABSOLUTE)
|
| 161 |
+
if (NOT EXISTS ${CERES_EXPORTED_SOURCE_DIR})
|
| 162 |
+
ceres_report_not_found(
|
| 163 |
+
"Ceres exported source directory: ${CERES_EXPORTED_SOURCE_DIR}, "
|
| 164 |
+
"determined from relative path from CeresConfig.cmake exported build "
|
| 165 |
+
"directory: ${CERES_EXPORTED_BUILD_DIR} does not exist.")
|
| 166 |
+
endif()
|
| 167 |
+
|
| 168 |
+
# Reset CMake module path to the cmake directory in the Ceres source
|
| 169 |
+
# tree which was exported, thus we will use the FindPackage() scripts shipped
|
| 170 |
+
# with Ceres to find Ceres' dependencies, even if the user has equivalently
|
| 171 |
+
# named FindPackage() scripts in their project.
|
| 172 |
+
set(CMAKE_MODULE_PATH ${CERES_EXPORTED_SOURCE_DIR}/cmake)
|
| 173 |
+
endif(CERES_WAS_INSTALLED)
|
| 174 |
+
|
| 175 |
+
# Set the version.
|
| 176 |
+
set(CERES_VERSION 2.1.0)
|
| 177 |
+
|
| 178 |
+
include(CMakeFindDependencyMacro)
|
| 179 |
+
find_dependency(Threads)
|
| 180 |
+
|
| 181 |
+
# Optional dependencies
|
| 182 |
+
find_dependency(CXSparse 3.2.0)
|
| 183 |
+
find_dependency(SuiteSparse 5.7.1)
|
| 184 |
+
|
| 185 |
+
# As imported CMake targets are not re-exported when a dependent target is
|
| 186 |
+
# exported, we must invoke find_package(XXX) here to reload the definition
|
| 187 |
+
# of their targets. Without this, the dependency target names (e.g.
|
| 188 |
+
# 'gflags-shared') which will be present in the ceres target would not be
|
| 189 |
+
# defined, and so CMake will assume that they refer to a library name and
|
| 190 |
+
# fail to link correctly.
|
| 191 |
+
|
| 192 |
+
# Eigen.
|
| 193 |
+
# Flag set during configuration and build of Ceres.
|
| 194 |
+
set(CERES_EIGEN_VERSION 3.3.7)
|
| 195 |
+
# Search quietly to control the timing of the error message if not found. The
|
| 196 |
+
# search should be for an exact match, but for usability reasons do a soft
|
| 197 |
+
# match and reject with an explanation below.
|
| 198 |
+
find_package(Eigen3 ${CERES_EIGEN_VERSION} QUIET)
|
| 199 |
+
if (Eigen3_FOUND)
|
| 200 |
+
if (NOT Eigen3_VERSION VERSION_EQUAL CERES_EIGEN_VERSION)
|
| 201 |
+
# CMake's VERSION check in FIND_PACKAGE() will accept any version >= the
|
| 202 |
+
# specified version. However, only version = is supported. Improve
|
| 203 |
+
# usability by explaining why we don't accept non-exact version matching.
|
| 204 |
+
ceres_report_not_found("Found Eigen dependency, but the version of Eigen "
|
| 205 |
+
"found (${Eigen3_VERSION}) does not exactly match the version of Eigen "
|
| 206 |
+
"Ceres was compiled with (${CERES_EIGEN_VERSION}). This can cause subtle "
|
| 207 |
+
"bugs by triggering violations of the One Definition Rule. See the "
|
| 208 |
+
"Wikipedia article http://en.wikipedia.org/wiki/One_Definition_Rule "
|
| 209 |
+
"for more details")
|
| 210 |
+
endif ()
|
| 211 |
+
ceres_message(STATUS "Found required Ceres dependency: "
|
| 212 |
+
"Eigen version ${CERES_EIGEN_VERSION} in ${Eigen3_DIR}")
|
| 213 |
+
else (Eigen3_FOUND)
|
| 214 |
+
ceres_report_not_found("Missing required Ceres "
|
| 215 |
+
"dependency: Eigen version ${CERES_EIGEN_VERSION}, please set "
|
| 216 |
+
"Eigen3_DIR.")
|
| 217 |
+
endif (Eigen3_FOUND)
|
| 218 |
+
|
| 219 |
+
# glog (and maybe gflags).
|
| 220 |
+
#
|
| 221 |
+
# Flags set during configuration and build of Ceres.
|
| 222 |
+
set(CERES_USES_MINIGLOG OFF)
|
| 223 |
+
set(CERES_GLOG_VERSION )
|
| 224 |
+
set(CERES_GLOG_WAS_BUILT_WITH_CMAKE 0)
|
| 225 |
+
|
| 226 |
+
set(CERES_USES_GFLAGS ON)
|
| 227 |
+
set(CERES_GFLAGS_VERSION 2.2.2)
|
| 228 |
+
|
| 229 |
+
if (CERES_USES_MINIGLOG)
|
| 230 |
+
# Output message at standard log level (not the lower STATUS) so that
|
| 231 |
+
# the message is output in GUI during configuration to warn user.
|
| 232 |
+
ceres_message("-- Found Ceres compiled with miniglog substitute "
|
| 233 |
+
"for glog, beware this will likely cause problems if glog is later linked.")
|
| 234 |
+
else(CERES_USES_MINIGLOG)
|
| 235 |
+
if (CERES_GLOG_WAS_BUILT_WITH_CMAKE)
|
| 236 |
+
find_package(glog ${CERES_GLOG_VERSION} CONFIG QUIET)
|
| 237 |
+
set(GLOG_FOUND ${glog_FOUND})
|
| 238 |
+
else()
|
| 239 |
+
# Version of glog against which Ceres was built was not built with CMake,
|
| 240 |
+
# use the exported glog find_package() module from Ceres to find it again.
|
| 241 |
+
# Append the locations of glog when Ceres was built to the search path hints.
|
| 242 |
+
list(APPEND GLOG_INCLUDE_DIR_HINTS "/usr/include")
|
| 243 |
+
get_filename_component(CERES_BUILD_GLOG_LIBRARY_DIR "/usr/lib/x86_64-linux-gnu/libglog.so" PATH)
|
| 244 |
+
list(APPEND GLOG_LIBRARY_DIR_HINTS ${CERES_BUILD_GLOG_LIBRARY_DIR})
|
| 245 |
+
|
| 246 |
+
# Search quietly s/t we control the timing of the error message if not found.
|
| 247 |
+
find_package(Glog QUIET)
|
| 248 |
+
endif()
|
| 249 |
+
|
| 250 |
+
if (GLOG_FOUND)
|
| 251 |
+
ceres_message(STATUS "Found required Ceres dependency: glog")
|
| 252 |
+
else()
|
| 253 |
+
ceres_report_not_found("Missing required Ceres dependency: glog.")
|
| 254 |
+
endif()
|
| 255 |
+
|
| 256 |
+
# gflags is only a public dependency of Ceres via glog, thus is not required
|
| 257 |
+
# if Ceres was built with MINIGLOG.
|
| 258 |
+
if (CERES_USES_GFLAGS)
|
| 259 |
+
# Search quietly s/t we control the timing of the error message if not found.
|
| 260 |
+
find_package(gflags ${CERES_GFLAGS_VERSION} QUIET)
|
| 261 |
+
if (gflags_FOUND AND TARGET gflags)
|
| 262 |
+
ceres_message(STATUS "Found required Ceres dependency: gflags")
|
| 263 |
+
else()
|
| 264 |
+
ceres_report_not_found("Missing required Ceres "
|
| 265 |
+
"dependency: gflags (not found, or not found as exported CMake target).")
|
| 266 |
+
endif()
|
| 267 |
+
endif()
|
| 268 |
+
endif(CERES_USES_MINIGLOG)
|
| 269 |
+
|
| 270 |
+
# Import exported Ceres targets, if they have not already been imported.
|
| 271 |
+
if (NOT TARGET ceres AND NOT Ceres_BINARY_DIR)
|
| 272 |
+
include(${CERES_CURRENT_CONFIG_DIR}/CeresTargets.cmake)
|
| 273 |
+
endif (NOT TARGET ceres AND NOT Ceres_BINARY_DIR)
|
| 274 |
+
# Set the expected XX_LIBRARIES variable for FindPackage().
|
| 275 |
+
set(CERES_LIBRARIES Ceres::ceres)
|
| 276 |
+
|
| 277 |
+
# Reset CMake module path to its state when this script was called.
|
| 278 |
+
set(CMAKE_MODULE_PATH ${CALLERS_CMAKE_MODULE_PATH})
|
| 279 |
+
|
| 280 |
+
# Build the detected Ceres version string to correctly capture whether it
|
| 281 |
+
# was installed, or exported.
|
| 282 |
+
ceres_pretty_print_cmake_list(CERES_COMPILED_COMPONENTS_STRING
|
| 283 |
+
${CERES_COMPILED_COMPONENTS})
|
| 284 |
+
if (CERES_WAS_INSTALLED)
|
| 285 |
+
set(CERES_DETECTED_VERSION_STRING "Ceres version: ${CERES_VERSION} "
|
| 286 |
+
"installed in: ${CURRENT_ROOT_INSTALL_DIR} with components: "
|
| 287 |
+
"${CERES_COMPILED_COMPONENTS_STRING}")
|
| 288 |
+
else (CERES_WAS_INSTALLED)
|
| 289 |
+
set(CERES_DETECTED_VERSION_STRING "Ceres version: ${CERES_VERSION} "
|
| 290 |
+
"exported from build directory: ${CERES_EXPORTED_BUILD_DIR} with "
|
| 291 |
+
"components: ${CERES_COMPILED_COMPONENTS_STRING}")
|
| 292 |
+
endif()
|
| 293 |
+
|
| 294 |
+
# If the user called this script through find_package() whilst specifying
|
| 295 |
+
# particular Ceres components that should be found via:
|
| 296 |
+
# find_package(Ceres COMPONENTS XXX YYY), check the requested components against
|
| 297 |
+
# those with which Ceres was compiled. In this case, we should only report
|
| 298 |
+
# Ceres as found if all the requested components have been found.
|
| 299 |
+
if (Ceres_FIND_COMPONENTS)
|
| 300 |
+
foreach (REQUESTED_COMPONENT ${Ceres_FIND_COMPONENTS})
|
| 301 |
+
list(FIND CERES_COMPILED_COMPONENTS ${REQUESTED_COMPONENT} HAVE_REQUESTED_COMPONENT)
|
| 302 |
+
# list(FIND ..) returns -1 if the element was not in the list, but CMake
|
| 303 |
+
# interprets if (VAR) to be true if VAR is any non-zero number, even
|
| 304 |
+
# negative ones, hence we have to explicitly check for >= 0.
|
| 305 |
+
if (HAVE_REQUESTED_COMPONENT EQUAL -1)
|
| 306 |
+
# Check for the presence of all requested components before reporting
|
| 307 |
+
# not found, such that we report all of the missing components rather
|
| 308 |
+
# than just the first.
|
| 309 |
+
list(APPEND MISSING_CERES_COMPONENTS ${REQUESTED_COMPONENT})
|
| 310 |
+
endif()
|
| 311 |
+
endforeach()
|
| 312 |
+
if (MISSING_CERES_COMPONENTS)
|
| 313 |
+
ceres_pretty_print_cmake_list(REQUESTED_CERES_COMPONENTS_STRING
|
| 314 |
+
${Ceres_FIND_COMPONENTS})
|
| 315 |
+
ceres_pretty_print_cmake_list(MISSING_CERES_COMPONENTS_STRING
|
| 316 |
+
${MISSING_CERES_COMPONENTS})
|
| 317 |
+
ceres_report_not_found("Missing requested Ceres components: "
|
| 318 |
+
"${MISSING_CERES_COMPONENTS_STRING} (components requested: "
|
| 319 |
+
"${REQUESTED_CERES_COMPONENTS_STRING}). Detected "
|
| 320 |
+
"${CERES_DETECTED_VERSION_STRING}.")
|
| 321 |
+
endif()
|
| 322 |
+
endif()
|
| 323 |
+
|
| 324 |
+
# As we use CERES_REPORT_NOT_FOUND() to abort, if we reach this point we have
|
| 325 |
+
# found Ceres and all required dependencies.
|
| 326 |
+
ceres_message(STATUS "Found " ${CERES_DETECTED_VERSION_STRING})
|
| 327 |
+
|
| 328 |
+
# Set CERES_FOUND to be equivalent to Ceres_FOUND, which is set to
|
| 329 |
+
# TRUE by FindPackage() if this file is found and run, and after which
|
| 330 |
+
# Ceres_FOUND is not (explicitly, i.e. undefined does not count) set
|
| 331 |
+
# to FALSE.
|
| 332 |
+
set(CERES_FOUND TRUE)
|
| 333 |
+
|
| 334 |
+
if (NOT TARGET ceres)
|
| 335 |
+
# For backwards compatibility, create a local 'alias' target with the
|
| 336 |
+
# non-namespace-qualified Ceres target name. Note that this is not a
|
| 337 |
+
# true ALIAS library in CMake terms as they cannot point to imported targets.
|
| 338 |
+
add_library(ceres INTERFACE IMPORTED)
|
| 339 |
+
set_target_properties(ceres PROPERTIES INTERFACE_LINK_LIBRARIES Ceres::ceres)
|
| 340 |
+
endif()
|
ceres/CeresConfigVersion.cmake
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 >= requested version,
|
| 8 |
+
# but only if the requested major version is the same as the current one.
|
| 9 |
+
# The variable CVF_VERSION must be set before calling configure_file().
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
set(PACKAGE_VERSION "2.1.0")
|
| 13 |
+
|
| 14 |
+
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
|
| 15 |
+
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
| 16 |
+
else()
|
| 17 |
+
|
| 18 |
+
if("2.1.0" MATCHES "^([0-9]+)\\.")
|
| 19 |
+
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
|
| 20 |
+
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
|
| 21 |
+
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
|
| 22 |
+
endif()
|
| 23 |
+
else()
|
| 24 |
+
set(CVF_VERSION_MAJOR "2.1.0")
|
| 25 |
+
endif()
|
| 26 |
+
|
| 27 |
+
if(PACKAGE_FIND_VERSION_RANGE)
|
| 28 |
+
# both endpoints of the range must have the expected major version
|
| 29 |
+
math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1")
|
| 30 |
+
if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
|
| 31 |
+
OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR)
|
| 32 |
+
OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT)))
|
| 33 |
+
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
| 34 |
+
elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR
|
| 35 |
+
AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX)
|
| 36 |
+
OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX)))
|
| 37 |
+
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|
| 38 |
+
else()
|
| 39 |
+
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
| 40 |
+
endif()
|
| 41 |
+
else()
|
| 42 |
+
if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR)
|
| 43 |
+
set(PACKAGE_VERSION_COMPATIBLE TRUE)
|
| 44 |
+
else()
|
| 45 |
+
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
| 46 |
+
endif()
|
| 47 |
+
|
| 48 |
+
if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION)
|
| 49 |
+
set(PACKAGE_VERSION_EXACT TRUE)
|
| 50 |
+
endif()
|
| 51 |
+
endif()
|
| 52 |
+
endif()
|
| 53 |
+
|
| 54 |
+
|
| 55 |
+
# if the installed project requested no architecture check, don't perform the check
|
| 56 |
+
if("FALSE")
|
| 57 |
+
return()
|
| 58 |
+
endif()
|
| 59 |
+
|
| 60 |
+
# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it:
|
| 61 |
+
if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "")
|
| 62 |
+
return()
|
| 63 |
+
endif()
|
| 64 |
+
|
| 65 |
+
# check that the installed version has the same 32/64bit-ness as the one which is currently searching:
|
| 66 |
+
if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8")
|
| 67 |
+
math(EXPR installedBits "8 * 8")
|
| 68 |
+
set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)")
|
| 69 |
+
set(PACKAGE_VERSION_UNSUITABLE TRUE)
|
| 70 |
+
endif()
|
ceres/CeresTargets.cmake
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Generated by CMake
|
| 2 |
+
|
| 3 |
+
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
|
| 4 |
+
message(FATAL_ERROR "CMake >= 2.8.0 required")
|
| 5 |
+
endif()
|
| 6 |
+
if(CMAKE_VERSION VERSION_LESS "2.8.3")
|
| 7 |
+
message(FATAL_ERROR "CMake >= 2.8.3 required")
|
| 8 |
+
endif()
|
| 9 |
+
cmake_policy(PUSH)
|
| 10 |
+
cmake_policy(VERSION 2.8.3...3.23)
|
| 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 Ceres::ceres)
|
| 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 |
+
# Create imported target Ceres::ceres
|
| 50 |
+
add_library(Ceres::ceres STATIC IMPORTED)
|
| 51 |
+
|
| 52 |
+
set_target_properties(Ceres::ceres PROPERTIES
|
| 53 |
+
INTERFACE_COMPILE_FEATURES "cxx_std_14"
|
| 54 |
+
INTERFACE_INCLUDE_DIRECTORIES "/content/ceres-solver-2.1.0/include;/content/ceres-bin/include;/usr/include"
|
| 55 |
+
INTERFACE_LINK_LIBRARIES "Threads::Threads;/usr/lib/x86_64-linux-gnu/libglog.so;gflags;\$<LINK_ONLY:SuiteSparse::CHOLMOD>;\$<LINK_ONLY:SuiteSparse::SPQR>;\$<LINK_ONLY:CXSparse::CXSparse>;/usr/local/cuda/lib64/libcudart_static.a;\$<LINK_ONLY:Threads::Threads>;\$<LINK_ONLY:dl>;/usr/lib/x86_64-linux-gnu/librt.so;/usr/local/cuda/lib64/libcublas.so;/usr/local/cuda/lib64/libcusolver.so;/usr/local/cuda/lib64/libcusparse.so;/usr/local/lib/libmkl_intel_lp64.so;/usr/local/lib/libmkl_intel_thread.so;/usr/local/lib/libmkl_core.so;/usr/local/lib/libiomp5.so;\$<LINK_ONLY:-lpthread>;\$<LINK_ONLY:-lm>;\$<LINK_ONLY:-ldl>;\$<LINK_ONLY:-lpthread>;\$<LINK_ONLY:-lm>;\$<LINK_ONLY:-ldl>;Eigen3::Eigen"
|
| 56 |
+
)
|
| 57 |
+
|
| 58 |
+
# Import target "Ceres::ceres" for configuration "Release"
|
| 59 |
+
set_property(TARGET Ceres::ceres APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
| 60 |
+
set_target_properties(Ceres::ceres PROPERTIES
|
| 61 |
+
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX"
|
| 62 |
+
IMPORTED_LOCATION_RELEASE "/content/ceres-bin/lib/libceres.a"
|
| 63 |
+
)
|
| 64 |
+
|
| 65 |
+
# This file does not depend on other imported targets which have
|
| 66 |
+
# been exported from the same project but in a separate export set.
|
| 67 |
+
|
| 68 |
+
# Commands beyond this point should not need to know the version.
|
| 69 |
+
set(CMAKE_IMPORT_FILE_VERSION)
|
| 70 |
+
cmake_policy(POP)
|
ceres/Makefile
ADDED
|
@@ -0,0 +1,242 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
|
| 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 = /usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake
|
| 52 |
+
|
| 53 |
+
# The command to remove a file.
|
| 54 |
+
RM = /usr/local/lib/python3.9/dist-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 = /content/ceres-solver-2.1.0
|
| 61 |
+
|
| 62 |
+
# The top-level build directory on which CMake was run.
|
| 63 |
+
CMAKE_BINARY_DIR = /content/ceres-bin
|
| 64 |
+
|
| 65 |
+
#=============================================================================
|
| 66 |
+
# Targets provided globally by CMake.
|
| 67 |
+
|
| 68 |
+
# Special rule for the target test
|
| 69 |
+
test:
|
| 70 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..."
|
| 71 |
+
/usr/local/lib/python3.9/dist-packages/cmake/data/bin/ctest --force-new-ctest-process $(ARGS)
|
| 72 |
+
.PHONY : test
|
| 73 |
+
|
| 74 |
+
# Special rule for the target test
|
| 75 |
+
test/fast: test
|
| 76 |
+
.PHONY : test/fast
|
| 77 |
+
|
| 78 |
+
# Special rule for the target edit_cache
|
| 79 |
+
edit_cache:
|
| 80 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
|
| 81 |
+
/usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
|
| 82 |
+
.PHONY : edit_cache
|
| 83 |
+
|
| 84 |
+
# Special rule for the target edit_cache
|
| 85 |
+
edit_cache/fast: edit_cache
|
| 86 |
+
.PHONY : edit_cache/fast
|
| 87 |
+
|
| 88 |
+
# Special rule for the target rebuild_cache
|
| 89 |
+
rebuild_cache:
|
| 90 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
|
| 91 |
+
/usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
|
| 92 |
+
.PHONY : rebuild_cache
|
| 93 |
+
|
| 94 |
+
# Special rule for the target rebuild_cache
|
| 95 |
+
rebuild_cache/fast: rebuild_cache
|
| 96 |
+
.PHONY : rebuild_cache/fast
|
| 97 |
+
|
| 98 |
+
# Special rule for the target list_install_components
|
| 99 |
+
list_install_components:
|
| 100 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\""
|
| 101 |
+
.PHONY : list_install_components
|
| 102 |
+
|
| 103 |
+
# Special rule for the target list_install_components
|
| 104 |
+
list_install_components/fast: list_install_components
|
| 105 |
+
.PHONY : list_install_components/fast
|
| 106 |
+
|
| 107 |
+
# Special rule for the target install
|
| 108 |
+
install: preinstall
|
| 109 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
| 110 |
+
/usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake -P cmake_install.cmake
|
| 111 |
+
.PHONY : install
|
| 112 |
+
|
| 113 |
+
# Special rule for the target install
|
| 114 |
+
install/fast: preinstall/fast
|
| 115 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
|
| 116 |
+
/usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake -P cmake_install.cmake
|
| 117 |
+
.PHONY : install/fast
|
| 118 |
+
|
| 119 |
+
# Special rule for the target install/local
|
| 120 |
+
install/local: preinstall
|
| 121 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
| 122 |
+
/usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
| 123 |
+
.PHONY : install/local
|
| 124 |
+
|
| 125 |
+
# Special rule for the target install/local
|
| 126 |
+
install/local/fast: preinstall/fast
|
| 127 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
|
| 128 |
+
/usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
|
| 129 |
+
.PHONY : install/local/fast
|
| 130 |
+
|
| 131 |
+
# Special rule for the target install/strip
|
| 132 |
+
install/strip: preinstall
|
| 133 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
| 134 |
+
/usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
| 135 |
+
.PHONY : install/strip
|
| 136 |
+
|
| 137 |
+
# Special rule for the target install/strip
|
| 138 |
+
install/strip/fast: preinstall/fast
|
| 139 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
|
| 140 |
+
/usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
|
| 141 |
+
.PHONY : install/strip/fast
|
| 142 |
+
|
| 143 |
+
# The main all target
|
| 144 |
+
all: cmake_check_build_system
|
| 145 |
+
$(CMAKE_COMMAND) -E cmake_progress_start /content/ceres-bin/CMakeFiles /content/ceres-bin//CMakeFiles/progress.marks
|
| 146 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
| 147 |
+
$(CMAKE_COMMAND) -E cmake_progress_start /content/ceres-bin/CMakeFiles 0
|
| 148 |
+
.PHONY : all
|
| 149 |
+
|
| 150 |
+
# The main clean target
|
| 151 |
+
clean:
|
| 152 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
|
| 153 |
+
.PHONY : clean
|
| 154 |
+
|
| 155 |
+
# The main clean target
|
| 156 |
+
clean/fast: clean
|
| 157 |
+
.PHONY : clean/fast
|
| 158 |
+
|
| 159 |
+
# Prepare targets for installation.
|
| 160 |
+
preinstall: all
|
| 161 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
| 162 |
+
.PHONY : preinstall
|
| 163 |
+
|
| 164 |
+
# Prepare targets for installation.
|
| 165 |
+
preinstall/fast:
|
| 166 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
|
| 167 |
+
.PHONY : preinstall/fast
|
| 168 |
+
|
| 169 |
+
# clear depends
|
| 170 |
+
depend:
|
| 171 |
+
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
|
| 172 |
+
.PHONY : depend
|
| 173 |
+
|
| 174 |
+
#=============================================================================
|
| 175 |
+
# Target rules for targets named uninstall
|
| 176 |
+
|
| 177 |
+
# Build rule for target.
|
| 178 |
+
uninstall: cmake_check_build_system
|
| 179 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uninstall
|
| 180 |
+
.PHONY : uninstall
|
| 181 |
+
|
| 182 |
+
# fast build rule for target.
|
| 183 |
+
uninstall/fast:
|
| 184 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/uninstall.dir/build.make CMakeFiles/uninstall.dir/build
|
| 185 |
+
.PHONY : uninstall/fast
|
| 186 |
+
|
| 187 |
+
#=============================================================================
|
| 188 |
+
# Target rules for targets named ceres_internal
|
| 189 |
+
|
| 190 |
+
# Build rule for target.
|
| 191 |
+
ceres_internal: cmake_check_build_system
|
| 192 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ceres_internal
|
| 193 |
+
.PHONY : ceres_internal
|
| 194 |
+
|
| 195 |
+
# fast build rule for target.
|
| 196 |
+
ceres_internal/fast:
|
| 197 |
+
$(MAKE) $(MAKESILENT) -f internal/ceres/CMakeFiles/ceres_internal.dir/build.make internal/ceres/CMakeFiles/ceres_internal.dir/build
|
| 198 |
+
.PHONY : ceres_internal/fast
|
| 199 |
+
|
| 200 |
+
#=============================================================================
|
| 201 |
+
# Target rules for targets named ceres
|
| 202 |
+
|
| 203 |
+
# Build rule for target.
|
| 204 |
+
ceres: cmake_check_build_system
|
| 205 |
+
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ceres
|
| 206 |
+
.PHONY : ceres
|
| 207 |
+
|
| 208 |
+
# fast build rule for target.
|
| 209 |
+
ceres/fast:
|
| 210 |
+
$(MAKE) $(MAKESILENT) -f internal/ceres/CMakeFiles/ceres.dir/build.make internal/ceres/CMakeFiles/ceres.dir/build
|
| 211 |
+
.PHONY : ceres/fast
|
| 212 |
+
|
| 213 |
+
# Help Target
|
| 214 |
+
help:
|
| 215 |
+
@echo "The following are some of the valid targets for this Makefile:"
|
| 216 |
+
@echo "... all (the default if no target is provided)"
|
| 217 |
+
@echo "... clean"
|
| 218 |
+
@echo "... depend"
|
| 219 |
+
@echo "... edit_cache"
|
| 220 |
+
@echo "... install"
|
| 221 |
+
@echo "... install/local"
|
| 222 |
+
@echo "... install/strip"
|
| 223 |
+
@echo "... list_install_components"
|
| 224 |
+
@echo "... rebuild_cache"
|
| 225 |
+
@echo "... test"
|
| 226 |
+
@echo "... uninstall"
|
| 227 |
+
@echo "... ceres"
|
| 228 |
+
@echo "... ceres_internal"
|
| 229 |
+
.PHONY : help
|
| 230 |
+
|
| 231 |
+
|
| 232 |
+
|
| 233 |
+
#=============================================================================
|
| 234 |
+
# Special targets to cleanup operation of make.
|
| 235 |
+
|
| 236 |
+
# Special rule to run CMake to check the build system integrity.
|
| 237 |
+
# No rule that depends on this can have commands that come from listfiles
|
| 238 |
+
# because they might be regenerated.
|
| 239 |
+
cmake_check_build_system:
|
| 240 |
+
$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
|
| 241 |
+
.PHONY : cmake_check_build_system
|
| 242 |
+
|
ceres/cmake/uninstall.cmake
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Ceres Solver - A fast non-linear least squares minimizer
|
| 2 |
+
# Copyright 2015 Google Inc. All rights reserved.
|
| 3 |
+
# http://ceres-solver.org/
|
| 4 |
+
#
|
| 5 |
+
# Redistribution and use in source and binary forms, with or without
|
| 6 |
+
# modification, are permitted provided that the following conditions are met:
|
| 7 |
+
#
|
| 8 |
+
# * Redistributions of source code must retain the above copyright notice,
|
| 9 |
+
# this list of conditions and the following disclaimer.
|
| 10 |
+
# * Redistributions in binary form must reproduce the above copyright notice,
|
| 11 |
+
# this list of conditions and the following disclaimer in the documentation
|
| 12 |
+
# and/or other materials provided with the distribution.
|
| 13 |
+
# * Neither the name of Google Inc. nor the names of its contributors may be
|
| 14 |
+
# used to endorse or promote products derived from this software without
|
| 15 |
+
# specific prior written permission.
|
| 16 |
+
#
|
| 17 |
+
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
| 18 |
+
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 19 |
+
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 20 |
+
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
| 21 |
+
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
| 22 |
+
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
| 23 |
+
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
| 24 |
+
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
| 25 |
+
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
| 26 |
+
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
| 27 |
+
# POSSIBILITY OF SUCH DAMAGE.
|
| 28 |
+
#
|
| 29 |
+
# Author: arnaudgelas@gmail.com (Arnaud Gelas)
|
| 30 |
+
# alexs.mac@gmail.com (Alex Stewart)
|
| 31 |
+
|
| 32 |
+
if (NOT EXISTS "/content/ceres-bin/install_manifest.txt")
|
| 33 |
+
message(FATAL_ERROR "Cannot find install manifest: "
|
| 34 |
+
"\"/content/ceres-bin/install_manifest.txt\"")
|
| 35 |
+
endif (NOT EXISTS "/content/ceres-bin/install_manifest.txt")
|
| 36 |
+
|
| 37 |
+
file(READ "/content/ceres-bin/install_manifest.txt" INSTALL_MANIFEST)
|
| 38 |
+
string(REGEX REPLACE "\n" ";" INSTALL_MANIFEST "${INSTALL_MANIFEST}")
|
| 39 |
+
list(REVERSE INSTALL_MANIFEST)
|
| 40 |
+
|
| 41 |
+
foreach (INSTALLED_FILE ${INSTALL_MANIFEST})
|
| 42 |
+
# Save the root ceres include install directory, e.g. /usr/local/include/ceres
|
| 43 |
+
# so that we can remove it at the end.
|
| 44 |
+
if (NOT CERES_INCLUDE_INSTALL_ROOT)
|
| 45 |
+
get_filename_component(FILE_NAME ${INSTALLED_FILE} NAME)
|
| 46 |
+
if (FILE_NAME STREQUAL ceres.h)
|
| 47 |
+
# Ensure that the directory is nested as we expect, as we are going to
|
| 48 |
+
# remove it, and we do not want to remove files pertaining to anyone else.
|
| 49 |
+
get_filename_component(PARENT_DIR ${INSTALLED_FILE} PATH)
|
| 50 |
+
get_filename_component(PARENT_DIR_NAME ${PARENT_DIR} NAME)
|
| 51 |
+
if (PARENT_DIR_NAME STREQUAL ceres AND IS_DIRECTORY ${PARENT_DIR})
|
| 52 |
+
set(CERES_INCLUDE_INSTALL_ROOT ${PARENT_DIR})
|
| 53 |
+
endif (PARENT_DIR_NAME STREQUAL ceres AND IS_DIRECTORY ${PARENT_DIR})
|
| 54 |
+
endif (FILE_NAME STREQUAL ceres.h)
|
| 55 |
+
endif (NOT CERES_INCLUDE_INSTALL_ROOT)
|
| 56 |
+
|
| 57 |
+
message(STATUS "Uninstalling \"$ENV{DESTDIR}${INSTALLED_FILE}\"")
|
| 58 |
+
if (EXISTS "$ENV{DESTDIR}${INSTALLED_FILE}")
|
| 59 |
+
execute_process(COMMAND /usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake
|
| 60 |
+
-E remove "$ENV{DESTDIR}${INSTALLED_FILE}"
|
| 61 |
+
OUTPUT_VARIABLE RM_OUT
|
| 62 |
+
RESULT_VARIABLE RM_RETVAL)
|
| 63 |
+
if (NOT ${RM_RETVAL} EQUAL 0)
|
| 64 |
+
message(FATAL_ERROR
|
| 65 |
+
"Problem when removing \"$ENV{DESTDIR}${INSTALLED_FILE}\"")
|
| 66 |
+
endif (NOT ${RM_RETVAL} EQUAL 0)
|
| 67 |
+
else (EXISTS "$ENV{DESTDIR}${INSTALLED_FILE}")
|
| 68 |
+
message(STATUS "File \"$ENV{DESTDIR}${INSTALLED_FILE}\" does not exist.")
|
| 69 |
+
endif (EXISTS "$ENV{DESTDIR}${INSTALLED_FILE}")
|
| 70 |
+
endforeach(INSTALLED_FILE)
|
| 71 |
+
|
| 72 |
+
# Removing Ceres include install directory.
|
| 73 |
+
if (CERES_INCLUDE_INSTALL_ROOT AND
|
| 74 |
+
EXISTS ${CERES_INCLUDE_INSTALL_ROOT})
|
| 75 |
+
message(STATUS "Removing Ceres include install directory: "
|
| 76 |
+
"\"$ENV{DESTDIR}${CERES_INCLUDE_INSTALL_ROOT}\"")
|
| 77 |
+
execute_process(COMMAND /usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake
|
| 78 |
+
-E remove_directory
|
| 79 |
+
"$ENV{DESTDIR}${CERES_INCLUDE_INSTALL_ROOT}"
|
| 80 |
+
OUTPUT_VARIABLE RM_OUT
|
| 81 |
+
RESULT_VARIABLE RM_RETVAL)
|
| 82 |
+
if (NOT ${RM_RETVAL} EQUAL 0)
|
| 83 |
+
message(FATAL_ERROR
|
| 84 |
+
"Failed to remove: \"$ENV{DESTDIR}${CERES_INCLUDE_INSTALL_ROOT\"")
|
| 85 |
+
endif (NOT ${RM_RETVAL} EQUAL 0)
|
| 86 |
+
else (CERES_INCLUDE_INSTALL_ROOT AND
|
| 87 |
+
EXISTS ${CERES_INCLUDE_INSTALL_ROOT})
|
| 88 |
+
message(FATAL_ERROR "Failed to find Ceres installed include directory "
|
| 89 |
+
"(e.g. /usr/local/include/ceres), candidate: "
|
| 90 |
+
"\"$ENV{DESTDIR}${CERES_INCLUDE_INSTALL_ROOT}\"")
|
| 91 |
+
endif (CERES_INCLUDE_INSTALL_ROOT AND
|
| 92 |
+
EXISTS ${CERES_INCLUDE_INSTALL_ROOT})
|
ceres/cmake_install.cmake
ADDED
|
@@ -0,0 +1,182 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Install script for directory: /content/ceres-solver-2.1.0
|
| 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 |
+
# Install shared libraries without execute permission?
|
| 31 |
+
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
| 32 |
+
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
| 33 |
+
endif()
|
| 34 |
+
|
| 35 |
+
# Is this installation the result of a crosscompile?
|
| 36 |
+
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
| 37 |
+
set(CMAKE_CROSSCOMPILING "FALSE")
|
| 38 |
+
endif()
|
| 39 |
+
|
| 40 |
+
# Set default install directory permissions.
|
| 41 |
+
if(NOT DEFINED CMAKE_OBJDUMP)
|
| 42 |
+
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
| 43 |
+
endif()
|
| 44 |
+
|
| 45 |
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
| 46 |
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Ceres" TYPE FILE FILES
|
| 47 |
+
"/content/ceres-solver-2.1.0/cmake/FindSuiteSparse.cmake"
|
| 48 |
+
"/content/ceres-solver-2.1.0/cmake/FindMETIS.cmake"
|
| 49 |
+
)
|
| 50 |
+
endif()
|
| 51 |
+
|
| 52 |
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
| 53 |
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Ceres" TYPE FILE FILES "/content/ceres-solver-2.1.0/cmake/FindCXSparse.cmake")
|
| 54 |
+
endif()
|
| 55 |
+
|
| 56 |
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
| 57 |
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/ceres" TYPE FILE FILES
|
| 58 |
+
"/content/ceres-solver-2.1.0/include/ceres/autodiff_cost_function.h"
|
| 59 |
+
"/content/ceres-solver-2.1.0/include/ceres/autodiff_first_order_function.h"
|
| 60 |
+
"/content/ceres-solver-2.1.0/include/ceres/autodiff_local_parameterization.h"
|
| 61 |
+
"/content/ceres-solver-2.1.0/include/ceres/autodiff_manifold.h"
|
| 62 |
+
"/content/ceres-solver-2.1.0/include/ceres/c_api.h"
|
| 63 |
+
"/content/ceres-solver-2.1.0/include/ceres/ceres.h"
|
| 64 |
+
"/content/ceres-solver-2.1.0/include/ceres/conditioned_cost_function.h"
|
| 65 |
+
"/content/ceres-solver-2.1.0/include/ceres/context.h"
|
| 66 |
+
"/content/ceres-solver-2.1.0/include/ceres/cost_function.h"
|
| 67 |
+
"/content/ceres-solver-2.1.0/include/ceres/cost_function_to_functor.h"
|
| 68 |
+
"/content/ceres-solver-2.1.0/include/ceres/covariance.h"
|
| 69 |
+
"/content/ceres-solver-2.1.0/include/ceres/crs_matrix.h"
|
| 70 |
+
"/content/ceres-solver-2.1.0/include/ceres/cubic_interpolation.h"
|
| 71 |
+
"/content/ceres-solver-2.1.0/include/ceres/dynamic_autodiff_cost_function.h"
|
| 72 |
+
"/content/ceres-solver-2.1.0/include/ceres/dynamic_cost_function.h"
|
| 73 |
+
"/content/ceres-solver-2.1.0/include/ceres/dynamic_cost_function_to_functor.h"
|
| 74 |
+
"/content/ceres-solver-2.1.0/include/ceres/dynamic_numeric_diff_cost_function.h"
|
| 75 |
+
"/content/ceres-solver-2.1.0/include/ceres/evaluation_callback.h"
|
| 76 |
+
"/content/ceres-solver-2.1.0/include/ceres/first_order_function.h"
|
| 77 |
+
"/content/ceres-solver-2.1.0/include/ceres/gradient_checker.h"
|
| 78 |
+
"/content/ceres-solver-2.1.0/include/ceres/gradient_problem.h"
|
| 79 |
+
"/content/ceres-solver-2.1.0/include/ceres/gradient_problem_solver.h"
|
| 80 |
+
"/content/ceres-solver-2.1.0/include/ceres/iteration_callback.h"
|
| 81 |
+
"/content/ceres-solver-2.1.0/include/ceres/jet.h"
|
| 82 |
+
"/content/ceres-solver-2.1.0/include/ceres/jet_fwd.h"
|
| 83 |
+
"/content/ceres-solver-2.1.0/include/ceres/line_manifold.h"
|
| 84 |
+
"/content/ceres-solver-2.1.0/include/ceres/local_parameterization.h"
|
| 85 |
+
"/content/ceres-solver-2.1.0/include/ceres/loss_function.h"
|
| 86 |
+
"/content/ceres-solver-2.1.0/include/ceres/manifold.h"
|
| 87 |
+
"/content/ceres-solver-2.1.0/include/ceres/manifold_test_utils.h"
|
| 88 |
+
"/content/ceres-solver-2.1.0/include/ceres/normal_prior.h"
|
| 89 |
+
"/content/ceres-solver-2.1.0/include/ceres/numeric_diff_cost_function.h"
|
| 90 |
+
"/content/ceres-solver-2.1.0/include/ceres/numeric_diff_first_order_function.h"
|
| 91 |
+
"/content/ceres-solver-2.1.0/include/ceres/numeric_diff_options.h"
|
| 92 |
+
"/content/ceres-solver-2.1.0/include/ceres/ordered_groups.h"
|
| 93 |
+
"/content/ceres-solver-2.1.0/include/ceres/problem.h"
|
| 94 |
+
"/content/ceres-solver-2.1.0/include/ceres/product_manifold.h"
|
| 95 |
+
"/content/ceres-solver-2.1.0/include/ceres/rotation.h"
|
| 96 |
+
"/content/ceres-solver-2.1.0/include/ceres/sized_cost_function.h"
|
| 97 |
+
"/content/ceres-solver-2.1.0/include/ceres/solver.h"
|
| 98 |
+
"/content/ceres-solver-2.1.0/include/ceres/sphere_manifold.h"
|
| 99 |
+
"/content/ceres-solver-2.1.0/include/ceres/tiny_solver.h"
|
| 100 |
+
"/content/ceres-solver-2.1.0/include/ceres/tiny_solver_autodiff_function.h"
|
| 101 |
+
"/content/ceres-solver-2.1.0/include/ceres/tiny_solver_cost_function_adapter.h"
|
| 102 |
+
"/content/ceres-solver-2.1.0/include/ceres/types.h"
|
| 103 |
+
"/content/ceres-solver-2.1.0/include/ceres/version.h"
|
| 104 |
+
)
|
| 105 |
+
endif()
|
| 106 |
+
|
| 107 |
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
| 108 |
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/ceres/internal" TYPE FILE FILES
|
| 109 |
+
"/content/ceres-solver-2.1.0/include/ceres/internal/array_selector.h"
|
| 110 |
+
"/content/ceres-solver-2.1.0/include/ceres/internal/autodiff.h"
|
| 111 |
+
"/content/ceres-solver-2.1.0/include/ceres/internal/disable_warnings.h"
|
| 112 |
+
"/content/ceres-solver-2.1.0/include/ceres/internal/eigen.h"
|
| 113 |
+
"/content/ceres-solver-2.1.0/include/ceres/internal/fixed_array.h"
|
| 114 |
+
"/content/ceres-solver-2.1.0/include/ceres/internal/householder_vector.h"
|
| 115 |
+
"/content/ceres-solver-2.1.0/include/ceres/internal/integer_sequence_algorithm.h"
|
| 116 |
+
"/content/ceres-solver-2.1.0/include/ceres/internal/jet_traits.h"
|
| 117 |
+
"/content/ceres-solver-2.1.0/include/ceres/internal/line_parameterization.h"
|
| 118 |
+
"/content/ceres-solver-2.1.0/include/ceres/internal/memory.h"
|
| 119 |
+
"/content/ceres-solver-2.1.0/include/ceres/internal/numeric_diff.h"
|
| 120 |
+
"/content/ceres-solver-2.1.0/include/ceres/internal/parameter_dims.h"
|
| 121 |
+
"/content/ceres-solver-2.1.0/include/ceres/internal/port.h"
|
| 122 |
+
"/content/ceres-solver-2.1.0/include/ceres/internal/reenable_warnings.h"
|
| 123 |
+
"/content/ceres-solver-2.1.0/include/ceres/internal/sphere_manifold_functions.h"
|
| 124 |
+
"/content/ceres-solver-2.1.0/include/ceres/internal/variadic_evaluate.h"
|
| 125 |
+
)
|
| 126 |
+
endif()
|
| 127 |
+
|
| 128 |
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
| 129 |
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/content/ceres-bin/include/")
|
| 130 |
+
endif()
|
| 131 |
+
|
| 132 |
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
| 133 |
+
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Ceres/CeresTargets.cmake")
|
| 134 |
+
file(DIFFERENT _cmake_export_file_changed FILES
|
| 135 |
+
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Ceres/CeresTargets.cmake"
|
| 136 |
+
"/content/ceres-bin/CMakeFiles/Export/9a3bb6344a10c987f9c537d2a0e39364/CeresTargets.cmake")
|
| 137 |
+
if(_cmake_export_file_changed)
|
| 138 |
+
file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Ceres/CeresTargets-*.cmake")
|
| 139 |
+
if(_cmake_old_config_files)
|
| 140 |
+
string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}")
|
| 141 |
+
message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Ceres/CeresTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].")
|
| 142 |
+
unset(_cmake_old_config_files_text)
|
| 143 |
+
file(REMOVE ${_cmake_old_config_files})
|
| 144 |
+
endif()
|
| 145 |
+
unset(_cmake_old_config_files)
|
| 146 |
+
endif()
|
| 147 |
+
unset(_cmake_export_file_changed)
|
| 148 |
+
endif()
|
| 149 |
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Ceres" TYPE FILE FILES "/content/ceres-bin/CMakeFiles/Export/9a3bb6344a10c987f9c537d2a0e39364/CeresTargets.cmake")
|
| 150 |
+
if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
| 151 |
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Ceres" TYPE FILE FILES "/content/ceres-bin/CMakeFiles/Export/9a3bb6344a10c987f9c537d2a0e39364/CeresTargets-release.cmake")
|
| 152 |
+
endif()
|
| 153 |
+
endif()
|
| 154 |
+
|
| 155 |
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
| 156 |
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Ceres" TYPE FILE RENAME "CeresConfig.cmake" FILES "/content/ceres-bin/CeresConfig-install.cmake")
|
| 157 |
+
endif()
|
| 158 |
+
|
| 159 |
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
| 160 |
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Ceres" TYPE FILE FILES "/content/ceres-bin/CeresConfigVersion.cmake")
|
| 161 |
+
endif()
|
| 162 |
+
|
| 163 |
+
if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT)
|
| 164 |
+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Ceres" TYPE FILE FILES "/content/ceres-solver-2.1.0/cmake/FindGlog.cmake")
|
| 165 |
+
endif()
|
| 166 |
+
|
| 167 |
+
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
| 168 |
+
# Include the install script for each subdirectory.
|
| 169 |
+
include("/content/ceres-bin/internal/ceres/cmake_install.cmake")
|
| 170 |
+
|
| 171 |
+
endif()
|
| 172 |
+
|
| 173 |
+
if(CMAKE_INSTALL_COMPONENT)
|
| 174 |
+
set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
|
| 175 |
+
else()
|
| 176 |
+
set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
|
| 177 |
+
endif()
|
| 178 |
+
|
| 179 |
+
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
| 180 |
+
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
| 181 |
+
file(WRITE "/content/ceres-bin/${CMAKE_INSTALL_MANIFEST}"
|
| 182 |
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
ceres/include/ceres/internal/config.h
ADDED
|
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
// Ceres Solver - A fast non-linear least squares minimizer
|
| 2 |
+
// Copyright 2022 Google Inc. All rights reserved.
|
| 3 |
+
// http://ceres-solver.org/
|
| 4 |
+
//
|
| 5 |
+
// Redistribution and use in source and binary forms, with or without
|
| 6 |
+
// modification, are permitted provided that the following conditions are met:
|
| 7 |
+
//
|
| 8 |
+
// * Redistributions of source code must retain the above copyright notice,
|
| 9 |
+
// this list of conditions and the following disclaimer.
|
| 10 |
+
// * Redistributions in binary form must reproduce the above copyright notice,
|
| 11 |
+
// this list of conditions and the following disclaimer in the documentation
|
| 12 |
+
// and/or other materials provided with the distribution.
|
| 13 |
+
// * Neither the name of Google Inc. nor the names of its contributors may be
|
| 14 |
+
// used to endorse or promote products derived from this software without
|
| 15 |
+
// specific prior written permission.
|
| 16 |
+
//
|
| 17 |
+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
| 18 |
+
// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
| 19 |
+
// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
| 20 |
+
// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
|
| 21 |
+
// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
| 22 |
+
// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
| 23 |
+
// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
| 24 |
+
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
| 25 |
+
// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
| 26 |
+
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
| 27 |
+
// POSSIBILITY OF SUCH DAMAGE.
|
| 28 |
+
//
|
| 29 |
+
// Author: alexs.mac@gmail.com (Alex Stewart)
|
| 30 |
+
|
| 31 |
+
// Configuration options for Ceres.
|
| 32 |
+
//
|
| 33 |
+
// Do not edit this file, it was automatically configured by CMake when
|
| 34 |
+
// Ceres was compiled with the relevant configuration for the machine
|
| 35 |
+
// on which Ceres was compiled.
|
| 36 |
+
//
|
| 37 |
+
// Ceres Developers: All options should have the same name as their mapped
|
| 38 |
+
// CMake options, in the preconfigured version of this file
|
| 39 |
+
// all options should be enclosed in '@'.
|
| 40 |
+
|
| 41 |
+
#ifndef CERES_PUBLIC_INTERNAL_CONFIG_H_
|
| 42 |
+
#define CERES_PUBLIC_INTERNAL_CONFIG_H_
|
| 43 |
+
|
| 44 |
+
// If defined, use the LGPL code in Eigen.
|
| 45 |
+
#define CERES_USE_EIGEN_SPARSE
|
| 46 |
+
|
| 47 |
+
// If defined, Ceres was compiled without LAPACK.
|
| 48 |
+
// #define CERES_NO_LAPACK
|
| 49 |
+
|
| 50 |
+
// If defined, Ceres was compiled without SuiteSparse.
|
| 51 |
+
// #define CERES_NO_SUITESPARSE
|
| 52 |
+
|
| 53 |
+
// If defined, Ceres was compiled without CXSparse.
|
| 54 |
+
// #define CERES_NO_CXSPARSE
|
| 55 |
+
|
| 56 |
+
// If defined, Ceres was compiled without CUDA.
|
| 57 |
+
// #define CERES_NO_CUDA
|
| 58 |
+
|
| 59 |
+
// If defined, Ceres was compiled without Apple's Accelerate framework solvers.
|
| 60 |
+
#define CERES_NO_ACCELERATE_SPARSE
|
| 61 |
+
|
| 62 |
+
#if defined(CERES_NO_SUITESPARSE) && \
|
| 63 |
+
defined(CERES_NO_ACCELERATE_SPARSE) && \
|
| 64 |
+
defined(CERES_NO_CXSPARSE) && \
|
| 65 |
+
!defined(CERES_USE_EIGEN_SPARSE) // NOLINT
|
| 66 |
+
// If defined Ceres was compiled without any sparse linear algebra support.
|
| 67 |
+
#define CERES_NO_SPARSE
|
| 68 |
+
#endif
|
| 69 |
+
|
| 70 |
+
// If defined, Ceres was compiled without Schur specializations.
|
| 71 |
+
// #define CERES_RESTRICT_SCHUR_SPECIALIZATION
|
| 72 |
+
|
| 73 |
+
// If defined, Ceres was compiled to use Eigen instead of hardcoded BLAS
|
| 74 |
+
// routines.
|
| 75 |
+
// #define CERES_NO_CUSTOM_BLAS
|
| 76 |
+
|
| 77 |
+
// If defined, Ceres was compiled without multithreading support.
|
| 78 |
+
// #define CERES_NO_THREADS
|
| 79 |
+
// If defined Ceres was compiled with OpenMP multithreading.
|
| 80 |
+
// #define CERES_USE_OPENMP
|
| 81 |
+
// If defined Ceres was compiled with modern C++ multithreading.
|
| 82 |
+
#define CERES_USE_CXX_THREADS
|
| 83 |
+
|
| 84 |
+
// If defined, Ceres was compiled with a version MSVC >= 2005 which
|
| 85 |
+
// deprecated the standard POSIX names for bessel functions, replacing them
|
| 86 |
+
// with underscore prefixed versions (e.g. j0() -> _j0()).
|
| 87 |
+
// #define CERES_MSVC_USE_UNDERSCORE_PREFIXED_BESSEL_FUNCTIONS
|
| 88 |
+
|
| 89 |
+
#if defined(CERES_USE_OPENMP)
|
| 90 |
+
#if defined(CERES_USE_CXX_THREADS) || defined(CERES_NO_THREADS)
|
| 91 |
+
#error CERES_USE_OPENMP is mutually exclusive to CERES_USE_CXX_THREADS and CERES_NO_THREADS
|
| 92 |
+
#endif
|
| 93 |
+
#elif defined(CERES_USE_CXX_THREADS)
|
| 94 |
+
#if defined(CERES_USE_OPENMP) || defined(CERES_NO_THREADS)
|
| 95 |
+
#error CERES_USE_CXX_THREADS is mutually exclusive to CERES_USE_OPENMP, CERES_USE_CXX_THREADS and CERES_NO_THREADS
|
| 96 |
+
#endif
|
| 97 |
+
#elif defined(CERES_NO_THREADS)
|
| 98 |
+
#if defined(CERES_USE_OPENMP) || defined(CERES_USE_CXX_THREADS)
|
| 99 |
+
#error CERES_NO_THREADS is mutually exclusive to CERES_USE_OPENMP and CERES_USE_CXX_THREADS
|
| 100 |
+
#endif
|
| 101 |
+
#else
|
| 102 |
+
# error One of CERES_USE_OPENMP, CERES_USE_CXX_THREADS or CERES_NO_THREADS must be defined.
|
| 103 |
+
#endif
|
| 104 |
+
|
| 105 |
+
// CERES_NO_SPARSE should be automatically defined by config.h if Ceres was
|
| 106 |
+
// compiled without any sparse back-end. Verify that it has not subsequently
|
| 107 |
+
// been inconsistently redefined.
|
| 108 |
+
#if defined(CERES_NO_SPARSE)
|
| 109 |
+
#if !defined(CERES_NO_SUITESPARSE)
|
| 110 |
+
#error CERES_NO_SPARSE requires CERES_NO_SUITESPARSE.
|
| 111 |
+
#endif
|
| 112 |
+
#if !defined(CERES_NO_CXSPARSE)
|
| 113 |
+
#error CERES_NO_SPARSE requires CERES_NO_CXSPARSE
|
| 114 |
+
#endif
|
| 115 |
+
#if !defined(CERES_NO_ACCELERATE_SPARSE)
|
| 116 |
+
#error CERES_NO_SPARSE requires CERES_NO_ACCELERATE_SPARSE
|
| 117 |
+
#endif
|
| 118 |
+
#if defined(CERES_USE_EIGEN_SPARSE)
|
| 119 |
+
#error CERES_NO_SPARSE requires !CERES_USE_EIGEN_SPARSE
|
| 120 |
+
#endif
|
| 121 |
+
#endif
|
| 122 |
+
|
| 123 |
+
#endif // CERES_PUBLIC_INTERNAL_CONFIG_H_
|
ceres/include/ceres/internal/export.h
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
#ifndef CERES_EXPORT_H
|
| 3 |
+
#define CERES_EXPORT_H
|
| 4 |
+
|
| 5 |
+
#ifdef CERES_STATIC_DEFINE
|
| 6 |
+
# define CERES_EXPORT
|
| 7 |
+
# define CERES_NO_EXPORT
|
| 8 |
+
#else
|
| 9 |
+
# ifndef CERES_EXPORT
|
| 10 |
+
# ifdef ceres_EXPORTS
|
| 11 |
+
/* We are building this library */
|
| 12 |
+
# define CERES_EXPORT
|
| 13 |
+
# else
|
| 14 |
+
/* We are using this library */
|
| 15 |
+
# define CERES_EXPORT
|
| 16 |
+
# endif
|
| 17 |
+
# endif
|
| 18 |
+
|
| 19 |
+
# ifndef CERES_NO_EXPORT
|
| 20 |
+
# define CERES_NO_EXPORT
|
| 21 |
+
# endif
|
| 22 |
+
#endif
|
| 23 |
+
|
| 24 |
+
#ifndef CERES_DEPRECATED
|
| 25 |
+
# define CERES_DEPRECATED __attribute__ ((__deprecated__))
|
| 26 |
+
#endif
|
| 27 |
+
|
| 28 |
+
#ifndef CERES_DEPRECATED_EXPORT
|
| 29 |
+
# define CERES_DEPRECATED_EXPORT CERES_EXPORT CERES_DEPRECATED
|
| 30 |
+
#endif
|
| 31 |
+
|
| 32 |
+
#ifndef CERES_DEPRECATED_NO_EXPORT
|
| 33 |
+
# define CERES_DEPRECATED_NO_EXPORT CERES_NO_EXPORT CERES_DEPRECATED
|
| 34 |
+
#endif
|
| 35 |
+
|
| 36 |
+
#if 0 /* DEFINE_NO_DEPRECATED */
|
| 37 |
+
# ifndef CERES_NO_DEPRECATED
|
| 38 |
+
# define CERES_NO_DEPRECATED
|
| 39 |
+
# endif
|
| 40 |
+
#endif
|
| 41 |
+
|
| 42 |
+
#endif /* CERES_EXPORT_H */
|
ceres/install_manifest.txt
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/usr/local/lib/cmake/Ceres/FindSuiteSparse.cmake
|
| 2 |
+
/usr/local/lib/cmake/Ceres/FindMETIS.cmake
|
| 3 |
+
/usr/local/lib/cmake/Ceres/FindCXSparse.cmake
|
| 4 |
+
/usr/local/include/ceres/autodiff_cost_function.h
|
| 5 |
+
/usr/local/include/ceres/autodiff_first_order_function.h
|
| 6 |
+
/usr/local/include/ceres/autodiff_local_parameterization.h
|
| 7 |
+
/usr/local/include/ceres/autodiff_manifold.h
|
| 8 |
+
/usr/local/include/ceres/c_api.h
|
| 9 |
+
/usr/local/include/ceres/ceres.h
|
| 10 |
+
/usr/local/include/ceres/conditioned_cost_function.h
|
| 11 |
+
/usr/local/include/ceres/context.h
|
| 12 |
+
/usr/local/include/ceres/cost_function.h
|
| 13 |
+
/usr/local/include/ceres/cost_function_to_functor.h
|
| 14 |
+
/usr/local/include/ceres/covariance.h
|
| 15 |
+
/usr/local/include/ceres/crs_matrix.h
|
| 16 |
+
/usr/local/include/ceres/cubic_interpolation.h
|
| 17 |
+
/usr/local/include/ceres/dynamic_autodiff_cost_function.h
|
| 18 |
+
/usr/local/include/ceres/dynamic_cost_function.h
|
| 19 |
+
/usr/local/include/ceres/dynamic_cost_function_to_functor.h
|
| 20 |
+
/usr/local/include/ceres/dynamic_numeric_diff_cost_function.h
|
| 21 |
+
/usr/local/include/ceres/evaluation_callback.h
|
| 22 |
+
/usr/local/include/ceres/first_order_function.h
|
| 23 |
+
/usr/local/include/ceres/gradient_checker.h
|
| 24 |
+
/usr/local/include/ceres/gradient_problem.h
|
| 25 |
+
/usr/local/include/ceres/gradient_problem_solver.h
|
| 26 |
+
/usr/local/include/ceres/iteration_callback.h
|
| 27 |
+
/usr/local/include/ceres/jet.h
|
| 28 |
+
/usr/local/include/ceres/jet_fwd.h
|
| 29 |
+
/usr/local/include/ceres/line_manifold.h
|
| 30 |
+
/usr/local/include/ceres/local_parameterization.h
|
| 31 |
+
/usr/local/include/ceres/loss_function.h
|
| 32 |
+
/usr/local/include/ceres/manifold.h
|
| 33 |
+
/usr/local/include/ceres/manifold_test_utils.h
|
| 34 |
+
/usr/local/include/ceres/normal_prior.h
|
| 35 |
+
/usr/local/include/ceres/numeric_diff_cost_function.h
|
| 36 |
+
/usr/local/include/ceres/numeric_diff_first_order_function.h
|
| 37 |
+
/usr/local/include/ceres/numeric_diff_options.h
|
| 38 |
+
/usr/local/include/ceres/ordered_groups.h
|
| 39 |
+
/usr/local/include/ceres/problem.h
|
| 40 |
+
/usr/local/include/ceres/product_manifold.h
|
| 41 |
+
/usr/local/include/ceres/rotation.h
|
| 42 |
+
/usr/local/include/ceres/sized_cost_function.h
|
| 43 |
+
/usr/local/include/ceres/solver.h
|
| 44 |
+
/usr/local/include/ceres/sphere_manifold.h
|
| 45 |
+
/usr/local/include/ceres/tiny_solver.h
|
| 46 |
+
/usr/local/include/ceres/tiny_solver_autodiff_function.h
|
| 47 |
+
/usr/local/include/ceres/tiny_solver_cost_function_adapter.h
|
| 48 |
+
/usr/local/include/ceres/types.h
|
| 49 |
+
/usr/local/include/ceres/version.h
|
| 50 |
+
/usr/local/include/ceres/internal/array_selector.h
|
| 51 |
+
/usr/local/include/ceres/internal/autodiff.h
|
| 52 |
+
/usr/local/include/ceres/internal/disable_warnings.h
|
| 53 |
+
/usr/local/include/ceres/internal/eigen.h
|
| 54 |
+
/usr/local/include/ceres/internal/fixed_array.h
|
| 55 |
+
/usr/local/include/ceres/internal/householder_vector.h
|
| 56 |
+
/usr/local/include/ceres/internal/integer_sequence_algorithm.h
|
| 57 |
+
/usr/local/include/ceres/internal/jet_traits.h
|
| 58 |
+
/usr/local/include/ceres/internal/line_parameterization.h
|
| 59 |
+
/usr/local/include/ceres/internal/memory.h
|
| 60 |
+
/usr/local/include/ceres/internal/numeric_diff.h
|
| 61 |
+
/usr/local/include/ceres/internal/parameter_dims.h
|
| 62 |
+
/usr/local/include/ceres/internal/port.h
|
| 63 |
+
/usr/local/include/ceres/internal/reenable_warnings.h
|
| 64 |
+
/usr/local/include/ceres/internal/sphere_manifold_functions.h
|
| 65 |
+
/usr/local/include/ceres/internal/variadic_evaluate.h
|
| 66 |
+
/usr/local/include/ceres/internal/config.h
|
| 67 |
+
/usr/local/include/ceres/internal/export.h
|
| 68 |
+
/usr/local/lib/cmake/Ceres/CeresTargets.cmake
|
| 69 |
+
/usr/local/lib/cmake/Ceres/CeresTargets-release.cmake
|
| 70 |
+
/usr/local/lib/cmake/Ceres/CeresConfig.cmake
|
| 71 |
+
/usr/local/lib/cmake/Ceres/CeresConfigVersion.cmake
|
| 72 |
+
/usr/local/lib/cmake/Ceres/FindGlog.cmake
|
| 73 |
+
/usr/local/lib/libceres.a
|
ceres/internal/ceres/CMakeFiles/CMakeDirectoryInformation.cmake
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
|
| 3 |
+
|
| 4 |
+
# Relative path conversion top directories.
|
| 5 |
+
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/content/ceres-solver-2.1.0")
|
| 6 |
+
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/content/ceres-bin")
|
| 7 |
+
|
| 8 |
+
# Force unix paths in dependencies.
|
| 9 |
+
set(CMAKE_FORCE_UNIX_PATHS 1)
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
# The C and CXX include file regular expressions for this directory.
|
| 13 |
+
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
|
| 14 |
+
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
|
| 15 |
+
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
|
| 16 |
+
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
|
ceres/internal/ceres/CMakeFiles/ceres.dir/DependInfo.cmake
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"/content/ceres-solver-2.1.0/internal/ceres/c_api.cc" "internal/ceres/CMakeFiles/ceres.dir/c_api.cc.o" "gcc" "internal/ceres/CMakeFiles/ceres.dir/c_api.cc.o.d"
|
| 12 |
+
"/content/ceres-solver-2.1.0/internal/ceres/gradient_checker.cc" "internal/ceres/CMakeFiles/ceres.dir/gradient_checker.cc.o" "gcc" "internal/ceres/CMakeFiles/ceres.dir/gradient_checker.cc.o.d"
|
| 13 |
+
"/content/ceres-solver-2.1.0/internal/ceres/gradient_problem.cc" "internal/ceres/CMakeFiles/ceres.dir/gradient_problem.cc.o" "gcc" "internal/ceres/CMakeFiles/ceres.dir/gradient_problem.cc.o.d"
|
| 14 |
+
"/content/ceres-solver-2.1.0/internal/ceres/local_parameterization.cc" "internal/ceres/CMakeFiles/ceres.dir/local_parameterization.cc.o" "gcc" "internal/ceres/CMakeFiles/ceres.dir/local_parameterization.cc.o.d"
|
| 15 |
+
"/content/ceres-solver-2.1.0/internal/ceres/loss_function.cc" "internal/ceres/CMakeFiles/ceres.dir/loss_function.cc.o" "gcc" "internal/ceres/CMakeFiles/ceres.dir/loss_function.cc.o.d"
|
| 16 |
+
"/content/ceres-solver-2.1.0/internal/ceres/manifold.cc" "internal/ceres/CMakeFiles/ceres.dir/manifold.cc.o" "gcc" "internal/ceres/CMakeFiles/ceres.dir/manifold.cc.o.d"
|
| 17 |
+
"/content/ceres-solver-2.1.0/internal/ceres/normal_prior.cc" "internal/ceres/CMakeFiles/ceres.dir/normal_prior.cc.o" "gcc" "internal/ceres/CMakeFiles/ceres.dir/normal_prior.cc.o.d"
|
| 18 |
+
"/content/ceres-solver-2.1.0/internal/ceres/problem.cc" "internal/ceres/CMakeFiles/ceres.dir/problem.cc.o" "gcc" "internal/ceres/CMakeFiles/ceres.dir/problem.cc.o.d"
|
| 19 |
+
"/content/ceres-solver-2.1.0/internal/ceres/solver.cc" "internal/ceres/CMakeFiles/ceres.dir/solver.cc.o" "gcc" "internal/ceres/CMakeFiles/ceres.dir/solver.cc.o.d"
|
| 20 |
+
"/content/ceres-solver-2.1.0/internal/ceres/types.cc" "internal/ceres/CMakeFiles/ceres.dir/types.cc.o" "gcc" "internal/ceres/CMakeFiles/ceres.dir/types.cc.o.d"
|
| 21 |
+
)
|
| 22 |
+
|
| 23 |
+
# Targets to which this target links.
|
| 24 |
+
set(CMAKE_TARGET_LINKED_INFO_FILES
|
| 25 |
+
)
|
| 26 |
+
|
| 27 |
+
# Fortran module output directory.
|
| 28 |
+
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
|
ceres/internal/ceres/CMakeFiles/ceres.dir/build.make
ADDED
|
@@ -0,0 +1,539 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CMAKE generated file: DO NOT EDIT!
|
| 2 |
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.25
|
| 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 = /usr/local/lib/python3.9/dist-packages/cmake/data/bin/cmake
|
| 48 |
+
|
| 49 |
+
# The command to remove a file.
|
| 50 |
+
RM = /usr/local/lib/python3.9/dist-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 = /content/ceres-solver-2.1.0
|
| 57 |
+
|
| 58 |
+
# The top-level build directory on which CMake was run.
|
| 59 |
+
CMAKE_BINARY_DIR = /content/ceres-bin
|
| 60 |
+
|
| 61 |
+
# Include any dependencies generated for this target.
|
| 62 |
+
include internal/ceres/CMakeFiles/ceres.dir/depend.make
|
| 63 |
+
# Include any dependencies generated by the compiler for this target.
|
| 64 |
+
include internal/ceres/CMakeFiles/ceres.dir/compiler_depend.make
|
| 65 |
+
|
| 66 |
+
# Include the progress variables for this target.
|
| 67 |
+
include internal/ceres/CMakeFiles/ceres.dir/progress.make
|
| 68 |
+
|
| 69 |
+
# Include the compile flags for this target's objects.
|
| 70 |
+
include internal/ceres/CMakeFiles/ceres.dir/flags.make
|
| 71 |
+
|
| 72 |
+
internal/ceres/CMakeFiles/ceres.dir/c_api.cc.o: internal/ceres/CMakeFiles/ceres.dir/flags.make
|
| 73 |
+
internal/ceres/CMakeFiles/ceres.dir/c_api.cc.o: /content/ceres-solver-2.1.0/internal/ceres/c_api.cc
|
| 74 |
+
internal/ceres/CMakeFiles/ceres.dir/c_api.cc.o: internal/ceres/CMakeFiles/ceres.dir/compiler_depend.ts
|
| 75 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/content/ceres-bin/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object internal/ceres/CMakeFiles/ceres.dir/c_api.cc.o"
|
| 76 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT internal/ceres/CMakeFiles/ceres.dir/c_api.cc.o -MF CMakeFiles/ceres.dir/c_api.cc.o.d -o CMakeFiles/ceres.dir/c_api.cc.o -c /content/ceres-solver-2.1.0/internal/ceres/c_api.cc
|
| 77 |
+
|
| 78 |
+
internal/ceres/CMakeFiles/ceres.dir/c_api.cc.i: cmake_force
|
| 79 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ceres.dir/c_api.cc.i"
|
| 80 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /content/ceres-solver-2.1.0/internal/ceres/c_api.cc > CMakeFiles/ceres.dir/c_api.cc.i
|
| 81 |
+
|
| 82 |
+
internal/ceres/CMakeFiles/ceres.dir/c_api.cc.s: cmake_force
|
| 83 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ceres.dir/c_api.cc.s"
|
| 84 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /content/ceres-solver-2.1.0/internal/ceres/c_api.cc -o CMakeFiles/ceres.dir/c_api.cc.s
|
| 85 |
+
|
| 86 |
+
internal/ceres/CMakeFiles/ceres.dir/gradient_checker.cc.o: internal/ceres/CMakeFiles/ceres.dir/flags.make
|
| 87 |
+
internal/ceres/CMakeFiles/ceres.dir/gradient_checker.cc.o: /content/ceres-solver-2.1.0/internal/ceres/gradient_checker.cc
|
| 88 |
+
internal/ceres/CMakeFiles/ceres.dir/gradient_checker.cc.o: internal/ceres/CMakeFiles/ceres.dir/compiler_depend.ts
|
| 89 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/content/ceres-bin/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object internal/ceres/CMakeFiles/ceres.dir/gradient_checker.cc.o"
|
| 90 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT internal/ceres/CMakeFiles/ceres.dir/gradient_checker.cc.o -MF CMakeFiles/ceres.dir/gradient_checker.cc.o.d -o CMakeFiles/ceres.dir/gradient_checker.cc.o -c /content/ceres-solver-2.1.0/internal/ceres/gradient_checker.cc
|
| 91 |
+
|
| 92 |
+
internal/ceres/CMakeFiles/ceres.dir/gradient_checker.cc.i: cmake_force
|
| 93 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ceres.dir/gradient_checker.cc.i"
|
| 94 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /content/ceres-solver-2.1.0/internal/ceres/gradient_checker.cc > CMakeFiles/ceres.dir/gradient_checker.cc.i
|
| 95 |
+
|
| 96 |
+
internal/ceres/CMakeFiles/ceres.dir/gradient_checker.cc.s: cmake_force
|
| 97 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ceres.dir/gradient_checker.cc.s"
|
| 98 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /content/ceres-solver-2.1.0/internal/ceres/gradient_checker.cc -o CMakeFiles/ceres.dir/gradient_checker.cc.s
|
| 99 |
+
|
| 100 |
+
internal/ceres/CMakeFiles/ceres.dir/gradient_problem.cc.o: internal/ceres/CMakeFiles/ceres.dir/flags.make
|
| 101 |
+
internal/ceres/CMakeFiles/ceres.dir/gradient_problem.cc.o: /content/ceres-solver-2.1.0/internal/ceres/gradient_problem.cc
|
| 102 |
+
internal/ceres/CMakeFiles/ceres.dir/gradient_problem.cc.o: internal/ceres/CMakeFiles/ceres.dir/compiler_depend.ts
|
| 103 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/content/ceres-bin/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object internal/ceres/CMakeFiles/ceres.dir/gradient_problem.cc.o"
|
| 104 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT internal/ceres/CMakeFiles/ceres.dir/gradient_problem.cc.o -MF CMakeFiles/ceres.dir/gradient_problem.cc.o.d -o CMakeFiles/ceres.dir/gradient_problem.cc.o -c /content/ceres-solver-2.1.0/internal/ceres/gradient_problem.cc
|
| 105 |
+
|
| 106 |
+
internal/ceres/CMakeFiles/ceres.dir/gradient_problem.cc.i: cmake_force
|
| 107 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ceres.dir/gradient_problem.cc.i"
|
| 108 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /content/ceres-solver-2.1.0/internal/ceres/gradient_problem.cc > CMakeFiles/ceres.dir/gradient_problem.cc.i
|
| 109 |
+
|
| 110 |
+
internal/ceres/CMakeFiles/ceres.dir/gradient_problem.cc.s: cmake_force
|
| 111 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ceres.dir/gradient_problem.cc.s"
|
| 112 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /content/ceres-solver-2.1.0/internal/ceres/gradient_problem.cc -o CMakeFiles/ceres.dir/gradient_problem.cc.s
|
| 113 |
+
|
| 114 |
+
internal/ceres/CMakeFiles/ceres.dir/local_parameterization.cc.o: internal/ceres/CMakeFiles/ceres.dir/flags.make
|
| 115 |
+
internal/ceres/CMakeFiles/ceres.dir/local_parameterization.cc.o: /content/ceres-solver-2.1.0/internal/ceres/local_parameterization.cc
|
| 116 |
+
internal/ceres/CMakeFiles/ceres.dir/local_parameterization.cc.o: internal/ceres/CMakeFiles/ceres.dir/compiler_depend.ts
|
| 117 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/content/ceres-bin/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object internal/ceres/CMakeFiles/ceres.dir/local_parameterization.cc.o"
|
| 118 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT internal/ceres/CMakeFiles/ceres.dir/local_parameterization.cc.o -MF CMakeFiles/ceres.dir/local_parameterization.cc.o.d -o CMakeFiles/ceres.dir/local_parameterization.cc.o -c /content/ceres-solver-2.1.0/internal/ceres/local_parameterization.cc
|
| 119 |
+
|
| 120 |
+
internal/ceres/CMakeFiles/ceres.dir/local_parameterization.cc.i: cmake_force
|
| 121 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ceres.dir/local_parameterization.cc.i"
|
| 122 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /content/ceres-solver-2.1.0/internal/ceres/local_parameterization.cc > CMakeFiles/ceres.dir/local_parameterization.cc.i
|
| 123 |
+
|
| 124 |
+
internal/ceres/CMakeFiles/ceres.dir/local_parameterization.cc.s: cmake_force
|
| 125 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ceres.dir/local_parameterization.cc.s"
|
| 126 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /content/ceres-solver-2.1.0/internal/ceres/local_parameterization.cc -o CMakeFiles/ceres.dir/local_parameterization.cc.s
|
| 127 |
+
|
| 128 |
+
internal/ceres/CMakeFiles/ceres.dir/loss_function.cc.o: internal/ceres/CMakeFiles/ceres.dir/flags.make
|
| 129 |
+
internal/ceres/CMakeFiles/ceres.dir/loss_function.cc.o: /content/ceres-solver-2.1.0/internal/ceres/loss_function.cc
|
| 130 |
+
internal/ceres/CMakeFiles/ceres.dir/loss_function.cc.o: internal/ceres/CMakeFiles/ceres.dir/compiler_depend.ts
|
| 131 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/content/ceres-bin/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object internal/ceres/CMakeFiles/ceres.dir/loss_function.cc.o"
|
| 132 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT internal/ceres/CMakeFiles/ceres.dir/loss_function.cc.o -MF CMakeFiles/ceres.dir/loss_function.cc.o.d -o CMakeFiles/ceres.dir/loss_function.cc.o -c /content/ceres-solver-2.1.0/internal/ceres/loss_function.cc
|
| 133 |
+
|
| 134 |
+
internal/ceres/CMakeFiles/ceres.dir/loss_function.cc.i: cmake_force
|
| 135 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ceres.dir/loss_function.cc.i"
|
| 136 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /content/ceres-solver-2.1.0/internal/ceres/loss_function.cc > CMakeFiles/ceres.dir/loss_function.cc.i
|
| 137 |
+
|
| 138 |
+
internal/ceres/CMakeFiles/ceres.dir/loss_function.cc.s: cmake_force
|
| 139 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ceres.dir/loss_function.cc.s"
|
| 140 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /content/ceres-solver-2.1.0/internal/ceres/loss_function.cc -o CMakeFiles/ceres.dir/loss_function.cc.s
|
| 141 |
+
|
| 142 |
+
internal/ceres/CMakeFiles/ceres.dir/manifold.cc.o: internal/ceres/CMakeFiles/ceres.dir/flags.make
|
| 143 |
+
internal/ceres/CMakeFiles/ceres.dir/manifold.cc.o: /content/ceres-solver-2.1.0/internal/ceres/manifold.cc
|
| 144 |
+
internal/ceres/CMakeFiles/ceres.dir/manifold.cc.o: internal/ceres/CMakeFiles/ceres.dir/compiler_depend.ts
|
| 145 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/content/ceres-bin/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object internal/ceres/CMakeFiles/ceres.dir/manifold.cc.o"
|
| 146 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT internal/ceres/CMakeFiles/ceres.dir/manifold.cc.o -MF CMakeFiles/ceres.dir/manifold.cc.o.d -o CMakeFiles/ceres.dir/manifold.cc.o -c /content/ceres-solver-2.1.0/internal/ceres/manifold.cc
|
| 147 |
+
|
| 148 |
+
internal/ceres/CMakeFiles/ceres.dir/manifold.cc.i: cmake_force
|
| 149 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ceres.dir/manifold.cc.i"
|
| 150 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /content/ceres-solver-2.1.0/internal/ceres/manifold.cc > CMakeFiles/ceres.dir/manifold.cc.i
|
| 151 |
+
|
| 152 |
+
internal/ceres/CMakeFiles/ceres.dir/manifold.cc.s: cmake_force
|
| 153 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ceres.dir/manifold.cc.s"
|
| 154 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /content/ceres-solver-2.1.0/internal/ceres/manifold.cc -o CMakeFiles/ceres.dir/manifold.cc.s
|
| 155 |
+
|
| 156 |
+
internal/ceres/CMakeFiles/ceres.dir/normal_prior.cc.o: internal/ceres/CMakeFiles/ceres.dir/flags.make
|
| 157 |
+
internal/ceres/CMakeFiles/ceres.dir/normal_prior.cc.o: /content/ceres-solver-2.1.0/internal/ceres/normal_prior.cc
|
| 158 |
+
internal/ceres/CMakeFiles/ceres.dir/normal_prior.cc.o: internal/ceres/CMakeFiles/ceres.dir/compiler_depend.ts
|
| 159 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/content/ceres-bin/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object internal/ceres/CMakeFiles/ceres.dir/normal_prior.cc.o"
|
| 160 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT internal/ceres/CMakeFiles/ceres.dir/normal_prior.cc.o -MF CMakeFiles/ceres.dir/normal_prior.cc.o.d -o CMakeFiles/ceres.dir/normal_prior.cc.o -c /content/ceres-solver-2.1.0/internal/ceres/normal_prior.cc
|
| 161 |
+
|
| 162 |
+
internal/ceres/CMakeFiles/ceres.dir/normal_prior.cc.i: cmake_force
|
| 163 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ceres.dir/normal_prior.cc.i"
|
| 164 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /content/ceres-solver-2.1.0/internal/ceres/normal_prior.cc > CMakeFiles/ceres.dir/normal_prior.cc.i
|
| 165 |
+
|
| 166 |
+
internal/ceres/CMakeFiles/ceres.dir/normal_prior.cc.s: cmake_force
|
| 167 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ceres.dir/normal_prior.cc.s"
|
| 168 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /content/ceres-solver-2.1.0/internal/ceres/normal_prior.cc -o CMakeFiles/ceres.dir/normal_prior.cc.s
|
| 169 |
+
|
| 170 |
+
internal/ceres/CMakeFiles/ceres.dir/problem.cc.o: internal/ceres/CMakeFiles/ceres.dir/flags.make
|
| 171 |
+
internal/ceres/CMakeFiles/ceres.dir/problem.cc.o: /content/ceres-solver-2.1.0/internal/ceres/problem.cc
|
| 172 |
+
internal/ceres/CMakeFiles/ceres.dir/problem.cc.o: internal/ceres/CMakeFiles/ceres.dir/compiler_depend.ts
|
| 173 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/content/ceres-bin/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object internal/ceres/CMakeFiles/ceres.dir/problem.cc.o"
|
| 174 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT internal/ceres/CMakeFiles/ceres.dir/problem.cc.o -MF CMakeFiles/ceres.dir/problem.cc.o.d -o CMakeFiles/ceres.dir/problem.cc.o -c /content/ceres-solver-2.1.0/internal/ceres/problem.cc
|
| 175 |
+
|
| 176 |
+
internal/ceres/CMakeFiles/ceres.dir/problem.cc.i: cmake_force
|
| 177 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ceres.dir/problem.cc.i"
|
| 178 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /content/ceres-solver-2.1.0/internal/ceres/problem.cc > CMakeFiles/ceres.dir/problem.cc.i
|
| 179 |
+
|
| 180 |
+
internal/ceres/CMakeFiles/ceres.dir/problem.cc.s: cmake_force
|
| 181 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ceres.dir/problem.cc.s"
|
| 182 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /content/ceres-solver-2.1.0/internal/ceres/problem.cc -o CMakeFiles/ceres.dir/problem.cc.s
|
| 183 |
+
|
| 184 |
+
internal/ceres/CMakeFiles/ceres.dir/solver.cc.o: internal/ceres/CMakeFiles/ceres.dir/flags.make
|
| 185 |
+
internal/ceres/CMakeFiles/ceres.dir/solver.cc.o: /content/ceres-solver-2.1.0/internal/ceres/solver.cc
|
| 186 |
+
internal/ceres/CMakeFiles/ceres.dir/solver.cc.o: internal/ceres/CMakeFiles/ceres.dir/compiler_depend.ts
|
| 187 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/content/ceres-bin/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object internal/ceres/CMakeFiles/ceres.dir/solver.cc.o"
|
| 188 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT internal/ceres/CMakeFiles/ceres.dir/solver.cc.o -MF CMakeFiles/ceres.dir/solver.cc.o.d -o CMakeFiles/ceres.dir/solver.cc.o -c /content/ceres-solver-2.1.0/internal/ceres/solver.cc
|
| 189 |
+
|
| 190 |
+
internal/ceres/CMakeFiles/ceres.dir/solver.cc.i: cmake_force
|
| 191 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ceres.dir/solver.cc.i"
|
| 192 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /content/ceres-solver-2.1.0/internal/ceres/solver.cc > CMakeFiles/ceres.dir/solver.cc.i
|
| 193 |
+
|
| 194 |
+
internal/ceres/CMakeFiles/ceres.dir/solver.cc.s: cmake_force
|
| 195 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ceres.dir/solver.cc.s"
|
| 196 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /content/ceres-solver-2.1.0/internal/ceres/solver.cc -o CMakeFiles/ceres.dir/solver.cc.s
|
| 197 |
+
|
| 198 |
+
internal/ceres/CMakeFiles/ceres.dir/types.cc.o: internal/ceres/CMakeFiles/ceres.dir/flags.make
|
| 199 |
+
internal/ceres/CMakeFiles/ceres.dir/types.cc.o: /content/ceres-solver-2.1.0/internal/ceres/types.cc
|
| 200 |
+
internal/ceres/CMakeFiles/ceres.dir/types.cc.o: internal/ceres/CMakeFiles/ceres.dir/compiler_depend.ts
|
| 201 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/content/ceres-bin/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object internal/ceres/CMakeFiles/ceres.dir/types.cc.o"
|
| 202 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT internal/ceres/CMakeFiles/ceres.dir/types.cc.o -MF CMakeFiles/ceres.dir/types.cc.o.d -o CMakeFiles/ceres.dir/types.cc.o -c /content/ceres-solver-2.1.0/internal/ceres/types.cc
|
| 203 |
+
|
| 204 |
+
internal/ceres/CMakeFiles/ceres.dir/types.cc.i: cmake_force
|
| 205 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/ceres.dir/types.cc.i"
|
| 206 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /content/ceres-solver-2.1.0/internal/ceres/types.cc > CMakeFiles/ceres.dir/types.cc.i
|
| 207 |
+
|
| 208 |
+
internal/ceres/CMakeFiles/ceres.dir/types.cc.s: cmake_force
|
| 209 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/ceres.dir/types.cc.s"
|
| 210 |
+
cd /content/ceres-bin/internal/ceres && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /content/ceres-solver-2.1.0/internal/ceres/types.cc -o CMakeFiles/ceres.dir/types.cc.s
|
| 211 |
+
|
| 212 |
+
# Object files for target ceres
|
| 213 |
+
ceres_OBJECTS = \
|
| 214 |
+
"CMakeFiles/ceres.dir/c_api.cc.o" \
|
| 215 |
+
"CMakeFiles/ceres.dir/gradient_checker.cc.o" \
|
| 216 |
+
"CMakeFiles/ceres.dir/gradient_problem.cc.o" \
|
| 217 |
+
"CMakeFiles/ceres.dir/local_parameterization.cc.o" \
|
| 218 |
+
"CMakeFiles/ceres.dir/loss_function.cc.o" \
|
| 219 |
+
"CMakeFiles/ceres.dir/manifold.cc.o" \
|
| 220 |
+
"CMakeFiles/ceres.dir/normal_prior.cc.o" \
|
| 221 |
+
"CMakeFiles/ceres.dir/problem.cc.o" \
|
| 222 |
+
"CMakeFiles/ceres.dir/solver.cc.o" \
|
| 223 |
+
"CMakeFiles/ceres.dir/types.cc.o"
|
| 224 |
+
|
| 225 |
+
# External object files for target ceres
|
| 226 |
+
ceres_EXTERNAL_OBJECTS = \
|
| 227 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_2_2.cc.o" \
|
| 228 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_2_3.cc.o" \
|
| 229 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_2_4.cc.o" \
|
| 230 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_2_d.cc.o" \
|
| 231 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_3_3.cc.o" \
|
| 232 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_3_4.cc.o" \
|
| 233 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_3_6.cc.o" \
|
| 234 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_3_9.cc.o" \
|
| 235 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_3_d.cc.o" \
|
| 236 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_4_3.cc.o" \
|
| 237 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_4_4.cc.o" \
|
| 238 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_4_6.cc.o" \
|
| 239 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_4_8.cc.o" \
|
| 240 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_4_9.cc.o" \
|
| 241 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_4_d.cc.o" \
|
| 242 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_d_d.cc.o" \
|
| 243 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_3_3_3.cc.o" \
|
| 244 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_4_4_2.cc.o" \
|
| 245 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_4_4_3.cc.o" \
|
| 246 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_4_4_4.cc.o" \
|
| 247 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_4_4_d.cc.o" \
|
| 248 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_d_d_d.cc.o" \
|
| 249 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_2_2.cc.o" \
|
| 250 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_2_3.cc.o" \
|
| 251 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_2_4.cc.o" \
|
| 252 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_2_d.cc.o" \
|
| 253 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_3_3.cc.o" \
|
| 254 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_3_4.cc.o" \
|
| 255 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_3_6.cc.o" \
|
| 256 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_3_9.cc.o" \
|
| 257 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_3_d.cc.o" \
|
| 258 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_4_3.cc.o" \
|
| 259 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_4_4.cc.o" \
|
| 260 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_4_6.cc.o" \
|
| 261 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_4_8.cc.o" \
|
| 262 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_4_9.cc.o" \
|
| 263 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_4_d.cc.o" \
|
| 264 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_d_d.cc.o" \
|
| 265 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_3_3_3.cc.o" \
|
| 266 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_4_4_2.cc.o" \
|
| 267 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_4_4_3.cc.o" \
|
| 268 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_4_4_4.cc.o" \
|
| 269 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_4_4_d.cc.o" \
|
| 270 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_d_d_d.cc.o" \
|
| 271 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/parallel_for_cxx.cc.o" \
|
| 272 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/thread_pool.cc.o" \
|
| 273 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/accelerate_sparse.cc.o" \
|
| 274 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/array_utils.cc.o" \
|
| 275 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/block_evaluate_preparer.cc.o" \
|
| 276 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/block_jacobi_preconditioner.cc.o" \
|
| 277 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/block_jacobian_writer.cc.o" \
|
| 278 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/block_random_access_dense_matrix.cc.o" \
|
| 279 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/block_random_access_diagonal_matrix.cc.o" \
|
| 280 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/block_random_access_matrix.cc.o" \
|
| 281 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/block_random_access_sparse_matrix.cc.o" \
|
| 282 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/block_sparse_matrix.cc.o" \
|
| 283 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/block_structure.cc.o" \
|
| 284 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/callbacks.cc.o" \
|
| 285 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/canonical_views_clustering.cc.o" \
|
| 286 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/cgnr_solver.cc.o" \
|
| 287 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/compressed_col_sparse_matrix_utils.cc.o" \
|
| 288 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/compressed_row_jacobian_writer.cc.o" \
|
| 289 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/compressed_row_sparse_matrix.cc.o" \
|
| 290 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/conditioned_cost_function.cc.o" \
|
| 291 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/conjugate_gradients_solver.cc.o" \
|
| 292 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/context.cc.o" \
|
| 293 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/context_impl.cc.o" \
|
| 294 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/coordinate_descent_minimizer.cc.o" \
|
| 295 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/corrector.cc.o" \
|
| 296 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/cost_function.cc.o" \
|
| 297 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/covariance.cc.o" \
|
| 298 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/covariance_impl.cc.o" \
|
| 299 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/cxsparse.cc.o" \
|
| 300 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/dense_cholesky.cc.o" \
|
| 301 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/dense_normal_cholesky_solver.cc.o" \
|
| 302 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/dense_qr.cc.o" \
|
| 303 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/dense_qr_solver.cc.o" \
|
| 304 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/dense_sparse_matrix.cc.o" \
|
| 305 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/detect_structure.cc.o" \
|
| 306 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/dogleg_strategy.cc.o" \
|
| 307 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/dynamic_compressed_row_jacobian_writer.cc.o" \
|
| 308 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/dynamic_compressed_row_sparse_matrix.cc.o" \
|
| 309 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/dynamic_sparse_normal_cholesky_solver.cc.o" \
|
| 310 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/eigensparse.cc.o" \
|
| 311 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/evaluation_callback.cc.o" \
|
| 312 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/evaluator.cc.o" \
|
| 313 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/file.cc.o" \
|
| 314 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/first_order_function.cc.o" \
|
| 315 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/float_cxsparse.cc.o" \
|
| 316 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/float_suitesparse.cc.o" \
|
| 317 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/function_sample.cc.o" \
|
| 318 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/gradient_checking_cost_function.cc.o" \
|
| 319 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/gradient_problem_solver.cc.o" \
|
| 320 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/implicit_schur_complement.cc.o" \
|
| 321 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/inner_product_computer.cc.o" \
|
| 322 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/is_close.cc.o" \
|
| 323 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/iteration_callback.cc.o" \
|
| 324 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/iterative_refiner.cc.o" \
|
| 325 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/iterative_schur_complement_solver.cc.o" \
|
| 326 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/levenberg_marquardt_strategy.cc.o" \
|
| 327 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/line_search.cc.o" \
|
| 328 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/line_search_direction.cc.o" \
|
| 329 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/line_search_minimizer.cc.o" \
|
| 330 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/line_search_preprocessor.cc.o" \
|
| 331 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/linear_least_squares_problems.cc.o" \
|
| 332 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/linear_operator.cc.o" \
|
| 333 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/linear_solver.cc.o" \
|
| 334 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/low_rank_inverse_hessian.cc.o" \
|
| 335 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/minimizer.cc.o" \
|
| 336 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/parallel_utils.cc.o" \
|
| 337 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/parameter_block_ordering.cc.o" \
|
| 338 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/partitioned_matrix_view.cc.o" \
|
| 339 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/polynomial.cc.o" \
|
| 340 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/preconditioner.cc.o" \
|
| 341 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/preprocessor.cc.o" \
|
| 342 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/problem_impl.cc.o" \
|
| 343 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/program.cc.o" \
|
| 344 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/reorder_program.cc.o" \
|
| 345 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/residual_block.cc.o" \
|
| 346 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/residual_block_utils.cc.o" \
|
| 347 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/schur_complement_solver.cc.o" \
|
| 348 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/schur_eliminator.cc.o" \
|
| 349 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/schur_jacobi_preconditioner.cc.o" \
|
| 350 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/schur_templates.cc.o" \
|
| 351 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/scratch_evaluate_preparer.cc.o" \
|
| 352 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/single_linkage_clustering.cc.o" \
|
| 353 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/solver_utils.cc.o" \
|
| 354 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/sparse_cholesky.cc.o" \
|
| 355 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/sparse_matrix.cc.o" \
|
| 356 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/sparse_normal_cholesky_solver.cc.o" \
|
| 357 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/stringprintf.cc.o" \
|
| 358 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/subset_preconditioner.cc.o" \
|
| 359 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/suitesparse.cc.o" \
|
| 360 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/thread_token_provider.cc.o" \
|
| 361 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/triplet_sparse_matrix.cc.o" \
|
| 362 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/trust_region_minimizer.cc.o" \
|
| 363 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/trust_region_preprocessor.cc.o" \
|
| 364 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/trust_region_step_evaluator.cc.o" \
|
| 365 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/trust_region_strategy.cc.o" \
|
| 366 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/visibility.cc.o" \
|
| 367 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/visibility_based_preconditioner.cc.o" \
|
| 368 |
+
"/content/ceres-bin/internal/ceres/CMakeFiles/ceres_internal.dir/wall_time.cc.o"
|
| 369 |
+
|
| 370 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres.dir/c_api.cc.o
|
| 371 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres.dir/gradient_checker.cc.o
|
| 372 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres.dir/gradient_problem.cc.o
|
| 373 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres.dir/local_parameterization.cc.o
|
| 374 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres.dir/loss_function.cc.o
|
| 375 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres.dir/manifold.cc.o
|
| 376 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres.dir/normal_prior.cc.o
|
| 377 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres.dir/problem.cc.o
|
| 378 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres.dir/solver.cc.o
|
| 379 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres.dir/types.cc.o
|
| 380 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_2_2.cc.o
|
| 381 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_2_3.cc.o
|
| 382 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_2_4.cc.o
|
| 383 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_2_d.cc.o
|
| 384 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_3_3.cc.o
|
| 385 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_3_4.cc.o
|
| 386 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_3_6.cc.o
|
| 387 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_3_9.cc.o
|
| 388 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_3_d.cc.o
|
| 389 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_4_3.cc.o
|
| 390 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_4_4.cc.o
|
| 391 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_4_6.cc.o
|
| 392 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_4_8.cc.o
|
| 393 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_4_9.cc.o
|
| 394 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_4_d.cc.o
|
| 395 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_2_d_d.cc.o
|
| 396 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_3_3_3.cc.o
|
| 397 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_4_4_2.cc.o
|
| 398 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_4_4_3.cc.o
|
| 399 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_4_4_4.cc.o
|
| 400 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_4_4_d.cc.o
|
| 401 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/partitioned_matrix_view_d_d_d.cc.o
|
| 402 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_2_2.cc.o
|
| 403 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_2_3.cc.o
|
| 404 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_2_4.cc.o
|
| 405 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_2_d.cc.o
|
| 406 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_3_3.cc.o
|
| 407 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_3_4.cc.o
|
| 408 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_3_6.cc.o
|
| 409 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_3_9.cc.o
|
| 410 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_3_d.cc.o
|
| 411 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_4_3.cc.o
|
| 412 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_4_4.cc.o
|
| 413 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_4_6.cc.o
|
| 414 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_4_8.cc.o
|
| 415 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_4_9.cc.o
|
| 416 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_4_d.cc.o
|
| 417 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_2_d_d.cc.o
|
| 418 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_3_3_3.cc.o
|
| 419 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_4_4_2.cc.o
|
| 420 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_4_4_3.cc.o
|
| 421 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_4_4_4.cc.o
|
| 422 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_4_4_d.cc.o
|
| 423 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/generated/schur_eliminator_d_d_d.cc.o
|
| 424 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/parallel_for_cxx.cc.o
|
| 425 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/thread_pool.cc.o
|
| 426 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/accelerate_sparse.cc.o
|
| 427 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/array_utils.cc.o
|
| 428 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/block_evaluate_preparer.cc.o
|
| 429 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/block_jacobi_preconditioner.cc.o
|
| 430 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/block_jacobian_writer.cc.o
|
| 431 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/block_random_access_dense_matrix.cc.o
|
| 432 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/block_random_access_diagonal_matrix.cc.o
|
| 433 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/block_random_access_matrix.cc.o
|
| 434 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/block_random_access_sparse_matrix.cc.o
|
| 435 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/block_sparse_matrix.cc.o
|
| 436 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/block_structure.cc.o
|
| 437 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/callbacks.cc.o
|
| 438 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/canonical_views_clustering.cc.o
|
| 439 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/cgnr_solver.cc.o
|
| 440 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/compressed_col_sparse_matrix_utils.cc.o
|
| 441 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/compressed_row_jacobian_writer.cc.o
|
| 442 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/compressed_row_sparse_matrix.cc.o
|
| 443 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/conditioned_cost_function.cc.o
|
| 444 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/conjugate_gradients_solver.cc.o
|
| 445 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/context.cc.o
|
| 446 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/context_impl.cc.o
|
| 447 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/coordinate_descent_minimizer.cc.o
|
| 448 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/corrector.cc.o
|
| 449 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/cost_function.cc.o
|
| 450 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/covariance.cc.o
|
| 451 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/covariance_impl.cc.o
|
| 452 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/cxsparse.cc.o
|
| 453 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/dense_cholesky.cc.o
|
| 454 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/dense_normal_cholesky_solver.cc.o
|
| 455 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/dense_qr.cc.o
|
| 456 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/dense_qr_solver.cc.o
|
| 457 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/dense_sparse_matrix.cc.o
|
| 458 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/detect_structure.cc.o
|
| 459 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/dogleg_strategy.cc.o
|
| 460 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/dynamic_compressed_row_jacobian_writer.cc.o
|
| 461 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/dynamic_compressed_row_sparse_matrix.cc.o
|
| 462 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/dynamic_sparse_normal_cholesky_solver.cc.o
|
| 463 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/eigensparse.cc.o
|
| 464 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/evaluation_callback.cc.o
|
| 465 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/evaluator.cc.o
|
| 466 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/file.cc.o
|
| 467 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/first_order_function.cc.o
|
| 468 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/float_cxsparse.cc.o
|
| 469 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/float_suitesparse.cc.o
|
| 470 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/function_sample.cc.o
|
| 471 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/gradient_checking_cost_function.cc.o
|
| 472 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/gradient_problem_solver.cc.o
|
| 473 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/implicit_schur_complement.cc.o
|
| 474 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/inner_product_computer.cc.o
|
| 475 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/is_close.cc.o
|
| 476 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/iteration_callback.cc.o
|
| 477 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/iterative_refiner.cc.o
|
| 478 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/iterative_schur_complement_solver.cc.o
|
| 479 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/levenberg_marquardt_strategy.cc.o
|
| 480 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/line_search.cc.o
|
| 481 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/line_search_direction.cc.o
|
| 482 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/line_search_minimizer.cc.o
|
| 483 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/line_search_preprocessor.cc.o
|
| 484 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/linear_least_squares_problems.cc.o
|
| 485 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/linear_operator.cc.o
|
| 486 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/linear_solver.cc.o
|
| 487 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/low_rank_inverse_hessian.cc.o
|
| 488 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/minimizer.cc.o
|
| 489 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/parallel_utils.cc.o
|
| 490 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/parameter_block_ordering.cc.o
|
| 491 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/partitioned_matrix_view.cc.o
|
| 492 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/polynomial.cc.o
|
| 493 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/preconditioner.cc.o
|
| 494 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/preprocessor.cc.o
|
| 495 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/problem_impl.cc.o
|
| 496 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/program.cc.o
|
| 497 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/reorder_program.cc.o
|
| 498 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/residual_block.cc.o
|
| 499 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/residual_block_utils.cc.o
|
| 500 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/schur_complement_solver.cc.o
|
| 501 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/schur_eliminator.cc.o
|
| 502 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/schur_jacobi_preconditioner.cc.o
|
| 503 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/schur_templates.cc.o
|
| 504 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/scratch_evaluate_preparer.cc.o
|
| 505 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/single_linkage_clustering.cc.o
|
| 506 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/solver_utils.cc.o
|
| 507 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/sparse_cholesky.cc.o
|
| 508 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/sparse_matrix.cc.o
|
| 509 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/sparse_normal_cholesky_solver.cc.o
|
| 510 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/stringprintf.cc.o
|
| 511 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/subset_preconditioner.cc.o
|
| 512 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/suitesparse.cc.o
|
| 513 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/thread_token_provider.cc.o
|
| 514 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/triplet_sparse_matrix.cc.o
|
| 515 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/trust_region_minimizer.cc.o
|
| 516 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/trust_region_preprocessor.cc.o
|
| 517 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/trust_region_step_evaluator.cc.o
|
| 518 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/trust_region_strategy.cc.o
|
| 519 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/visibility.cc.o
|
| 520 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/visibility_based_preconditioner.cc.o
|
| 521 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres_internal.dir/wall_time.cc.o
|
| 522 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres.dir/build.make
|
| 523 |
+
lib/libceres.a: internal/ceres/CMakeFiles/ceres.dir/link.txt
|
| 524 |
+
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/content/ceres-bin/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Linking CXX static library ../../lib/libceres.a"
|
| 525 |
+
cd /content/ceres-bin/internal/ceres && $(CMAKE_COMMAND) -P CMakeFiles/ceres.dir/cmake_clean_target.cmake
|
| 526 |
+
cd /content/ceres-bin/internal/ceres && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ceres.dir/link.txt --verbose=$(VERBOSE)
|
| 527 |
+
|
| 528 |
+
# Rule to build all files generated by this target.
|
| 529 |
+
internal/ceres/CMakeFiles/ceres.dir/build: lib/libceres.a
|
| 530 |
+
.PHONY : internal/ceres/CMakeFiles/ceres.dir/build
|
| 531 |
+
|
| 532 |
+
internal/ceres/CMakeFiles/ceres.dir/clean:
|
| 533 |
+
cd /content/ceres-bin/internal/ceres && $(CMAKE_COMMAND) -P CMakeFiles/ceres.dir/cmake_clean.cmake
|
| 534 |
+
.PHONY : internal/ceres/CMakeFiles/ceres.dir/clean
|
| 535 |
+
|
| 536 |
+
internal/ceres/CMakeFiles/ceres.dir/depend:
|
| 537 |
+
cd /content/ceres-bin && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /content/ceres-solver-2.1.0 /content/ceres-solver-2.1.0/internal/ceres /content/ceres-bin /content/ceres-bin/internal/ceres /content/ceres-bin/internal/ceres/CMakeFiles/ceres.dir/DependInfo.cmake --color=$(COLOR)
|
| 538 |
+
.PHONY : internal/ceres/CMakeFiles/ceres.dir/depend
|
| 539 |
+
|
ceres/internal/ceres/CMakeFiles/ceres.dir/c_api.cc.o
ADDED
|
Binary file (24.2 kB). View file
|
|
|
ceres/internal/ceres/CMakeFiles/ceres.dir/c_api.cc.o.d
ADDED
|
@@ -0,0 +1,213 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
internal/ceres/CMakeFiles/ceres.dir/c_api.cc.o: \
|
| 2 |
+
/content/ceres-solver-2.1.0/internal/ceres/c_api.cc \
|
| 3 |
+
/usr/include/stdc-predef.h \
|
| 4 |
+
/content/ceres-solver-2.1.0/include/ceres/c_api.h \
|
| 5 |
+
/content/ceres-bin/include/ceres/internal/export.h \
|
| 6 |
+
/content/ceres-solver-2.1.0/include/ceres/internal/disable_warnings.h \
|
| 7 |
+
/content/ceres-solver-2.1.0/include/ceres/internal/reenable_warnings.h \
|
| 8 |
+
/usr/include/c++/9/iostream \
|
| 9 |
+
/usr/include/x86_64-linux-gnu/c++/9/bits/c++config.h \
|
| 10 |
+
/usr/include/x86_64-linux-gnu/c++/9/bits/os_defines.h \
|
| 11 |
+
/usr/include/features.h /usr/include/x86_64-linux-gnu/sys/cdefs.h \
|
| 12 |
+
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
|
| 13 |
+
/usr/include/x86_64-linux-gnu/bits/long-double.h \
|
| 14 |
+
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
|
| 15 |
+
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
|
| 16 |
+
/usr/include/x86_64-linux-gnu/c++/9/bits/cpu_defines.h \
|
| 17 |
+
/usr/include/c++/9/ostream /usr/include/c++/9/ios \
|
| 18 |
+
/usr/include/c++/9/iosfwd /usr/include/c++/9/bits/stringfwd.h \
|
| 19 |
+
/usr/include/c++/9/bits/memoryfwd.h /usr/include/c++/9/bits/postypes.h \
|
| 20 |
+
/usr/include/c++/9/cwchar /usr/include/wchar.h \
|
| 21 |
+
/usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
|
| 22 |
+
/usr/include/x86_64-linux-gnu/bits/floatn.h \
|
| 23 |
+
/usr/include/x86_64-linux-gnu/bits/floatn-common.h \
|
| 24 |
+
/usr/lib/gcc/x86_64-linux-gnu/9/include/stddef.h \
|
| 25 |
+
/usr/lib/gcc/x86_64-linux-gnu/9/include/stdarg.h \
|
| 26 |
+
/usr/include/x86_64-linux-gnu/bits/wchar.h \
|
| 27 |
+
/usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
|
| 28 |
+
/usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
|
| 29 |
+
/usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
|
| 30 |
+
/usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
|
| 31 |
+
/usr/include/x86_64-linux-gnu/bits/types/FILE.h \
|
| 32 |
+
/usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
|
| 33 |
+
/usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
|
| 34 |
+
/usr/include/x86_64-linux-gnu/bits/wchar2.h /usr/include/c++/9/exception \
|
| 35 |
+
/usr/include/c++/9/bits/exception.h \
|
| 36 |
+
/usr/include/c++/9/bits/exception_ptr.h \
|
| 37 |
+
/usr/include/c++/9/bits/exception_defines.h \
|
| 38 |
+
/usr/include/c++/9/bits/cxxabi_init_exception.h \
|
| 39 |
+
/usr/include/c++/9/typeinfo /usr/include/c++/9/bits/hash_bytes.h \
|
| 40 |
+
/usr/include/c++/9/new /usr/include/c++/9/bits/nested_exception.h \
|
| 41 |
+
/usr/include/c++/9/bits/move.h /usr/include/c++/9/bits/concept_check.h \
|
| 42 |
+
/usr/include/c++/9/type_traits /usr/include/c++/9/bits/char_traits.h \
|
| 43 |
+
/usr/include/c++/9/bits/stl_algobase.h \
|
| 44 |
+
/usr/include/c++/9/bits/functexcept.h \
|
| 45 |
+
/usr/include/c++/9/bits/cpp_type_traits.h \
|
| 46 |
+
/usr/include/c++/9/ext/type_traits.h \
|
| 47 |
+
/usr/include/c++/9/ext/numeric_traits.h \
|
| 48 |
+
/usr/include/c++/9/bits/stl_pair.h \
|
| 49 |
+
/usr/include/c++/9/bits/stl_iterator_base_types.h \
|
| 50 |
+
/usr/include/c++/9/bits/stl_iterator_base_funcs.h \
|
| 51 |
+
/usr/include/c++/9/debug/assertions.h \
|
| 52 |
+
/usr/include/c++/9/bits/stl_iterator.h \
|
| 53 |
+
/usr/include/c++/9/bits/ptr_traits.h /usr/include/c++/9/debug/debug.h \
|
| 54 |
+
/usr/include/c++/9/bits/predefined_ops.h /usr/include/c++/9/cstdint \
|
| 55 |
+
/usr/lib/gcc/x86_64-linux-gnu/9/include/stdint.h /usr/include/stdint.h \
|
| 56 |
+
/usr/include/x86_64-linux-gnu/bits/types.h \
|
| 57 |
+
/usr/include/x86_64-linux-gnu/bits/timesize.h \
|
| 58 |
+
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
|
| 59 |
+
/usr/include/x86_64-linux-gnu/bits/time64.h \
|
| 60 |
+
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h \
|
| 61 |
+
/usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
|
| 62 |
+
/usr/include/c++/9/bits/localefwd.h \
|
| 63 |
+
/usr/include/x86_64-linux-gnu/c++/9/bits/c++locale.h \
|
| 64 |
+
/usr/include/c++/9/clocale /usr/include/locale.h \
|
| 65 |
+
/usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/9/cctype \
|
| 66 |
+
/usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/endian.h \
|
| 67 |
+
/usr/include/x86_64-linux-gnu/bits/endianness.h \
|
| 68 |
+
/usr/include/c++/9/bits/ios_base.h /usr/include/c++/9/ext/atomicity.h \
|
| 69 |
+
/usr/include/x86_64-linux-gnu/c++/9/bits/gthr.h \
|
| 70 |
+
/usr/include/x86_64-linux-gnu/c++/9/bits/gthr-default.h \
|
| 71 |
+
/usr/include/pthread.h /usr/include/sched.h \
|
| 72 |
+
/usr/include/x86_64-linux-gnu/bits/types/time_t.h \
|
| 73 |
+
/usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
|
| 74 |
+
/usr/include/x86_64-linux-gnu/bits/sched.h \
|
| 75 |
+
/usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
|
| 76 |
+
/usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
|
| 77 |
+
/usr/include/x86_64-linux-gnu/bits/time.h \
|
| 78 |
+
/usr/include/x86_64-linux-gnu/bits/timex.h \
|
| 79 |
+
/usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
|
| 80 |
+
/usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
|
| 81 |
+
/usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
|
| 82 |
+
/usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
|
| 83 |
+
/usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
|
| 84 |
+
/usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
|
| 85 |
+
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
|
| 86 |
+
/usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
|
| 87 |
+
/usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
|
| 88 |
+
/usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
|
| 89 |
+
/usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \
|
| 90 |
+
/usr/include/x86_64-linux-gnu/bits/setjmp.h \
|
| 91 |
+
/usr/include/x86_64-linux-gnu/c++/9/bits/atomic_word.h \
|
| 92 |
+
/usr/include/c++/9/bits/locale_classes.h /usr/include/c++/9/string \
|
| 93 |
+
/usr/include/c++/9/bits/allocator.h \
|
| 94 |
+
/usr/include/x86_64-linux-gnu/c++/9/bits/c++allocator.h \
|
| 95 |
+
/usr/include/c++/9/ext/new_allocator.h \
|
| 96 |
+
/usr/include/c++/9/bits/ostream_insert.h \
|
| 97 |
+
/usr/include/c++/9/bits/cxxabi_forced.h \
|
| 98 |
+
/usr/include/c++/9/bits/stl_function.h \
|
| 99 |
+
/usr/include/c++/9/backward/binders.h \
|
| 100 |
+
/usr/include/c++/9/bits/range_access.h \
|
| 101 |
+
/usr/include/c++/9/initializer_list \
|
| 102 |
+
/usr/include/c++/9/bits/basic_string.h \
|
| 103 |
+
/usr/include/c++/9/ext/alloc_traits.h \
|
| 104 |
+
/usr/include/c++/9/bits/alloc_traits.h \
|
| 105 |
+
/usr/include/c++/9/ext/string_conversions.h /usr/include/c++/9/cstdlib \
|
| 106 |
+
/usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \
|
| 107 |
+
/usr/include/x86_64-linux-gnu/bits/waitstatus.h \
|
| 108 |
+
/usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \
|
| 109 |
+
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
|
| 110 |
+
/usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
|
| 111 |
+
/usr/include/x86_64-linux-gnu/sys/select.h \
|
| 112 |
+
/usr/include/x86_64-linux-gnu/bits/select.h \
|
| 113 |
+
/usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
|
| 114 |
+
/usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
|
| 115 |
+
/usr/include/x86_64-linux-gnu/bits/select2.h /usr/include/alloca.h \
|
| 116 |
+
/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
|
| 117 |
+
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
|
| 118 |
+
/usr/include/x86_64-linux-gnu/bits/stdlib.h \
|
| 119 |
+
/usr/include/c++/9/bits/std_abs.h /usr/include/c++/9/cstdio \
|
| 120 |
+
/usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
|
| 121 |
+
/usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
|
| 122 |
+
/usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
|
| 123 |
+
/usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
|
| 124 |
+
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
|
| 125 |
+
/usr/include/x86_64-linux-gnu/bits/sys_errlist.h \
|
| 126 |
+
/usr/include/x86_64-linux-gnu/bits/stdio.h \
|
| 127 |
+
/usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/c++/9/cerrno \
|
| 128 |
+
/usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \
|
| 129 |
+
/usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \
|
| 130 |
+
/usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
|
| 131 |
+
/usr/include/x86_64-linux-gnu/bits/types/error_t.h \
|
| 132 |
+
/usr/include/c++/9/bits/functional_hash.h \
|
| 133 |
+
/usr/include/c++/9/bits/basic_string.tcc \
|
| 134 |
+
/usr/include/c++/9/bits/locale_classes.tcc \
|
| 135 |
+
/usr/include/c++/9/system_error \
|
| 136 |
+
/usr/include/x86_64-linux-gnu/c++/9/bits/error_constants.h \
|
| 137 |
+
/usr/include/c++/9/stdexcept /usr/include/c++/9/streambuf \
|
| 138 |
+
/usr/include/c++/9/bits/streambuf.tcc \
|
| 139 |
+
/usr/include/c++/9/bits/basic_ios.h \
|
| 140 |
+
/usr/include/c++/9/bits/locale_facets.h /usr/include/c++/9/cwctype \
|
| 141 |
+
/usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
|
| 142 |
+
/usr/include/x86_64-linux-gnu/c++/9/bits/ctype_base.h \
|
| 143 |
+
/usr/include/c++/9/bits/streambuf_iterator.h \
|
| 144 |
+
/usr/include/x86_64-linux-gnu/c++/9/bits/ctype_inline.h \
|
| 145 |
+
/usr/include/c++/9/bits/locale_facets.tcc \
|
| 146 |
+
/usr/include/c++/9/bits/basic_ios.tcc \
|
| 147 |
+
/usr/include/c++/9/bits/ostream.tcc /usr/include/c++/9/istream \
|
| 148 |
+
/usr/include/c++/9/bits/istream.tcc /usr/include/c++/9/memory \
|
| 149 |
+
/usr/include/c++/9/bits/stl_construct.h \
|
| 150 |
+
/usr/include/c++/9/bits/stl_uninitialized.h \
|
| 151 |
+
/usr/include/c++/9/bits/stl_tempbuf.h \
|
| 152 |
+
/usr/include/c++/9/bits/stl_raw_storage_iter.h \
|
| 153 |
+
/usr/include/c++/9/ext/concurrence.h \
|
| 154 |
+
/usr/include/c++/9/bits/uses_allocator.h \
|
| 155 |
+
/usr/include/c++/9/bits/unique_ptr.h /usr/include/c++/9/utility \
|
| 156 |
+
/usr/include/c++/9/bits/stl_relops.h /usr/include/c++/9/tuple \
|
| 157 |
+
/usr/include/c++/9/array /usr/include/c++/9/bits/invoke.h \
|
| 158 |
+
/usr/include/c++/9/bits/shared_ptr.h \
|
| 159 |
+
/usr/include/c++/9/bits/shared_ptr_base.h \
|
| 160 |
+
/usr/include/c++/9/bits/allocated_ptr.h \
|
| 161 |
+
/usr/include/c++/9/bits/refwrap.h \
|
| 162 |
+
/usr/include/c++/9/ext/aligned_buffer.h \
|
| 163 |
+
/usr/include/c++/9/bits/shared_ptr_atomic.h \
|
| 164 |
+
/usr/include/c++/9/bits/atomic_base.h \
|
| 165 |
+
/usr/include/c++/9/bits/atomic_lockfree_defines.h \
|
| 166 |
+
/usr/include/c++/9/backward/auto_ptr.h /usr/include/c++/9/vector \
|
| 167 |
+
/usr/include/c++/9/bits/stl_vector.h \
|
| 168 |
+
/usr/include/c++/9/bits/stl_bvector.h /usr/include/c++/9/bits/vector.tcc \
|
| 169 |
+
/content/ceres-solver-2.1.0/include/ceres/cost_function.h \
|
| 170 |
+
/content/ceres-solver-2.1.0/include/ceres/loss_function.h \
|
| 171 |
+
/content/ceres-solver-2.1.0/include/ceres/types.h \
|
| 172 |
+
/usr/include/glog/logging.h /usr/include/string.h /usr/include/strings.h \
|
| 173 |
+
/usr/include/x86_64-linux-gnu/bits/strings_fortified.h \
|
| 174 |
+
/usr/include/x86_64-linux-gnu/bits/string_fortified.h \
|
| 175 |
+
/usr/include/c++/9/sstream /usr/include/c++/9/bits/sstream.tcc \
|
| 176 |
+
/usr/include/unistd.h /usr/include/x86_64-linux-gnu/bits/posix_opt.h \
|
| 177 |
+
/usr/include/x86_64-linux-gnu/bits/environments.h \
|
| 178 |
+
/usr/include/x86_64-linux-gnu/bits/confname.h \
|
| 179 |
+
/usr/include/x86_64-linux-gnu/bits/getopt_posix.h \
|
| 180 |
+
/usr/include/x86_64-linux-gnu/bits/getopt_core.h \
|
| 181 |
+
/usr/include/x86_64-linux-gnu/bits/unistd.h \
|
| 182 |
+
/usr/include/x86_64-linux-gnu/bits/unistd_ext.h /usr/include/inttypes.h \
|
| 183 |
+
/usr/include/gflags/gflags.h /usr/include/gflags/gflags_declare.h \
|
| 184 |
+
/usr/include/gflags/gflags_gflags.h /usr/include/glog/log_severity.h \
|
| 185 |
+
/usr/include/glog/vlog_is_on.h \
|
| 186 |
+
/content/ceres-solver-2.1.0/include/ceres/problem.h \
|
| 187 |
+
/usr/include/c++/9/cstddef /usr/include/c++/9/map \
|
| 188 |
+
/usr/include/c++/9/bits/stl_tree.h /usr/include/c++/9/bits/stl_map.h \
|
| 189 |
+
/usr/include/c++/9/bits/stl_multimap.h \
|
| 190 |
+
/usr/include/c++/9/bits/erase_if.h /usr/include/c++/9/set \
|
| 191 |
+
/usr/include/c++/9/bits/stl_set.h /usr/include/c++/9/bits/stl_multiset.h \
|
| 192 |
+
/content/ceres-solver-2.1.0/include/ceres/context.h \
|
| 193 |
+
/content/ceres-solver-2.1.0/include/ceres/internal/port.h \
|
| 194 |
+
/content/ceres-solver-2.1.0/include/ceres/solver.h \
|
| 195 |
+
/usr/include/c++/9/cmath /usr/include/math.h \
|
| 196 |
+
/usr/include/x86_64-linux-gnu/bits/math-vector.h \
|
| 197 |
+
/usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \
|
| 198 |
+
/usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \
|
| 199 |
+
/usr/include/x86_64-linux-gnu/bits/fp-logb.h \
|
| 200 |
+
/usr/include/x86_64-linux-gnu/bits/fp-fast.h \
|
| 201 |
+
/usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \
|
| 202 |
+
/usr/include/x86_64-linux-gnu/bits/mathcalls.h \
|
| 203 |
+
/usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \
|
| 204 |
+
/usr/include/x86_64-linux-gnu/bits/iscanonical.h \
|
| 205 |
+
/usr/include/x86_64-linux-gnu/bits/mathinline.h \
|
| 206 |
+
/usr/include/c++/9/unordered_set /usr/include/c++/9/bits/hashtable.h \
|
| 207 |
+
/usr/include/c++/9/bits/hashtable_policy.h /usr/include/c++/9/limits \
|
| 208 |
+
/usr/include/c++/9/bits/unordered_set.h \
|
| 209 |
+
/content/ceres-solver-2.1.0/include/ceres/crs_matrix.h \
|
| 210 |
+
/content/ceres-bin/include/ceres/internal/config.h \
|
| 211 |
+
/content/ceres-solver-2.1.0/include/ceres/iteration_callback.h \
|
| 212 |
+
/content/ceres-solver-2.1.0/include/ceres/ordered_groups.h \
|
| 213 |
+
/usr/include/c++/9/unordered_map /usr/include/c++/9/bits/unordered_map.h
|
ceres/internal/ceres/CMakeFiles/ceres.dir/cmake_clean.cmake
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
file(REMOVE_RECURSE
|
| 2 |
+
"../../lib/libceres.a"
|
| 3 |
+
"../../lib/libceres.pdb"
|
| 4 |
+
"CMakeFiles/ceres.dir/c_api.cc.o"
|
| 5 |
+
"CMakeFiles/ceres.dir/c_api.cc.o.d"
|
| 6 |
+
"CMakeFiles/ceres.dir/gradient_checker.cc.o"
|
| 7 |
+
"CMakeFiles/ceres.dir/gradient_checker.cc.o.d"
|
| 8 |
+
"CMakeFiles/ceres.dir/gradient_problem.cc.o"
|
| 9 |
+
"CMakeFiles/ceres.dir/gradient_problem.cc.o.d"
|
| 10 |
+
"CMakeFiles/ceres.dir/local_parameterization.cc.o"
|
| 11 |
+
"CMakeFiles/ceres.dir/local_parameterization.cc.o.d"
|
| 12 |
+
"CMakeFiles/ceres.dir/loss_function.cc.o"
|
| 13 |
+
"CMakeFiles/ceres.dir/loss_function.cc.o.d"
|
| 14 |
+
"CMakeFiles/ceres.dir/manifold.cc.o"
|
| 15 |
+
"CMakeFiles/ceres.dir/manifold.cc.o.d"
|
| 16 |
+
"CMakeFiles/ceres.dir/normal_prior.cc.o"
|
| 17 |
+
"CMakeFiles/ceres.dir/normal_prior.cc.o.d"
|
| 18 |
+
"CMakeFiles/ceres.dir/problem.cc.o"
|
| 19 |
+
"CMakeFiles/ceres.dir/problem.cc.o.d"
|
| 20 |
+
"CMakeFiles/ceres.dir/solver.cc.o"
|
| 21 |
+
"CMakeFiles/ceres.dir/solver.cc.o.d"
|
| 22 |
+
"CMakeFiles/ceres.dir/types.cc.o"
|
| 23 |
+
"CMakeFiles/ceres.dir/types.cc.o.d"
|
| 24 |
+
)
|
| 25 |
+
|
| 26 |
+
# Per-language clean rules from dependency scanning.
|
| 27 |
+
foreach(lang CXX)
|
| 28 |
+
include(CMakeFiles/ceres.dir/cmake_clean_${lang}.cmake OPTIONAL)
|
| 29 |
+
endforeach()
|
ceres/internal/ceres/CMakeFiles/ceres.dir/cmake_clean_target.cmake
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
file(REMOVE_RECURSE
|
| 2 |
+
"../../lib/libceres.a"
|
| 3 |
+
)
|
ceres/internal/ceres/CMakeFiles/ceres.dir/compiler_depend.internal
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
ceres/internal/ceres/CMakeFiles/ceres.dir/compiler_depend.make
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|