From e28d567369c05a4ef8f4ba07d8eed22151788479 Mon Sep 17 00:00:00 2001 From: shixingliang Date: Mon, 1 Feb 2021 17:08:56 +0800 Subject: [PATCH 1/2] test --- ge/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ge/CMakeLists.txt b/ge/CMakeLists.txt index 3ae51590..2aeb31a2 100755 --- a/ge/CMakeLists.txt +++ b/ge/CMakeLists.txt @@ -1036,3 +1036,4 @@ install(FILES DESTINATION ${INSTALL_LIBRARY_DIR} ) endif() + From 2f2698ea8b025b182fb7300e1f1e27cb869eae1e Mon Sep 17 00:00:00 2001 From: shixingliang Date: Wed, 3 Feb 2021 15:47:35 +0800 Subject: [PATCH 2/2] python3,7 modify python3 --- ge/CMakeLists.txt | 1 - ge/stub/gen_stubapi.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ge/CMakeLists.txt b/ge/CMakeLists.txt index 2aeb31a2..3ae51590 100755 --- a/ge/CMakeLists.txt +++ b/ge/CMakeLists.txt @@ -1036,4 +1036,3 @@ install(FILES DESTINATION ${INSTALL_LIBRARY_DIR} ) endif() - diff --git a/ge/stub/gen_stubapi.py b/ge/stub/gen_stubapi.py index f20d23a8..d2ef2f9f 100644 --- a/ge/stub/gen_stubapi.py +++ b/ge/stub/gen_stubapi.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.7 +#!/usr/bin/python3 # -*- coding: UTF-8 -*- #------------------------------------------------------------------- # Purpose: