This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ rm -rf build/ conan/ | |
+ conan install . --output-folder=conan --build=missing --update -o '*/*:shared=True' | |
======== Input profiles ======== | |
Profile host: | |
[settings] | |
arch=x86_64 | |
build_type=Release | |
compiler=gcc | |
compiler.cppstd=gnu17 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by elfutils configure 0.191, which was | |
generated by GNU Autoconf 2.72. Invocation command line was | |
$ ./../src/elfutils-0-04e5090778.clean/configure --enable-libdebuginfod=no --enable-nls=no --enable-debuginfod=no --with-bzlib --with-lzma --with-zlib --with-zstd --disable-silent-rules --verbose --disable-shared --enable-static --prefix=/private/tmp/elfutils-vcpkg/vcpkg_installed/arm64-osx/debug '--bindir=${prefix}/../tools/elfutils/debug/bin' '--sbindir=${prefix}/../tools/elfutils/debug/sbin' '--libdir=${prefix}/lib' '--includedir=${prefix}/../include' '--datarootdir=${prefix}/share/elfutils' | |
## --------- ## | |
## Platform. ## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (C) 2024 The Qt Company Ltd. | |
# SPDX-License-Identifier: BSD-3-Clause | |
####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### | |
####### Any changes to this file will be overwritten by the next CMake run #### | |
####### The input file was QtModuleConfig.cmake.in ######## | |
get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Preset CMake variables: | |
CMAKE_BUILD_TYPE="Debug" | |
CMAKE_TOOLCHAIN_FILE="/home/uilian/Development/vcpkg/scripts/buildsystems/vcpkg.cmake" | |
CMAKE_VERBOSE_MAKEFILE="ON" | |
-- Running vcpkg install | |
Fetching registry information from https://github.com/microsoft/vcpkg (HEAD)... | |
Detecting compiler hash for triplet x64-linux... | |
Compiler found: /usr/bin/c++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This is the CMakeCache file. | |
# For build in directory: /home/uilian/.conan2/p/b/gdal13afb7b89f3a2/b/build/Release | |
# It was generated by CMake: /home/uilian/.conan2/p/cmake1fe5d1afc63db/p/bin/cmake | |
# You can edit this file to change values found and used by cmake. | |
# If you do not want to change any of the values, simply exit the editor. | |
# If you do want to change a value, simply edit, save, and exit the editor. | |
# The syntax for the file is as follows: | |
# KEY:TYPE=VALUE | |
# KEY is the name of a variable in the cache. | |
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======== Exporting recipe to the cache ======== | |
libsecret/0.21.4: [HOOK - hook_run_linter.py] pre_export(): RUN: conanlint check /home/uilian/Development/conan/conan-center-index/recipes/libsecret/all/../**/* | |
Success: No issues found in 2 files. | |
libsecret/0.21.4: Exporting package recipe: /home/uilian/Development/conan/conan-center-index/recipes/libsecret/all/conanfile.py | |
libsecret/0.21.4: exports: File 'conandata.yml' found. Exporting it... | |
libsecret/0.21.4: Copied 1 '.py' file: conanfile.py | |
libsecret/0.21.4: Copied 1 '.yml' file: conandata.yml | |
libsecret/0.21.4: Exported to cache folder: /home/uilian/.conan2/p/libsefbb06337e1bec/e |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/recipes/opencv/4.x/conanfile.py b/recipes/opencv/4.x/conanfile.py | |
index 8891329bb..58e1bf484 100644 | |
--- a/recipes/opencv/4.x/conanfile.py | |
+++ b/recipes/opencv/4.x/conanfile.py | |
@@ -433,6 +433,12 @@ class OpenCVConan(ConanFile): | |
def xkbcommon(): | |
return ["xkbcommon::libxkbcommon"] if self.options.get_safe("with_wayland") else [] | |
+ def cuda(): | |
+ return ["cuda-toolkit::cuda-toolkit"] if self.options.get_safe("with_cuda") else [] |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
======== Exporting recipe to the cache ======== | |
openmpi/4.1.6: Exporting package recipe: /home/conan/project/all/conanfile.py | |
openmpi/4.1.6: exports: File 'conandata.yml' found. Exporting it... | |
openmpi/4.1.6: Copied 1 '.py' file: conanfile.py | |
openmpi/4.1.6: Copied 1 '.yml' file: conandata.yml | |
openmpi/4.1.6: Exported to cache folder: /home/conan/.conan2/p/openm7c5fecc9457b7/e | |
openmpi/4.1.6: Exported: openmpi/4.1.6#c131371eeca1f2c1cb3875092536989a (2024-12-05 15:03:22 UTC) | |
======== Input profiles ======== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake_minimum_required(VERSION 3.15) | |
project(test_package LANGUAGES CXX) | |
find_package(ffmpeg REQUIRED CONFIG) | |
add_executable(${PROJECT_NAME} main.cpp) | |
target_link_libraries(${PROJECT_NAME} PRIVATE ffmpeg::avutil) | |
if (TARGET ffmpeg::avdevice) | |
target_compile_definitions(${PROJECT_NAME} PRIVATE HAVE_FFMPEG_AVDEVICE) | |
target_link_libraries(${PROJECT_NAME} PRIVATE ffmpeg::avdevice) |