3 Star 0 Fork 2

Gitee 极速下载/QPanda-2-0

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/OriginQ/QPanda-2.0.git
克隆/下载
CMakeSettings.json 2.79 KB
一键复制 编辑 原始数据 按行查看 历史
wangjing 提交于 2023-07-14 11:46 . update 2.1.17
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\build\\${name}",
"installRoot": "C:\\QPanda2",
"cmakeCommandArgs": "-DUSE_PYQPANDA=OFF -DFIND_CUDA=OFF -DUSE_EXTENSION=ON -DDOCKER=OFF",
"buildCommandArgs": "-j4",
"ctestCommandArgs": ""
},
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "Release",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\build\\${name}",
"installRoot": "C:\\QPanda2",
"cmakeCommandArgs": "-DUSE_PYQPANDA=ON -DFIND_CUDA=OFF -DUSE_EXTENSION=OFF",
"buildCommandArgs": "-j4",
"ctestCommandArgs": ""
},
{
"name": "Linux-Debug",
"generator": "Unix Makefiles",
"remoteMachineName": "10.10.128.41",
"configurationType": "Debug",
"remoteCMakeListsRoot": "/tmp/QPanda",
"cmakeExecutable": "/usr/local/bin/cmake",
"buildRoot": "${projectDir}\\build\\${name}",
"installRoot": "C:\\QPanda2",
"remoteBuildRoot": "/tmp/build/${workspaceHash}/build/${name}",
"remoteInstallRoot": "/tmp/build/${workspaceHash}/install/${name}",
"remoteCopySources": true,
"remoteCopySourcesOutputVerbosity": "Normal",
"remoteCopySourcesConcurrentCopies": "10",
"remoteCopySourcesMethod": "rsync",
"remoteCopySourcesExclusionList": [ ".vs", ".git", "build " ],
"rsyncCommandArgs": "-t --delete --delete-excluded",
"remoteCopyBuildOutput": false,
"cmakeCommandArgs": "-DUSE_PYQPANDA=OFF -DFIND_CUDA=OFF -DUSE_EXTENSION=ON",
"buildCommandArgs": "-j4",
"ctestCommandArgs": "",
"inheritEnvironments": [ "linux_x64" ]
},
{
"name": "Linux-Release",
"generator": "Unix Makefiles",
"remoteMachineName": "10.10.128.41",
"configurationType": "Release",
"remoteCMakeListsRoot": "/tmp/QPanda",
"cmakeExecutable": "/usr/local/bin/cmake",
"buildRoot": "${projectDir}\\build\\${name}",
"installRoot": "C:\\QPanda2",
"remoteBuildRoot": "/tmp/build/${workspaceHash}/build/${name}",
"remoteInstallRoot": "/tmp/build/${workspaceHash}/install/${name}",
"remoteCopySources": true,
"remoteCopySourcesOutputVerbosity": "Normal",
"remoteCopySourcesConcurrentCopies": "10",
"remoteCopySourcesMethod": "rsync",
"remoteCopySourcesExclusionList": [ ".vs", ".git", "build " ],
"rsyncCommandArgs": "-t --delete --delete-excluded",
"remoteCopyBuildOutput": false,
"cmakeCommandArgs": "-DUSE_PYQPANDA=OFF -DFIND_CUDA=OFF -DUSE_EXTENSION=ON",
"buildCommandArgs": "-j4",
"ctestCommandArgs": "",
"inheritEnvironments": [ "linux_x64" ]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/QPanda-2-0.git
git@gitee.com:mirrors/QPanda-2-0.git
mirrors
QPanda-2-0
QPanda-2-0
master

搜索帮助