书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 1786 个相关结果.
  • Package files: the package() method

    Package files: the package() method Using CMake install step in the package() method Use conan.tools.files.copy() in the package() method and packaging licenses Managing symlinks...
  • 3.8 检测Boost库

    3.8 检测Boost库 准备工作 具体实施 工作原理 3.8 检测Boost库 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-03/recipe-08 中找到,包含一个C++的示例。该示例在CMake 3.5版(或更高版本)中是有效的,...
  • Install Instructions

    Table of Contents: Windows Windows Install Directions: Windows Build Directions: macOS macOS Install Directions macOS Build Directions macOS Full Build Script macOS Custom Bu...
  • 安装与编译 Windows 预测库

    安装与编译 Windows 预测库 下载安装包与对应的测试环境 硬件环境 从源码编译预测库 编译预测demo 硬件环境 软件要求 其他要求 编译demo 使用脚本编译运行 手动编译运行 实现一个简单预测demo 安装与编译 Windows 预测库 下载安装包与对应的测试环境 版本说明 预测库(1.8.3版本) 编译器 构建工...
  • 第3章 检测外部库和程序

    第3章 检测外部库和程序 第3章 检测外部库和程序 本章中主要内容有: 检测Python解释器 检测Python库 检测Python模块和包 检测BLAS和LAPACK数学库 检测OpenMP并行环境 检测MPI并行环境 检测Eigen库 检测Boost库 检测外部库:Ⅰ. 使用pkg-config 检测外部库:Ⅱ. 书写find模块 我们的项...
  • Header-only packages

    Header-only packages Header-only library with tests Header-only packages In this section, we are going to learn how to create a recipe for a header-only library. Please, first...
  • MPI

    MPI MPI 添加 MPI 的方式类似于 OpenMP,所以最好使用 CMake 3.9+ 。 find_package ( MPI REQUIRED ) message ( STATUS "Run: ${MPIEXEC} ${MPIEXEC_NUMPROC_FLAG} ${MPIEXEC_MAX_NUMPROCS} ${MPIEXEC_PR...
  • Windows下从源码编译

    Windows下从源码编译 环境准备 选择CPU/GPU 安装步骤 本机编译 验证安装 如何卸载 Windows下从源码编译 环境准备 64位操作系统 Windows 10 家庭版/专业版/企业版 Python 2.7/3.5/3.6/3.7 pip或pip3 >= 9.0.1 Visual Studio 2015 Update3 ...
  • 6.7 构建时记录Git Hash值

    6.7 构建时记录Git Hash值 准备工作 具体实施 工作原理 更多信息 6.7 构建时记录Git Hash值 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-6/recipe-07 中找到,其中包含一个C++例子。该示例在CMake...
  • 4.7 使用超时测试运行时间过长的测试

    4.7 使用超时测试运行时间过长的测试 准备工作 具体实施 工作原理 4.7 使用超时测试运行时间过长的测试 NOTE :此示例代码可以在 https://github.com/dev-cafe/cmake-cookbook/tree/v1.0/chapter-04/recipe-07 中找到。该示例在CMake 3.5版(或更高版本)中是有...