[Python3] cross build support (#27830)

* [python3] Python3 cross support

* [python3] update python3 port versions

* [python3] : add option when cross build

* [python3] port-verionsing

* python3 : port-version to change 1

* [python3] versioning

* [python3] change baseline update

* [python3] git tree change

* [python3] port-version change

* [python] version 2
This commit is contained in:
rinechran 2022-12-16 04:49:36 +09:00 committed by GitHub
parent d339eededc
commit 1937b15357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 2 deletions

View File

@ -224,12 +224,18 @@ else()
"--without-readline"
"--disable-test-modules"
)
if (VCPKG_CROSSCOMPILING)
list(APPEND OPTIONS "ac_cv_file__dev_ptmx=no")
list(APPEND OPTIONS "ac_cv_file__dev_ptc=no")
endif()
if(VCPKG_TARGET_IS_OSX)
list(APPEND OPTIONS "LIBS=-liconv -lintl")
endif()
vcpkg_configure_make(
SOURCE_PATH "${SOURCE_PATH}"
DETERMINE_BUILD_TRIPLET
OPTIONS ${OPTIONS}
OPTIONS_DEBUG "--with-pydebug"
)

View File

@ -1,7 +1,7 @@
{
"name": "python3",
"version": "3.10.7",
"port-version": 1,
"port-version": 2,
"description": "The Python programming language",
"homepage": "https://github.com/python/cpython",
"license": "Python-2.0",

View File

@ -6050,7 +6050,7 @@
},
"python3": {
"baseline": "3.10.7",
"port-version": 1
"port-version": 2
},
"qca": {
"baseline": "2.3.4",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "84623885a79a6bbf45a2bc65ab3328005af389ea",
"version": "3.10.7",
"port-version": 2
},
{
"git-tree": "cd1c4998e317f9fcfed85a04c1e276dff9ddde84",
"version": "3.10.7",