1 Star 0 Fork 3.5K

wmzheng2020 / mindquantum

forked from MindSpore / mindquantum 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.bat 989 Bytes
一键复制 编辑 原始数据 按行查看 历史
donghufeng 提交于 2021-10-20 11:08 . HiQ 5.0
@rem Copyright 2020 Huawei Technologies Co., Ltd
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
@rem you may not use this file except in compliance with the License.
@rem You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem ============================================================================
@echo off
@title mindquantum_build
SET BASE_PATH=%CD%
SET BUILD_PATH=%BASE_PATH%/build
SET OUTPUT=%BASE_PATH%/output
IF NOT EXIST "%BUILD_PATH%" (
md "build"
)
cd %BASE_PATH%
python %BASE_PATH%/setup.py bdist_wheel -d %OUTPUT% --set ENABLE_PROJECTQ --unset ENABLE_QUEST %*
Python
1
https://gitee.com/wmzheng2020/mindquantum.git
git@gitee.com:wmzheng2020/mindquantum.git
wmzheng2020
mindquantum
mindquantum
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891