[tensorflow] fix build (#43432)

This commit is contained in:
autoantwort
2025-01-24 10:03:41 +01:00
committed by GitHub
parent e16970f4bf
commit 8f37aa5579
4 changed files with 8 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ else()
set(ENV{BLAS} "None")
set(ENV{LAPACK} "None")
set(ENV{ATLAS} "None")
vcpkg_execute_required_process(COMMAND ${PYTHON3} -m pip install -U --force-reinstall numpy WORKING_DIRECTORY ${CURRENT_BUILDTREES_DIR} LOGNAME prerequistes-pip-${TARGET_TRIPLET})
vcpkg_execute_required_process(COMMAND ${PYTHON3} -m pip install -U --force-reinstall numpy setuptools WORKING_DIRECTORY ${CURRENT_BUILDTREES_DIR} LOGNAME prerequistes-pip-${TARGET_TRIPLET})
else()
vcpkg_execute_required_process(COMMAND ${PYTHON3} -m pip install -U pip numpy WORKING_DIRECTORY ${CURRENT_BUILDTREES_DIR} LOGNAME prerequisites-pip-${TARGET_TRIPLET})
endif()

View File

@@ -1,7 +1,7 @@
{
"name": "tensorflow-common",
"version-semver": "2.10.0",
"port-version": 3,
"port-version": 4,
"description": "This meta package holds common files for the C [tensorflow] and the C++ [tensorflow-cc] API version of TensorFlow but is not installable on its own.",
"homepage": "https://github.com/tensorflow/tensorflow",
"license": "Apache-2.0"

View File

@@ -8902,7 +8902,7 @@
},
"tensorflow-common": {
"baseline": "2.10.0",
"port-version": 3
"port-version": 4
},
"tensorpipe": {
"baseline": "2022-03-16",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d8e0a8e91eb5cd35b772e838f0423537a31a4b63",
"version-semver": "2.10.0",
"port-version": 4
},
{
"git-tree": "27a6a0026a080b8f5ec19b0092d4f4e20dfa13ed",
"version-semver": "2.10.0",